【修改】按钮权限

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

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

View File

@@ -114,7 +114,6 @@
link
type="primary"
@click="openLook('look', scope.row.paperId)"
v-hasPermi="['system:sms-channel:update']"
>
查看
</el-button>
@@ -122,7 +121,6 @@
link
type="primary"
@click="openEdit('update', scope.row)"
v-hasPermi="['system:sms-channel:update']"
>
编辑
</el-button>
@@ -130,7 +128,6 @@
link
type="danger"
@click="handleDelete(scope.row.paperId)"
v-hasPermi="['system:sms-channel:delete']"
>
删除
</el-button>

View File

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

View File

@@ -17,7 +17,6 @@
type="primary"
plain
@click="openSearch('create')"
v-hasPermi="['system:sms-channel:create']"
>
<Icon icon="ep:plus" class="mr-5px" /> 添加学生</el-button
>
@@ -26,7 +25,6 @@
type="primary"
plain
@click="openEdit('create')"
v-hasPermi="['system:sms-channel:create']"
>
<Icon icon="ep:plus" class="mr-5px" /> 分配场次</el-button
>
@@ -57,7 +55,6 @@
link
type="primary"
@click="openEdit('update', scope.row)"
v-hasPermi="['system:sms-channel:update']"
>
查看
</el-button>
@@ -65,7 +62,6 @@
link
type="danger"
@click="handleDelete(scope.row.schemeId)"
v-hasPermi="['system:sms-channel:delete']"
>
删除
</el-button>

View File

@@ -11,7 +11,6 @@
link
type="primary"
@click="openEdit('update', scope.row)"
v-hasPermi="['system:sms-channel:update']"
>
使用
</el-button>