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