启用、停用权限码修改 See merge request quanshu/mp-ui-pc!249
@@ -169,7 +169,7 @@
size="mini"
type="text"
@click="handleStatusChange(scope.row)"
- v-hasPermi="['admin:channel:edit']"
+ v-hasPermi="['business:channel:edit']"
>
<span v-if="getValue(scope.row.status) == 1" > 停用</span>
<span v-if="getValue(scope.row.status) == 2" > 启用</span>
- v-hasPermi="['admin:salesite:edit']"
+ v-hasPermi="['business:salesite:edit']"
<span v-if="getValue(scope.row.status) == 1"> 停用</span>
<span v-if="getValue(scope.row.status) == 2"> 启用</span>