fix:优化角色管理用户管理和接口白名单的页面显示

This commit is contained in:
victory
2023-03-22 22:39:08 +08:00
committed by H0nGzA1
parent a304a49107
commit 4d17a7d9df
3 changed files with 40 additions and 58 deletions

View File

@@ -54,29 +54,6 @@ export const createCrudOptions = function ({ crudExpose }: { crudExpose: CrudExp
columnSetDisabled: true, //禁止在列设置中选择
},
},
search: {
title: '关键词',
column: {
show: false
},
search: {
show: true,
component: {
props: {
clearable: true
},
placeholder: '请输入关键词'
}
},
form: {
show: false,
component: {
props: {
clearable: true
}
}
},
},
username: {
title: '账号',
search: {