Commit f3505c9e0eaf000e9981825c30ed9365fda36a60

Authored by loveumiko
1 parent e2056a64

fix: 修改定时任务中,任务组名筛选把系统改为任务中心

... ... @@ -60,8 +60,8 @@ export const searchSchedueFormSchema: FormSchema[] = [
60 60 value: EJobGroup.DEFAULT,
61 61 },
62 62 {
63   - label: '系统',
64   - value: EJobGroup.SYSTEM,
  63 + label: '任务中心',
  64 + value: EJobGroup.TASK_CENTER,
65 65 },
66 66 {
67 67 label: '报表',
... ...