xw 2 недель назад
Родитель
Сommit
d923ce4d6a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/hisStore/storeProduct/index.vue

+ 2 - 2
src/views/hisStore/storeProduct/index.vue

@@ -330,13 +330,13 @@
           <el-tag prop="productType" v-for="(item, index) in productTypeOptions"    v-if="scope.row.productType==item.dictValue">{{item.dictLabel}}</el-tag>
         </template>
       </el-table-column>
-      <el-table-column label="状态" align="center" prop="isShow" >
+      <!-- <el-table-column label="状态" align="center" prop="isShow" >
         <template slot-scope="scope">
           <el-tag :type="getStatusType(scope.row)" prop="status">
             {{ getStatusText(scope.row) }}
           </el-tag>
         </template>
-      </el-table-column>
+      </el-table-column> -->
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button