BUG
This commit is contained in:
parent
cfc855256d
commit
6be1aac0af
@ -141,7 +141,7 @@ const handleCreate = async () => {
|
|||||||
label: '用户名称',
|
label: '用户名称',
|
||||||
component: 'Input'
|
component: 'Input'
|
||||||
},
|
},
|
||||||
0
|
4
|
||||||
)
|
)
|
||||||
unref(formRef)?.addSchema(
|
unref(formRef)?.addSchema(
|
||||||
{
|
{
|
||||||
@ -149,7 +149,7 @@ const handleCreate = async () => {
|
|||||||
label: '用户密码',
|
label: '用户密码',
|
||||||
component: 'InputPassword'
|
component: 'InputPassword'
|
||||||
},
|
},
|
||||||
1
|
5
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user