Skip to content

Commit 900b51d

Browse files
committed
添加流程-已办任务路由
1 parent e0f9a74 commit 900b51d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/router/modules/remaining.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
317317
title: '查看 OA 请假',
318318
activeMenu: 'bpm/oa/leave/detail'
319319
}
320+
},
321+
{
322+
path: '/bpm/task/done',
323+
component: () => import('@/views/bpm/task/done/index.vue'),
324+
name: 'TaskDone',
325+
meta: {
326+
noCache: true,
327+
hidden: true,
328+
canTo: true,
329+
title: '已办任务',
330+
activeMenu: 'bpm/task/done/index'
331+
}
320332
}
321333
]
322334
},

0 commit comments

Comments
 (0)