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