委托管理移动
This commit is contained in:
parent
ebeecaa9c8
commit
cb331570dc
@ -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>
|
Loading…
Reference in New Issue
Block a user