12-23-上传master
This commit is contained in:
112
config/router_lq.config.ts
Normal file
112
config/router_lq.config.ts
Normal file
@ -0,0 +1,112 @@
|
||||
export default [
|
||||
//项目建档
|
||||
{
|
||||
name: 'list.ProjectDocumentation',
|
||||
icon: 'table',
|
||||
path: '/Project/ProjectManage/ProjectManager/ProjectDocumentation',
|
||||
component: './Project/ProjectManage/ProjectManager/ProjectDocumentation',
|
||||
},
|
||||
//项目信息管理
|
||||
{
|
||||
name: 'list.ProjectInformationManagement',
|
||||
icon: 'table',
|
||||
path: '/Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
||||
component: './Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
||||
hideInMenu: true
|
||||
},
|
||||
//寻找商机
|
||||
{
|
||||
name: 'list.LookingForBusinessOpportunities',
|
||||
icon: 'table',
|
||||
path: '/Tender/supplier/LookingForBusinessOpportunities',
|
||||
component: './Tender/supplier/LookingForBusinessOpportunities',
|
||||
},
|
||||
//邀请函
|
||||
{
|
||||
name: 'invitationLetter',
|
||||
icon: 'table',
|
||||
path: '/Tender/supplier/InvitationLetter',
|
||||
component: './Tender/supplier/InvitationLetter',
|
||||
},
|
||||
//我要参与(购买采购文件)
|
||||
{
|
||||
name: 'list.IParticipate',
|
||||
icon: 'table',
|
||||
path: '/Tender/supplier/IParticipate',
|
||||
component: './Tender/supplier/IParticipate',
|
||||
},
|
||||
//下载采购文件
|
||||
{
|
||||
name: 'list.DownloadPurchasingDocuments',
|
||||
icon: 'table',
|
||||
path: '/Tender/supplier/DownloadPurchasingDocuments',
|
||||
component: './Tender/supplier/DownloadPurchasingDocuments',
|
||||
},
|
||||
//供应商质疑或异议列表
|
||||
{
|
||||
name: 'list.SupplierQuestionsOrObjections',
|
||||
icon: 'table',
|
||||
path: '/Tender/supplier/SupplierQuestionsOrObjections',
|
||||
component: './Tender/supplier/SupplierQuestionsOrObjections',
|
||||
},
|
||||
//供应商澄清列表
|
||||
{
|
||||
name: 'supplierClarificationList',
|
||||
icon: 'table',
|
||||
path: '/Tender/supplier/SupplierClarificationList',
|
||||
component: './Tender/supplier/SupplierClarificationList',
|
||||
},
|
||||
//标中质询澄清列表
|
||||
{
|
||||
name: 'clarificationOfTheBid',
|
||||
icon: 'table',
|
||||
path: '/Evaluation/projectManager/ClarificationOfTheBid',
|
||||
component: './Evaluation/projectManager/ClarificationOfTheBid',
|
||||
},
|
||||
//标中质询列表
|
||||
{
|
||||
name: 'challengeListInTheIndex',
|
||||
icon: 'table',
|
||||
path: '/Evaluation/supplier/ChallengeListInTheIndex',
|
||||
component: './Evaluation/supplier/ChallengeListInTheIndex',
|
||||
},
|
||||
//澄清列表
|
||||
{
|
||||
name: 'clarifyTheList',
|
||||
icon: 'table',
|
||||
path: '/Tender/ProjectManager/ClarifyTheList',
|
||||
component: './Tender/ProjectManager/ClarifyTheList',
|
||||
},
|
||||
//项目经理提疑回复列表
|
||||
{
|
||||
name: 'mentionDoubtReply',
|
||||
icon: 'table',
|
||||
path: '/Tender/ProjectManager/MentionDoubtReply',
|
||||
component: './Tender/ProjectManager/MentionDoubtReply',
|
||||
},
|
||||
|
||||
//评审结果-项目经理
|
||||
{
|
||||
name: 'reviewResults.manager',
|
||||
icon: 'table',
|
||||
path: '/Evaluation/projectManager/ReviewResults/Manager',
|
||||
component: './Evaluation/projectManager/ReviewResults/Manager',
|
||||
},
|
||||
//评审结果-组长
|
||||
{
|
||||
name: 'reviewResults.groupLeader',
|
||||
icon: 'table',
|
||||
path: '/Evaluation/expert/ReviewResults/GroupLeader',
|
||||
component: './Evaluation/expert/ReviewResults/GroupLeader',
|
||||
},
|
||||
//评审结果-评委
|
||||
{
|
||||
name: 'reviewResults.jury',
|
||||
icon: 'table',
|
||||
path: '/Evaluation/expert/ReviewResults/Jury',
|
||||
component: './Evaluation/expert/ReviewResults/Jury',
|
||||
},
|
||||
|
||||
|
||||
|
||||
];
|
Reference in New Issue
Block a user