Commit 0d5e24e8f57197f32749fdb445f54af7e2f29c64

Authored by fengwotao
1 parent d6d1dd70

fix: 修改场景联动告警等级危险改为紧急

... ... @@ -749,7 +749,7 @@ export const actionSchema: FormSchema[] = [
749 749 placeholder: '请选择告警等级',
750 750 options: [
751 751 {
752   - label: '危险',
  752 + label: '紧急',
753 753 value: 'CRITICAL',
754 754 },
755 755 {
... ...