We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f9a74 commit 900b51dCopy full SHA for 900b51d
src/router/modules/remaining.ts
@@ -317,6 +317,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
317
title: '查看 OA 请假',
318
activeMenu: 'bpm/oa/leave/detail'
319
}
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
+ }
332
333
]
334
},
0 commit comments