mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 13:46:43 +08:00
[NEW]【自助入司改造】新增审批记录、审批详细信息页;原待审批信息接口调整;影像上传页增加身份证正反面图片上传张数校验
This commit is contained in:
@@ -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 recordList = () => import('@/views/ebiz/agentEenter/approve/RecordList')
|
||||
const recordDetail = () => import('@/views/ebiz/agentEenter/approve/RecordDetail')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -250,5 +252,23 @@ export default [
|
||||
title: '提交成功',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/approve/recordList',
|
||||
name: 'recordList',
|
||||
component: recordList,
|
||||
meta: {
|
||||
title: '审批记录',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/approve/recordDetail/:baseId',
|
||||
name: 'recordDetail',
|
||||
component: recordDetail,
|
||||
meta: {
|
||||
title: '审批详细信息',
|
||||
index: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user