mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 11:25:07 +08:00
VUE3【流程管理-我的流程】elment-plus改造
This commit is contained in:
@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user