VUE3【流程管理-我的流程】elment-plus改造

This commit is contained in:
Chika
2023-04-06 16:13:18 +08:00
parent 173c375bce
commit d0bc7f0814
2 changed files with 211 additions and 44 deletions

View File

@ -341,6 +341,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '代办任务',
activeMenu: 'bpm/task/todo/index'
}
},
{
path: '/bpm/processInstance',
component: () => import('@/views/bpm/processInstance/index.vue'),
name: 'processInstance',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '流程办理',
activeMenu: 'bpm/processInstance/index'
}
}
]
},