更改系统管理api

This commit is contained in:
2022-12-22 11:32:22 +08:00
parent 6b534a43e7
commit e80260c24e
12 changed files with 39 additions and 27 deletions

View File

@ -111,7 +111,6 @@
<el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
<template #default="scope">
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:dict:edit']">修改</el-button>
<el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:dict:remove']">删除</el-button>
</template>
</el-table-column>
</el-table>