Commit e31b2c5c5da8dbd8a98298262a00e982005f6611

Authored by fengtao
1 parent 91b116ce

fix:DEFECT-431 修复告警级别和场景联动不一致问题

@@ -280,7 +280,7 @@ export const childDeviceColumns: BasicColumn[] = [ @@ -280,7 +280,7 @@ export const childDeviceColumns: BasicColumn[] = [
280 280
281 export const alarmLevel = (type: string): string => { 281 export const alarmLevel = (type: string): string => {
282 if (type === 'CRITICAL') { 282 if (type === 'CRITICAL') {
283 - return '危险'; 283 + return '紧急';
284 } else if (type === 'MAJOR') { 284 } else if (type === 'MAJOR') {
285 return '重要'; 285 return '重要';
286 } else if (type === 'MINOR') { 286 } else if (type === 'MINOR') {