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