Showing
1 changed file
with
6 additions
and
2 deletions
... | ... | @@ -60,13 +60,17 @@ export const searchSchedueFormSchema: FormSchema[] = [ |
60 | 60 | value: EJobGroup.DEFAULT, |
61 | 61 | }, |
62 | 62 | { |
63 | - label: '任务中心', | |
64 | - value: EJobGroup.TASK_CENTER, | |
63 | + label: '系统', | |
64 | + value: EJobGroup.SYSTEM, | |
65 | 65 | }, |
66 | 66 | { |
67 | 67 | label: '报表', |
68 | 68 | value: EJobGroup.REPORT, |
69 | 69 | }, |
70 | + { | |
71 | + label: '任务中心', | |
72 | + value: EJobGroup.TASK_CENTER, | |
73 | + }, | |
70 | 74 | ], |
71 | 75 | placeholder: '请选择任务组名', |
72 | 76 | }, | ... | ... |