入司优化:入司问题处理 --提交人:阳华祥

(cherry picked from commit 9091fb6e423f7e13c55e3629e2032183243738d0)
This commit is contained in:
阳华祥
2020-06-23 16:34:50 +08:00
parent 6ffc0f7fcb
commit d55424ee4f
4 changed files with 153 additions and 42 deletions

View File

@@ -24,6 +24,8 @@ const ApproveList = () => import('@/views/ebiz/agentEenter/approve/ApproveList')
const BasicInfo = () => import('@/views/ebiz/agentEenter/approve/BasicInfo')
const ApproveInfo = () => import('@/views/ebiz/agentEenter/approve/ApproveInfo')
const SubmitSuccess = () => import('@/views/ebiz/agentEenter/approve/SubmitSuccess')
const ResultEnd = () => import('@/views/ebiz/agentEenter/ResultEnd')
export default [
{
@@ -250,5 +252,14 @@ export default [
title: '提交成功',
index: 1
}
},
{
path: '/agentEenter/ResultEnd',
name: 'ResultEnd',
component: ResultEnd,
meta: {
title: '入司成功',
index: 1
}
}
]