Test See merge request quanshu/mp-ui-pc!99
@@ -145,13 +145,13 @@
size="mini"
type="text"
@click="handleDetail(scope.row)"
- v-hasPermi="['admin:channel:read']"
+ v-hasPermi="['business:channel:query']"
>查看</el-button>
<el-button
@click="handleUpdate(scope.row)"
- v-hasPermi="['admin:channel:edit']"
+ v-hasPermi="['business:channel:edit']"
>编辑</el-button>
<!-- <el-button