Explorar el Código

选择产品时 不显示选择外其他按钮

lxf hace 1 año
padre
commit
2183c6ce00
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/shengde/product/management/index.vue

+ 2 - 2
src/views/shengde/product/management/index.vue

@@ -28,7 +28,7 @@
             </el-form-item>
           </el-form>
 
-          <el-row :gutter="10" style="margin-bottom: 10px" v-show="showSearch">
+          <el-row :gutter="10" style="margin-bottom: 10px" v-if="!selectStatus">
             <el-col :span="24">
               <el-button type="primary" size="mini" @click="handleAdd" v-if="!userInfo.subsidiaryId">添加产品</el-button>
               <el-button type="primary" size="mini" @click="handleSynchronization" v-db-click>SKU同步</el-button>
@@ -36,7 +36,7 @@
               <el-button type="primary" size="mini" @click="openOperationLog = true" v-db-click>操作日志</el-button>
             </el-col>
           </el-row>
-          <div style="margin-bottom: 15px" v-if="selectStatus"></div>
+          <div style="margin-bottom: 15px" v-if="!selectStatus"></div>
 
           <div style="width: 100%; position: relative">
             <el-table