Commit f11e15f88dbbd12cfd29f02c1e6a4b00da8e826d

Authored by fengwotao
1 parent 1dffb77e

fix: 消息模板,告警通知新增触发值提示

@@ -250,7 +250,8 @@ export const formSchema: FormSchema[] = [ @@ -250,7 +250,8 @@ export const formSchema: FormSchema[] = [
250 "device_name":"设备名称", 250 "device_name":"设备名称",
251 "severity":"告警等级", 251 "severity":"告警等级",
252 "organization":"设备所属组织", 252 "organization":"设备所属组织",
253 - "createTime":告警时间 253 + "createTime":"告警时间",
  254 + "trigger_value":"触发值",
254 }`, 255 }`,
255 }); 256 });
256 } else if (value === 'FOR_SET_PASSWORD') { 257 } else if (value === 'FOR_SET_PASSWORD') {