更新版本库
This commit is contained in:
64
config/JuryRoom/router_menuJury.config.ts
Normal file
64
config/JuryRoom/router_menuJury.config.ts
Normal file
@ -0,0 +1,64 @@
|
||||
export default [//评标
|
||||
// 评标列表
|
||||
{
|
||||
path: '/BidEvaluation/',
|
||||
routes: [
|
||||
{ path: '/BidEvaluation/manager/:roomType', component: './BidEvaluation/manager' },
|
||||
{ path: '/BidEvaluation/Jury', component: './BidEvaluation/Jury' },
|
||||
{ path: '/BidEvaluation/supplier', component: './BidEvaluation/supplier' },
|
||||
{ path: '/BidEvaluation/biddingroom', component: './BidEvaluation/biddingroom' },
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/EvaRoom',
|
||||
component: '../layouts/CosMenTabsLayout',
|
||||
routes: [
|
||||
|
||||
// 基本信息
|
||||
{ path: '/EvaRoom', component: './Evaluation/BaseInf' },
|
||||
// 风险点展示
|
||||
{ path: '/EvaRoom/BidControl/BidControlManager', component: './Evaluation/BidControl/BidControlManager' },
|
||||
//投标文件查看
|
||||
{ path: '/EvaRoom/BiddingDocumentsDecrypt', component: './Evaluation/BiddingDocumentsDecrypt' },
|
||||
{//评审结果
|
||||
path: '/EvaRoom/Evaluation',
|
||||
routes: [
|
||||
//评审结果-项目经理
|
||||
{
|
||||
path: '/EvaRoom/Evaluation/projectManager/ReviewResults/Manager',
|
||||
component: './Evaluation/projectManager/ReviewResults/Manager',
|
||||
},
|
||||
//评审结果-组长
|
||||
{
|
||||
path: '/EvaRoom/Evaluation/expert/ReviewResults/GroupLeader',
|
||||
component: './Evaluation/expert/ReviewResults/GroupLeader',
|
||||
},
|
||||
//评审结果-评委
|
||||
{
|
||||
path: '/EvaRoom/Evaluation/expert/ReviewResults/Jury',
|
||||
component: './Evaluation/expert/ReviewResults/Jury',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/EvaRoom/Eva',
|
||||
component: '../layouts/CosMenTabLsLayout',
|
||||
routes: [
|
||||
// 初审项目经理
|
||||
{ path: '/EvaRoom/Eva/BidPreliminaryManager', component: './Evaluation/BidPreliminary/BidPreliminaryManager' },
|
||||
// 初审评审专家
|
||||
{ path: '/EvaRoom/Eva/BidPreliminaryReview', component: './Evaluation/BidPreliminary/BidPreliminaryReview' },
|
||||
// 初审评审组长
|
||||
{ path: '/EvaRoom/Eva/BidPreliminaryReviewLeader', component: './Evaluation/BidPreliminary/BidPreliminaryReviewLeader' },
|
||||
// 详审项目经理
|
||||
{ path: '/EvaRoom/Eva/BidDetailedManager', component: './Evaluation/BidDetailed/BidDetailedManager' },
|
||||
// 详审评审专家
|
||||
{ path: '/EvaRoom/Eva/BidDetailedReview', component: './Evaluation/BidDetailed/BidDetailedReview' },
|
||||
// 详审评审组长
|
||||
{ path: '/EvaRoom/Eva/BidDetailedReviewLeader', component: './Evaluation/BidDetailed/BidDetailedReviewLeader' },
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
];
|
Reference in New Issue
Block a user