Browse Source

审批流

master
陈裕财 4 years ago
parent
commit
012967baf8
  1. 17
      src/router/routes_workflow.js

17
src/router/routes_workflow.js

@ -16,6 +16,23 @@ export default {
children: [ children: [
{ path: 'task/TaskListAssigneeToMe', component: _import("mdp/workflow/ru/task/TaskListAssigneeToMe"), name: 'TaskListAssigneeToMe', meta: { title: '审批中心',icon: 'task',openTab:true,outUrl:'${curlDomain}/workflow/'+process.env.VERSION+'/#/${router.path}' } }, { path: 'task/TaskListAssigneeToMe', component: _import("mdp/workflow/ru/task/TaskListAssigneeToMe"), name: 'TaskListAssigneeToMe', meta: { title: '审批中心',icon: 'task',openTab:true,outUrl:'${curlDomain}/workflow/'+process.env.VERSION+'/#/${router.path}' } },
] ]
},
{
path: '/mdp/workflow',
component: Layout,
name: '审批管理',
iconCls: 'fa el-icon-menu',
meta: {
title: 'flowCenter',
icon: 'flow'
},
hidden:true,
//leaf: true,//只有一个节点
children: [
{ path: 're/procdef/ProcdefListForBizStart', component: _import("mdp/workflow/re/procdef/ProcdefListForBizStart"), name: 'ProcdefListForBizStart', meta: { title: 'ProcdefListForBizStart' }, hidden:true, },
]
}, },
] ]
} }
Loading…
Cancel
Save