fix: user

This commit is contained in:
xingyu 2022-11-15 23:46:27 +08:00
parent 7db04cf066
commit 1d3fe30add

View File

@ -35,10 +35,11 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: '用户密码',
field: 'password',
isDetail: false,
isTable: false,
form: {
component: 'InputPassword'
},
isDetail: false
}
},
{
title: '用户昵称',