添加流程-已办任务路由

(cherry picked from commit 900b51db86)
This commit is contained in:
Chika 2023-04-04 09:28:09 +08:00 committed by shizhong
parent 0e62153dd1
commit 522bf82d0e

View File

@ -317,6 +317,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '查看 OA 请假', title: '查看 OA 请假',
activeMenu: 'bpm/oa/leave/detail' activeMenu: 'bpm/oa/leave/detail'
} }
},
{
path: '/bpm/task/done',
component: () => import('@/views/bpm/task/done/index.vue'),
name: 'TaskDone',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '已办任务',
activeMenu: 'bpm/task/done/index'
}
} }
] ]
}, },