更新版本库
This commit is contained in:
@ -1,3 +1,69 @@
|
||||
export default [
|
||||
|
||||
{ // 发标
|
||||
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',
|
||||
}
|
||||
],*/
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user