Commit a12d48f8c2df107af0f96791eee5d8db728fd3f1

Authored by xp.Huang
2 parents cdc5aa94 d17f82da

Merge branch 'fix/DEFECT-1402' into 'main_dev'

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

See merge request yunteng/thingskit-front!735
... ... @@ -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 },
... ...