|
@@ -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>
|