Commit a8658d6a3bb00d075e38260c1eef143c0df44a8b
1 parent
81d79e11
perf: DEFECT-1503 优化告警记录里面,告警级别筛选条件和场景联动告警级别条件需一致
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -335,7 +335,7 @@ export const childDeviceColumns: BasicColumn[] = [ | @@ -335,7 +335,7 @@ export const childDeviceColumns: BasicColumn[] = [ | ||
335 | 335 | ||
336 | export const alarmLevel = (type: string): string => { | 336 | export const alarmLevel = (type: string): string => { |
337 | if (type === 'CRITICAL') { | 337 | if (type === 'CRITICAL') { |
338 | - return '紧急'; | 338 | + return '危险'; |
339 | } else if (type === 'MAJOR') { | 339 | } else if (type === 'MAJOR') { |
340 | return '重要'; | 340 | return '重要'; |
341 | } else if (type === 'MINOR') { | 341 | } else if (type === 'MINOR') { |