委托管理移动

This commit is contained in:
Xaol 2025-02-20 09:00:29 +08:00
parent ebeecaa9c8
commit cb331570dc
2 changed files with 4 additions and 4 deletions

View File

@ -147,7 +147,7 @@
type="primary"
plain
@click="openForm('create')"
v-hasPermi="['home:wtgl:create']"
v-hasPermi="['work:wtgl:create']"
>
<Icon icon="ep:plus" class="mr-5px" /> 新增
</el-button>
@ -156,7 +156,7 @@
plain
@click="handleExport"
:loading="exportLoading"
v-hasPermi="['home:wtgl:export']"
v-hasPermi="['work:wtgl:export']"
>
<Icon icon="ep:download" class="mr-5px" /> 导出
</el-button>
@ -206,7 +206,7 @@
link
type="primary"
@click="openForm('update', scope.row.id)"
v-hasPermi="['home:wtgl:update']"
v-hasPermi="['work:wtgl:update']"
>
编辑
</el-button>
@ -214,7 +214,7 @@
link
type="danger"
@click="handleDelete(scope.row.id)"
v-hasPermi="['home:wtgl:delete']"
v-hasPermi="['work:wtgl:delete']"
>
删除
</el-button>