更新版本库
This commit is contained in:
@ -7,49 +7,49 @@ export default [
|
||||
// path: '/packageDivided',
|
||||
// component: './packageDivided',
|
||||
// },
|
||||
//投标邀请
|
||||
{
|
||||
name:'biddingInvitation',
|
||||
icon: 'crown',
|
||||
path:'/biddingInvitation',
|
||||
routes:[
|
||||
//招标公告开始(招标公告,招标文件)
|
||||
{
|
||||
name: 'biddingAnnouncement',
|
||||
icon: 'crown',
|
||||
path: '/biddingInvitation/biddingAnnouncement',
|
||||
component: './Bid/BiddingAnnouncement',
|
||||
},
|
||||
//应答格式开始
|
||||
{
|
||||
name: 'responseFormat',
|
||||
icon: 'crown',
|
||||
path: '/biddingInvitation/responseFormat',
|
||||
component: './Bid/ResponseFormat',
|
||||
},
|
||||
]
|
||||
},
|
||||
// //投标邀请
|
||||
// {
|
||||
// name:'biddingInvitation',
|
||||
// icon: 'crown',
|
||||
// path:'/biddingInvitation',
|
||||
// routes:[
|
||||
// //招标公告开始(招标公告,招标文件)
|
||||
// {
|
||||
// name: 'biddingAnnouncement',
|
||||
// icon: 'crown',
|
||||
// path: '/biddingInvitation/biddingAnnouncement',
|
||||
// component: './Bid/BiddingAnnouncement',
|
||||
// },
|
||||
// //应答格式开始
|
||||
// {
|
||||
// name: 'responseFormat',
|
||||
// icon: 'crown',
|
||||
// path: '/biddingInvitation/responseFormat',
|
||||
// component: './Bid/ResponseFormat',
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
//项目归档
|
||||
{
|
||||
name:'archive',
|
||||
icon: 'crown',
|
||||
path:'/projectArchive',
|
||||
component: './Archive/ProjectArchive',
|
||||
},
|
||||
//主页-标段列表(项目经理)
|
||||
{
|
||||
name:'homePageManager',
|
||||
icon: 'crown',
|
||||
path:'/projectManager/homePageSectionList',
|
||||
component: './Project/ProjectManage/ProjectManager/HomePageSectionList',
|
||||
},
|
||||
//主页-标段列表(供应商)
|
||||
{
|
||||
name:'homePageSupplier',
|
||||
icon: 'crown',
|
||||
path:'/supplier/homePageSectionList',
|
||||
component: './Project/ProjectManage/Supplier/HomePageSectionList',
|
||||
},
|
||||
// {
|
||||
// name:'archive',
|
||||
// icon: 'crown',
|
||||
// path:'/projectArchive',
|
||||
// component: './Archive/ProjectArchive',
|
||||
// },
|
||||
// //主页-标段列表(项目经理)
|
||||
// {
|
||||
// name:'homePageManager',
|
||||
// icon: 'crown',
|
||||
// path:'/projectManager/homePageSectionList',
|
||||
// component: './Project/ProjectManage/ProjectManager/HomePageSectionList',
|
||||
// },
|
||||
// //主页-标段列表(供应商)
|
||||
// {
|
||||
// name:'homePageSupplier',
|
||||
// icon: 'crown',
|
||||
// path:'/supplier/homePageSectionList',
|
||||
// component: './Project/ProjectManage/Supplier/HomePageSectionList',
|
||||
// },
|
||||
//供应商信息管理
|
||||
{
|
||||
name:'supplierInformation',
|
||||
@ -79,4 +79,11 @@ export default [
|
||||
},
|
||||
]
|
||||
},
|
||||
//收入确认审核(项目经理)
|
||||
{
|
||||
name:'RevenueRecognition',
|
||||
icon: 'crown',
|
||||
path:'/RevenueRecognition',
|
||||
component: './Finance/ProjectManager/RevenueRecognition',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user