...
|
...
|
@@ -67,6 +67,10 @@ export const searchSchedueFormSchema: FormSchema[] = [ |
67
|
67
|
label: '系统',
|
68
|
68
|
value: EJobGroup.SYSTEM,
|
69
|
69
|
},
|
|
70
|
+ {
|
|
71
|
+ label: '报表',
|
|
72
|
+ value: EJobGroup.REPORT,
|
|
73
|
+ },
|
70
|
74
|
],
|
71
|
75
|
placeholder: '请选择任务组名',
|
72
|
76
|
},
|
...
|
...
|
|