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