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