From 0abe599511525ef72d1fe80cb2b57a63666d1f58 Mon Sep 17 00:00:00 2001 From: zhouyang Date: Mon, 13 Apr 2026 15:23:58 +0800 Subject: [PATCH] =?UTF-8?q?update:=E8=B7=AF=E7=94=B1=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tenants/lyric/router/menuData.ts | 23 +++++++++++++++++++++ src/tenants/lyric/router/routerData.ts | 28 ++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/src/tenants/lyric/router/menuData.ts b/src/tenants/lyric/router/menuData.ts index 88bcb8ca..c75a4606 100644 --- a/src/tenants/lyric/router/menuData.ts +++ b/src/tenants/lyric/router/menuData.ts @@ -145,6 +145,29 @@ export default [ }, ], }, + { + title: '作业管理', + path: '/job', + name: 'Job', + icon: Icons['Monitor'], + children: [ + { + title: '作业提交', + path: '/job/submit', + name: 'JobSubmit', + }, + // { + // title: '作业列表', + // path: '/job/list', + // name: 'JobList', + // }, + // { + // title: '计算资源', + // path: '/job/resources', + // name: 'JobResources', + // }, + ], + }, { title: '数据管理', path: '/data', diff --git a/src/tenants/lyric/router/routerData.ts b/src/tenants/lyric/router/routerData.ts index 8eb46938..a3a490f3 100644 --- a/src/tenants/lyric/router/routerData.ts +++ b/src/tenants/lyric/router/routerData.ts @@ -87,6 +87,31 @@ export default [ }, ], }, + { + title: '作业管理', + path: '/job', + name: 'Job', + children: [ + { + title: '作业提交', + path: '/job/submit', + name: 'JobSubmit', + component: () => import('@/views/job/jobSubmit/index.vue'), + }, + // { + // title: '作业列表', + // path: '/job/list', + // name: 'JobList', + // component: () => import('@/views/job/JobList/index.vue'), + // }, + // { + // title: '计算资源', + // path: '/job/resources', + // name: 'JobResources', + // component: () => import('@/views/job/JobResources/index.vue'), + // }, + ], + }, { title: '任务管理', path: '/task', @@ -328,8 +353,7 @@ export default [ title: '异常案例库', path: '/competenceCenter/exceptionCase', name: 'CompetenceCenterExceptionCase', - component: () => - import('@/tenants/lyric/views/competenceCenter/exceptionCase/index.vue'), + component: () => import('@/tenants/lyric/views/competenceCenter/exceptionCase/index.vue'), }, // { // title: '仿真流程创建',