Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
6cbb22db61391a193502ae89dda1bf9b65219067
Authored by
fengtao
2022-07-20 15:34:58 +0800
1 parent
23e69ffb
pref:优化告警联系人手机号码11位
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/alarm/contacts/config.data.ts
src/views/alarm/contacts/config.data.ts
View file @
6cbb22d
...
...
@@ -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
},
...
...