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