Commit d6801f86790fd4fb13a80d4776e0e32173928c10

Authored by fengtao
1 parent 638ebd1a

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

... ... @@ -96,7 +96,7 @@ export const alarmSearchSchemas: FormSchema[] = [
96 96 },
97 97 {
98 98 field: 'alarmType',
99   - label: '告警类型',
  99 + label: '告警场景',
100 100 component: 'Input',
101 101 colProps: { span: 6 },
102 102 componentProps: {
... ... @@ -125,7 +125,7 @@ export const alarmColumns: BasicColumn[] = [
125 125 width: 100,
126 126 },
127 127 {
128   - title: '类型',
  128 + title: '告警场景',
129 129 dataIndex: 'type',
130 130 width: 160,
131 131 },
... ... @@ -189,7 +189,7 @@ export const alarmSchemasForm: FormSchema[] = [
189 189 },
190 190 {
191 191 field: 'type',
192   - label: '告警类型',
  192 + label: '告警场景',
193 193 component: 'Input',
194 194 componentProps: {
195 195 disabled: true,
... ...