Commit d6d1dd701ff678ae7e086b84c4fb4c25ed64294c
1 parent
19e7b675
feat: DEFECT-1526 修复事件管理记录的筛选条件是事件类型不是告警类型
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -72,7 +72,7 @@ export const formSchemas: FormSchema[] = [ | @@ -72,7 +72,7 @@ export const formSchemas: FormSchema[] = [ | ||
72 | }, | 72 | }, |
73 | { | 73 | { |
74 | field: 'eventType', | 74 | field: 'eventType', |
75 | - label: '告警类型', | 75 | + label: '事件类型', |
76 | component: 'ApiSelect', | 76 | component: 'ApiSelect', |
77 | componentProps: { | 77 | componentProps: { |
78 | placeholder: '请选择事件类型', | 78 | placeholder: '请选择事件类型', |