Commit fdbc80a8ad265e9606c35778c5b18ff021ba0a94

Authored by fengtao
1 parent db118eaa

perf: 优化告警联系人

... ... @@ -106,20 +106,21 @@ export const formSchema: FormSchema[] = [
106 106 },
107 107 {
108 108 field: 'wechat',
109   - label: '微信',
  109 + label: '企业微信',
110 110 component: 'Input',
  111 + helpMessage: '企业微信通知电话,须在对应企业微信绑定,否则不能收到告警通知。',
111 112 componentProps: {
112   - placeholder: '请输入微信号',
  113 + placeholder: '请输入企业微信号',
113 114 maxLength: 255,
114 115 },
115 116 },
116   - {
117   - field: 'wechatMessage',
118   - label: ' ',
119   - slot: 'wechatMessage',
120   - component: 'Input',
121   - ifShow: ({ model }) => model.wechat,
122   - },
  117 + // {
  118 + // field: 'wechatMessage',
  119 + // label: ' ',
  120 + // slot: 'wechatMessage',
  121 + // component: 'Input',
  122 + // ifShow: ({ model }) => model.wechat,
  123 + // },
123 124 {
124 125 field: 'dingtalk',
125 126 label: '钉钉',
... ...