mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix(form): ensure that the Form component does not verify hidden form items
This commit is contained in:
@@ -61,7 +61,7 @@ export const accountFormSchema: FormSchema[] = [
|
||||
label: '密码',
|
||||
component: 'InputPassword',
|
||||
required: true,
|
||||
show: true,
|
||||
show: false,
|
||||
},
|
||||
{
|
||||
label: '角色',
|
||||
|
Reference in New Issue
Block a user