Commit a8658d6a3bb00d075e38260c1eef143c0df44a8b

Authored by fengwotao
1 parent 81d79e11

perf: DEFECT-1503 优化告警记录里面,告警级别筛选条件和场景联动告警级别条件需一致

@@ -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') {