更新版本库

This commit is contained in:
ajaxfan
2021-01-16 11:29:42 +08:00
parent b42e0c1ddd
commit ff889c3db4
352 changed files with 39993 additions and 15507 deletions

View File

@ -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',
},
]