Commit dfd484f1050a804933a04d2a7b3ecefce15fe3de

Authored by fengwotao
1 parent 0d5e24e8

fix: 修改设备详情里的告警记录告警等级危险改为紧急

@@ -333,7 +333,7 @@ export const childDeviceColumns: BasicColumn[] = [ @@ -333,7 +333,7 @@ export const childDeviceColumns: BasicColumn[] = [
333 333
334 export const alarmLevel = (type: string): string => { 334 export const alarmLevel = (type: string): string => {
335 if (type === 'CRITICAL') { 335 if (type === 'CRITICAL') {
336 - return '危险'; 336 + return '紧急';
337 } else if (type === 'MAJOR') { 337 } else if (type === 'MAJOR') {
338 return '重要'; 338 return '重要';
339 } else if (type === 'MINOR') { 339 } else if (type === 'MINOR') {