Showing
1 changed file
with
1 additions
and
1 deletions
@@ -36,7 +36,7 @@ export const alarmSearchSchemas: FormSchema[] = [ | @@ -36,7 +36,7 @@ export const alarmSearchSchemas: FormSchema[] = [ | ||
36 | colProps: { span: 6 }, | 36 | colProps: { span: 6 }, |
37 | componentProps: { | 37 | componentProps: { |
38 | maxLength: 255, | 38 | maxLength: 255, |
39 | - placeholder: '请输入告警类型', | 39 | + placeholder: '请输入告警场景', |
40 | }, | 40 | }, |
41 | dynamicRules: () => { | 41 | dynamicRules: () => { |
42 | return [ | 42 | return [ |