2020-12-23 11:14:35 +08:00
|
|
|
export default [
|
2021-01-16 11:29:42 +08:00
|
|
|
{ // 发标
|
|
|
|
path: '/Evaluation/BiddingDocumentsDecrypt',
|
|
|
|
name: 'BiddingDocumentsDecrypt',
|
|
|
|
icon: 'crown',
|
|
|
|
routes: [
|
|
|
|
{ //
|
|
|
|
name: 'BiddingDocumentsDecrypt_pg',
|
|
|
|
icon: 'smile',
|
|
|
|
path: '/Evaluation/BiddingDocumentsDecrypt/index',
|
|
|
|
component: './Evaluation/BiddingDocumentsDecrypt',
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{ //
|
|
|
|
path: '/Calibration/BidAssessmentResults',
|
|
|
|
name: 'BidAssessmentResults',
|
|
|
|
icon: 'crown',
|
|
|
|
routes: [
|
|
|
|
{ //
|
|
|
|
name: 'BidAssessmentResults_pg',
|
|
|
|
icon: 'smile',
|
|
|
|
path: '/Calibration/BidAssessmentResults/index',
|
|
|
|
component: './Calibration/BidAssessmentResults',
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{ // 公示
|
|
|
|
path: '/Calibration/BidPublicityResult',
|
|
|
|
name: 'BidPublicityResult',
|
|
|
|
icon: 'crown',
|
|
|
|
routes: [
|
|
|
|
{ //
|
|
|
|
name: 'BidPublicityResult_pg',
|
|
|
|
icon: 'smile',
|
|
|
|
path: '/Calibration/BidPublicityResult/index',
|
|
|
|
component: './Calibration/BidPublicityResult',
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{ // 发标
|
|
|
|
path: '/NtkoPage',
|
|
|
|
name: 'NtkoPage',
|
|
|
|
icon: 'crown',
|
|
|
|
routes: [
|
|
|
|
{ //
|
|
|
|
name: 'NtkoPage_pg',
|
|
|
|
icon: 'smile',
|
|
|
|
path: '/NtkoPage/index',
|
|
|
|
component: './NtkoPage',
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
/*接收定标结果*/
|
|
|
|
{ // 发标
|
|
|
|
path: '/BidReceiveCalibrationResult',
|
|
|
|
name: 'BidReceiveCalibrationResult',
|
|
|
|
icon: 'crown',
|
|
|
|
component: './Calibration/BidReceiveCalibrationResult',
|
|
|
|
/*routes: [
|
|
|
|
{ //
|
|
|
|
name: 'NtkoPage_pg',
|
|
|
|
icon: 'smile',
|
|
|
|
path: '/NtkoPage/index',
|
|
|
|
component: './NtkoPage',
|
|
|
|
}
|
|
|
|
],*/
|
|
|
|
},
|
2020-12-23 11:14:35 +08:00
|
|
|
];
|