Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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') { |