[NEW]审批列表-新增

This commit is contained in:
yuweiqi
2020-02-11 19:10:44 +08:00
parent 95c66caded
commit c6cbbadb81
4 changed files with 164 additions and 17 deletions

View File

@@ -20,6 +20,8 @@ const agentEenterBasicHealth = () => import('@/views/ebiz/agentEenter/AgentEente
const agentEenterBasicSuccess = () => import('@/views/ebiz/agentEenter/AgentEenterBasicSuccess')
const ShareInfo = () => import('@/views/ebiz/agentEenter/share/ShareInfo')
const ShareInfoSuccess = () => import('@/views/ebiz/agentEenter/share/ShareInfoSuccess')
const ApproveList = () => import('@/views/ebiz/agentEenter/approve/ApproveList')
export default [
{
path: '/agentEenter/entryProcess',
@@ -209,5 +211,14 @@ export default [
title: '入司申请填写成功',
index: 1
}
},
{
path: '/agentEenter/approve/ApproveList',
name: 'ApproveList',
component: ApproveList,
meta: {
title: '增员审批列表',
index: 1
}
}
]