【修改】按钮权限
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
type="primary"
|
||||
plain
|
||||
@click="openEdit('create')"
|
||||
v-hasPermi="['system:sms-channel:create']"
|
||||
>
|
||||
<Icon icon="ep:plus" class="mr-5px" /> 新增</el-button
|
||||
>
|
||||
@@ -70,7 +69,6 @@
|
||||
link
|
||||
type="primary"
|
||||
@click="openEdit('update', scope.row)"
|
||||
v-hasPermi="['system:sms-channel:update']"
|
||||
>
|
||||
查看
|
||||
</el-button>
|
||||
@@ -78,7 +76,6 @@
|
||||
link
|
||||
type="danger"
|
||||
@click="handleDelete(scope.row.schemeId)"
|
||||
v-hasPermi="['system:sms-channel:delete']"
|
||||
>
|
||||
删除
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user