Commit 8bff4e273af4cd42cd087e474f14588b66be4b08

Authored by ww
1 parent 7405bb92

perf: 优化搞紧联系人输入框描述

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