Commit 9f185148 authored by liwei's avatar liwei

任务流运维页面

parent 89c3fe82
...@@ -855,20 +855,20 @@ export const serviceDevelopmentRoute: AppRouteRecordRaw = { ...@@ -855,20 +855,20 @@ export const serviceDevelopmentRoute: AppRouteRecordRaw = {
], ],
}; };
/**任务调度*/ /**任务调度-任务流运维*/
export const taskSchedulingRoute: AppRouteRecordRaw = { export const taskSchedulingRoute: AppRouteRecordRaw = {
path: '/taskScheduling', path: '/taskScheduling/taskFlowMaintenance',
name: 'taskScheduling', name: 'taskFlowMaintenance',
component: LAYOUT, component: LAYOUT,
meta: { meta: {
title: '任务调度', title: '任务调度',
icon: '', icon: '',
hidden: true, hidden: true,
currentActiveMenu: '/taskScheduling', currentActiveMenu: '/taskScheduling/taskFlowMaintenance',
}, },
children: [ children: [
{ {
path: 'taskFlowMaintenance/executionDetails', path: 'periodicScheduling/executionDetails',
name: 'executionDetails', name: 'executionDetails',
component: () => import('@/views/taskScheduling/taskFlowMaintenance/periodicScheduling/executionDetails.vue'), component: () => import('@/views/taskScheduling/taskFlowMaintenance/periodicScheduling/executionDetails.vue'),
meta: { meta: {
......
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
/**跳转详情 按钮*/ /**跳转详情 按钮*/
function detailButton(record){ function detailButton(record){
router.push({ router.push({
path: '/taskScheduling/taskFlowMaintenance/executionDetails', path: '/taskScheduling/taskFlowMaintenance/periodicScheduling/executionDetails',
query: {} query: {}
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment