|
|
@@ -21,13 +21,13 @@
|
|
|
<TableAction
|
|
|
:actions="[
|
|
|
{
|
|
|
- auth: ['system:sysDict:edit'],
|
|
|
+ auth: ['sys:dict:edit'],
|
|
|
icon: 'icon-edit|iconfont',
|
|
|
tooltip: '编辑',
|
|
|
onClick: handleEdit.bind(null, record),
|
|
|
},
|
|
|
{
|
|
|
- auth: ['system:sysDict:remove'],
|
|
|
+ auth: ['sys:dict:remove'],
|
|
|
icon: 'icon-delete|iconfont',
|
|
|
tooltip: '删除',
|
|
|
color: 'error',
|
|
|
@@ -42,7 +42,7 @@
|
|
|
</template>
|
|
|
<template #toolbar>
|
|
|
<a-button
|
|
|
- v-auth="['system:sysDict:add']"
|
|
|
+ v-auth="['sys:dict:add']"
|
|
|
type="primary"
|
|
|
@click="handleCreate"
|
|
|
preIcon="icon-plus|iconfont"
|
|
|
@@ -102,7 +102,7 @@
|
|
|
showTableSetting: true,
|
|
|
bordered: true,
|
|
|
actionColumn: {
|
|
|
- auth: ['system:sysDict:edit', 'system:sysDict:remove'],
|
|
|
+ auth: ['sys:dict:edit', 'sys:dict:remove'],
|
|
|
width: 80,
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|