Commit d17f82daa144c0524c8e6639521374c3d19226e6

Authored by loveumiko
1 parent 4628e016

fix: 定时任务任务组名筛选搜索修改

... ... @@ -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 },
... ...