Commit 99b4687172041b8f560143226571a0462503759b

Authored by fengtao
1 parent d6801f86

pref:DEFECT-506 优化告警类型可以改为告警场景,方便用户理解

... ... @@ -31,7 +31,7 @@ export const alarmSearchSchemas: FormSchema[] = [
31 31 },
32 32 {
33 33 field: 'alarmType',
34   - label: '告警类型',
  34 + label: '告警场景',
35 35 component: 'Input',
36 36 colProps: { span: 6 },
37 37 componentProps: {
... ... @@ -74,7 +74,7 @@ export const alarmColumns: BasicColumn[] = [
74 74 width: 100,
75 75 },
76 76 {
77   - title: '类型',
  77 + title: '告警场景',
78 78 dataIndex: 'type',
79 79 width: 160,
80 80 },
... ... @@ -138,7 +138,7 @@ export const alarmSchemasForm: FormSchema[] = [
138 138 },
139 139 {
140 140 field: 'type',
141   - label: '告警类型',
  141 + label: '告警场景',
142 142 component: 'Input',
143 143 componentProps: {
144 144 disabled: true,
... ...