委托管理移动

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