【修改】按钮权限
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
link
|
||||
type="primary"
|
||||
@click="openLook('look', scope.row.paperId)"
|
||||
v-hasPermi="['system:sms-channel:update']"
|
||||
>
|
||||
查看
|
||||
</el-button>
|
||||
@@ -115,7 +114,6 @@
|
||||
link
|
||||
type="primary"
|
||||
@click="openEdit('update', scope.row)"
|
||||
v-hasPermi="['system:sms-channel:update']"
|
||||
>
|
||||
编辑
|
||||
</el-button>
|
||||
@@ -123,7 +121,6 @@
|
||||
link
|
||||
type="danger"
|
||||
@click="handleDelete(scope.row.paperId)"
|
||||
v-hasPermi="['system:sms-channel:delete']"
|
||||
>
|
||||
删除
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user