更新版本库
This commit is contained in:
69
config/ZhaoBiao/router_menubProject.config.ts
Normal file
69
config/ZhaoBiao/router_menubProject.config.ts
Normal file
@ -0,0 +1,69 @@
|
||||
import bid from './router_menucBid.config';
|
||||
import tender from './router_menudTender.config';
|
||||
import open from './router_menueOpening.config';
|
||||
import evaluation from './router_menufEvaluation.config';
|
||||
import calibration from './router_menugCalibration.config';
|
||||
import archive from './router_menuhArchive.config';
|
||||
export default [
|
||||
//建档
|
||||
{
|
||||
//招标项目管理
|
||||
name: 'bidManage',
|
||||
icon: 'form',
|
||||
path: '/BidManage',
|
||||
routes: [
|
||||
{
|
||||
name: 'projectManage',
|
||||
path: '/BidManage/Project', //进到李强的招标项目列表、
|
||||
component: './Project/ProjectManage/ProjectManager/ProjectDocumentation',
|
||||
},
|
||||
{
|
||||
name: 'ProjectsInvolved',
|
||||
path: '/BidManage/Tender/ProjectsInvolved', //我参与的项目
|
||||
component: './Tender/ProjectsInvolved',
|
||||
},
|
||||
// 寻找商机
|
||||
{
|
||||
name: 'Find',
|
||||
path: '/BidManage/Tender/supplier/LookingForBusinessOpportunities',
|
||||
component: './Tender/supplier/LookingForBusinessOpportunities',
|
||||
projectType: 'procurement_mode_1'
|
||||
},
|
||||
// 邀请函
|
||||
{
|
||||
name: 'Letter',
|
||||
path: '/BidManage/Tender/supplier/InvitationLetter',
|
||||
component: './Tender/supplier/InvitationLetter'
|
||||
},
|
||||
],
|
||||
},
|
||||
//项目信息
|
||||
{
|
||||
name: 'list.ProjectInformationManagement',
|
||||
path: '/Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
||||
component: './Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
||||
hideInMenu: true
|
||||
},
|
||||
{//项目布局
|
||||
path: '/ProjectLayout',
|
||||
component: '../layouts/CosMenuLayout',
|
||||
routes: [
|
||||
//主页-标段列表(项目经理)
|
||||
{
|
||||
path: '/ProjectLayout/Manager/HomePageSectionList',
|
||||
component: './Project/ProjectManage/ProjectManager/HomePageSectionList',
|
||||
},
|
||||
//主页-标段列表(供应商)
|
||||
{
|
||||
path: '/ProjectLayout/Supplier/HomePageSectionList',
|
||||
component: './Project/ProjectManage/Supplier/HomePageSectionList',
|
||||
},
|
||||
...bid,
|
||||
...tender,
|
||||
...open,
|
||||
...evaluation,
|
||||
...calibration,
|
||||
...archive,
|
||||
],
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user