Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -123,6 +123,7 @@ export const formSchema: FormSchema[] = [ | @@ -123,6 +123,7 @@ export const formSchema: FormSchema[] = [ | ||
| 123 | field: 'messageMode', | 123 | field: 'messageMode', |
| 124 | label: '告警通知方式', | 124 | label: '告警通知方式', |
| 125 | component: 'ApiSelect', | 125 | component: 'ApiSelect', |
| 126 | + helpMessage: ['通知方式,需在消息管理配置对应告警消息模板,否则不能成功通知告警联系人'], | ||
| 126 | required: true, | 127 | required: true, |
| 127 | componentProps: { | 128 | componentProps: { |
| 128 | mode: 'multiple', | 129 | mode: 'multiple', |