46 lines
1.3 KiB
TypeScript
46 lines
1.3 KiB
TypeScript
![]() |
export default [
|
||
|
|
||
|
//定标
|
||
|
//注释内容为本机调试用
|
||
|
{
|
||
|
// name:'Calibration',
|
||
|
// icon: 'crown',
|
||
|
path:'/ProjectLayout/Calibration',
|
||
|
// path:'/Calibration',
|
||
|
routes:[
|
||
|
//项目经理-同步评标结果
|
||
|
{
|
||
|
path: '/ProjectLayout/Calibration/BidAssessmentResults',
|
||
|
component: './Calibration/BidAssessmentResults'
|
||
|
},
|
||
|
//项目经理-中标候选人公示
|
||
|
{
|
||
|
path: '/ProjectLayout/Calibration/BidReceiveCalibrationResult',
|
||
|
component: './Calibration/BidReceiveCalibrationResult'
|
||
|
},
|
||
|
//项目经理-接收定标结果
|
||
|
{
|
||
|
path: '/ProjectLayout/Calibration/BidPublicityResult',
|
||
|
component: './Calibration/BidPublicityResult'
|
||
|
},
|
||
|
//项目经理-结果通知书
|
||
|
{
|
||
|
// name: 'ResultNotice',
|
||
|
// icon: 'crown',
|
||
|
path: '/ProjectLayout/Calibration/ProjectManager/ResultNotice',
|
||
|
// path: '/Calibration/ProjectManager/ResultNotice',
|
||
|
component: './Calibration/ProjectManager/ResultNotice'
|
||
|
},
|
||
|
|
||
|
//供应商-查看通知书
|
||
|
{
|
||
|
// name: 'ViewNotice',
|
||
|
// icon: 'crown',
|
||
|
path: '/ProjectLayout/Calibration/Supplier/ViewNotice',
|
||
|
// path: '/Calibration/Supplier/ViewNotice',
|
||
|
component: './Calibration/Supplier/ViewNotice',
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
]
|