Commit 6cbb22db61391a193502ae89dda1bf9b65219067

Authored by fengtao
1 parent 23e69ffb

pref:优化告警联系人手机号码11位

... ... @@ -93,6 +93,7 @@ export const formSchema: FormSchema[] = [
93 93 component: 'Input',
94 94 componentProps: {
95 95 placeholder: '请输入手机号码',
  96 + maxLength: 11,
96 97 },
97 98 rules: phoneRule,
98 99 },
... ...