revert(角色管理): 回滚角色管理代码

This commit is contained in:
sheng
2023-08-03 17:39:01 +08:00
committed by 李强
parent 01394c6904
commit 17d80b0b00
8 changed files with 312 additions and 7 deletions

View File

@@ -212,9 +212,6 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
},
dept: {
title: '部门',
search: {
disabled: true,
},
type: 'dict-tree',
dict: dict({
isTree: true,
@@ -255,7 +252,12 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
role: {
title: '角色',
search: {
disabled: true,
show: true,
component: {
props: {
clearable: true,
},
},
},
type: 'dict-select',
dict: dict({