【修改】按钮权限

This commit is contained in:
huababa1
2025-08-21 12:31:46 +08:00
parent e3973f4ae6
commit 6eac92c571
40 changed files with 14 additions and 335 deletions

View File

@@ -51,7 +51,6 @@
type="primary"
plain
@click="openForm('create')"
v-hasPermi="['system:sms-channel:create']"
>
<Icon icon="ep:plus" class="mr-5px" /> 新增</el-button
>
@@ -117,7 +116,6 @@
link
type="primary"
@click="openEdit('update', scope.row)"
v-hasPermi="['system:sms-channel:update']"
>
编辑
</el-button>
@@ -125,7 +123,6 @@
link
type="danger"
@click="handleDelete(scope.row.taskId)"
v-hasPermi="['system:sms-channel:delete']"
>
删除
</el-button>