Commit 36abaf74 authored by 张伯涛's avatar 张伯涛

修改

parent ec6c0e85
......@@ -203,7 +203,7 @@ export default {
hasDataEditPerm: ['sys:dictConfig:edit'],
hasDataAddPerm: ['sys:dict:add'],
hasDataExportPerm: ['sys:dict:export'],
hasDictQueryPerm: ['sys:menu:query'],
hasDictQueryPerm: ['sys:dict:query'],
// 导入列表
files: [],
// 字典数据导入参数
......
......@@ -124,6 +124,7 @@
:size="commonField.size"
@click="handleUpdate(scope.row)"
>{{ commonField.updateName }}</el-button>
<!-- //数据权限-->
<el-button
v-hasPermi="hasDelPerm"
:class="commonField.delClass"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment