mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-10 09:05:07 +08:00
fix: user
This commit is contained in:
@ -35,10 +35,11 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
{
|
{
|
||||||
title: '用户密码',
|
title: '用户密码',
|
||||||
field: 'password',
|
field: 'password',
|
||||||
|
isDetail: false,
|
||||||
|
isTable: false,
|
||||||
form: {
|
form: {
|
||||||
component: 'InputPassword'
|
component: 'InputPassword'
|
||||||
},
|
}
|
||||||
isDetail: false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '用户昵称',
|
title: '用户昵称',
|
||||||
|
Reference in New Issue
Block a user