Showing
1 changed file
with
1 additions
and
1 deletions
@@ -749,7 +749,7 @@ export const actionSchema: FormSchema[] = [ | @@ -749,7 +749,7 @@ export const actionSchema: FormSchema[] = [ | ||
749 | placeholder: '请选择告警等级', | 749 | placeholder: '请选择告警等级', |
750 | options: [ | 750 | options: [ |
751 | { | 751 | { |
752 | - label: '危险', | 752 | + label: '紧急', |
753 | value: 'CRITICAL', | 753 | value: 'CRITICAL', |
754 | }, | 754 | }, |
755 | { | 755 | { |