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