Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -93,6 +93,7 @@ export const formSchema: FormSchema[] = [ | @@ -93,6 +93,7 @@ export const formSchema: FormSchema[] = [ | ||
| 93 | component: 'Input', | 93 | component: 'Input', |
| 94 | componentProps: { | 94 | componentProps: { |
| 95 | placeholder: '请输入手机号码', | 95 | placeholder: '请输入手机号码', |
| 96 | + maxLength: 11, | ||
| 96 | }, | 97 | }, |
| 97 | rules: phoneRule, | 98 | rules: phoneRule, |
| 98 | }, | 99 | }, |