Commit d6801f86790fd4fb13a80d4776e0e32173928c10
1 parent
638ebd1a
pref:DEFECT-506 优化告警类型可以改为告警场景,方便用户理解
Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -96,7 +96,7 @@ export const alarmSearchSchemas: FormSchema[] = [ | @@ -96,7 +96,7 @@ export const alarmSearchSchemas: FormSchema[] = [ | ||
| 96 | }, | 96 | }, |
| 97 | { | 97 | { |
| 98 | field: 'alarmType', | 98 | field: 'alarmType', |
| 99 | - label: '告警类型', | 99 | + label: '告警场景', |
| 100 | component: 'Input', | 100 | component: 'Input', |
| 101 | colProps: { span: 6 }, | 101 | colProps: { span: 6 }, |
| 102 | componentProps: { | 102 | componentProps: { |
| @@ -125,7 +125,7 @@ export const alarmColumns: BasicColumn[] = [ | @@ -125,7 +125,7 @@ export const alarmColumns: BasicColumn[] = [ | ||
| 125 | width: 100, | 125 | width: 100, |
| 126 | }, | 126 | }, |
| 127 | { | 127 | { |
| 128 | - title: '类型', | 128 | + title: '告警场景', |
| 129 | dataIndex: 'type', | 129 | dataIndex: 'type', |
| 130 | width: 160, | 130 | width: 160, |
| 131 | }, | 131 | }, |
| @@ -189,7 +189,7 @@ export const alarmSchemasForm: FormSchema[] = [ | @@ -189,7 +189,7 @@ export const alarmSchemasForm: FormSchema[] = [ | ||
| 189 | }, | 189 | }, |
| 190 | { | 190 | { |
| 191 | field: 'type', | 191 | field: 'type', |
| 192 | - label: '告警类型', | 192 | + label: '告警场景', |
| 193 | component: 'Input', | 193 | component: 'Input', |
| 194 | componentProps: { | 194 | componentProps: { |
| 195 | disabled: true, | 195 | disabled: true, |