Procházet zdrojové kódy

产品管理功能优化:移除分类启用停用操作

yusheng před 9 měsíci
rodič
revize
944b2f1dfe

+ 2 - 2
src/views/material/product/components/index-data.vue

@@ -139,14 +139,14 @@
       </template>
       </template>
 
 
       <template v-slot:action="{ row }">
       <template v-slot:action="{ row }">
-        <el-link
+        <!-- <el-link
           type="primary"
           type="primary"
           :underline="false"
           :underline="false"
           @click="openEdit(row, 1)"
           @click="openEdit(row, 1)"
           v-if="$hasPermission('main:category:update')"
           v-if="$hasPermission('main:category:update')"
         >
         >
           {{ row.isEnabled == 1 ? '停用' : '启用' }}
           {{ row.isEnabled == 1 ? '停用' : '启用' }}
-        </el-link>
+        </el-link> -->
         <el-link
         <el-link
           type="primary"
           type="primary"
           :underline="false"
           :underline="false"