2020-12-23 11:14:35 +08:00
|
|
|
export default [
|
2021-01-16 11:29:42 +08:00
|
|
|
//项目信息管理
|
|
|
|
{
|
2020-12-23 11:14:35 +08:00
|
|
|
name: 'list.ProjectInformationManagement',
|
|
|
|
icon: 'table',
|
|
|
|
path: '/Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
|
|
|
component: './Project/ProjectManage/ProjectManager/ProjectInformationManagement',
|
|
|
|
hideInMenu: true
|
|
|
|
},
|
|
|
|
//标中质询澄清列表
|
|
|
|
{
|
|
|
|
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: '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',
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
];
|