Showing
1 changed file
with
1 additions
and
1 deletions
@@ -110,7 +110,7 @@ export const formSchema: FormSchema[] = [ | @@ -110,7 +110,7 @@ export const formSchema: FormSchema[] = [ | ||
110 | component: 'Input', | 110 | component: 'Input', |
111 | helpMessage: '企业微信通知电话,须在对应企业微信绑定,否则不能收到告警通知。', | 111 | helpMessage: '企业微信通知电话,须在对应企业微信绑定,否则不能收到告警通知。', |
112 | componentProps: { | 112 | componentProps: { |
113 | - placeholder: '请输入企业微信号', | 113 | + placeholder: '不填默认为手机号码', |
114 | maxLength: 255, | 114 | maxLength: 255, |
115 | }, | 115 | }, |
116 | }, | 116 | }, |