chore: update deps

This commit is contained in:
xingyu
2022-10-26 09:44:07 +08:00
parent 97cab05df2
commit 3b3404747e
9 changed files with 259 additions and 484 deletions

View File

@@ -36,13 +36,20 @@ const crudSchemas = reactive<CrudSchema[]>([
{
label: '用户账号',
field: 'username',
form: {
show: false
},
search: {
show: true
}
},
{
label: '用户密码',
field: 'password',
form: {
component: 'InputPassword'
},
detail: {
show: false
}
},
{
label: '用户昵称',
field: 'nickname'
@@ -58,11 +65,6 @@ const crudSchemas = reactive<CrudSchema[]>([
show: true
}
},
{
label: '用户性别',
field: 'sex',
dictType: DICT_TYPE.SYSTEM_USER_SEX
},
{
label: '部门',
field: 'deptId',