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