3.10 工程代码同步master
This commit is contained in:
@ -4,39 +4,13 @@ import open from './router_menueOpening.config';
|
||||
import evaluation from './router_menufEvaluation.config';
|
||||
import calibration from './router_menugCalibration.config';
|
||||
import archive from './router_menuhArchive.config';
|
||||
import yuShen from '../YuShen/router_yushen';
|
||||
import tanpan from '../TanPan/router_tanpan';
|
||||
import xunjia from '../XunJia/router_xunjia';
|
||||
import bixuan from '../BiXuan/router_bixuan';
|
||||
import zhaomu from '../ZhaoMu/router_zhaomu';
|
||||
import neipai from '../NeiPai/router_neipai';
|
||||
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',
|
||||
@ -44,6 +18,20 @@ export default [
|
||||
component: './Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
||||
hideInMenu: true
|
||||
},
|
||||
// 异议投诉-项目经理
|
||||
{
|
||||
name: 'list.ProjectComplaint',
|
||||
path: '/Project/ProjectManage/ProjectManager/ObjectionComplaint',
|
||||
component: './Project/ProjectManage/ProjectManager/ObjectionComplaint',
|
||||
hideInMenu: true
|
||||
},
|
||||
// 异议投诉-供应商
|
||||
{
|
||||
name: 'list.ProjectComplaint',
|
||||
path: '/Project/ProjectManage/Supplier/ObjectionComplaint',
|
||||
component: './Project/ProjectManage/Supplier/ObjectionComplaint',
|
||||
hideInMenu: true
|
||||
},
|
||||
{//项目布局
|
||||
path: '/ProjectLayout',
|
||||
component: '../layouts/CosMenuLayout',
|
||||
@ -64,6 +52,12 @@ export default [
|
||||
...evaluation,
|
||||
...calibration,
|
||||
...archive,
|
||||
...yuShen,
|
||||
...tanpan,//谈判项目
|
||||
...xunjia,//询价项目
|
||||
...bixuan,//比选项目
|
||||
...zhaomu,//招募项目
|
||||
...neipai,//内拍项目
|
||||
],
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user