Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a2b3b9153fd7f8f478fe0d129d848f0de1678da7
Authored by
fengwotao
2023-10-19 14:15:44 +0800
1 parent
f8607ab0
feat: DEFECT-1694 超管账号定时任务中,调度日志任务组名加上任务中心
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/system/scheduled/SchedueLog.vue
src/views/system/scheduled/SchedueLog.vue
View file @
a2b3b91
...
...
@@ -148,6 +148,7 @@
148
148
{ value: 'DEFAULT', label: '默认' },
149
149
{ value: 'SYSTEM', label: '系统' },
150
150
{ value: 'REPORT', label: '报表' },
151
+
{ value: 'TASK_CENTER', label: '任务中心' },
151
152
]);
152
153
const optionStatus: any = ref([
153
154
{ value: '1 ', label: '成功' },
...
...