2021-01-16 11:29:42 +08:00
|
|
|
export default [
|
|
|
|
|
|
|
|
//定标
|
|
|
|
//注释内容为本机调试用
|
|
|
|
{
|
|
|
|
// name:'Calibration',
|
|
|
|
// icon: 'crown',
|
|
|
|
path:'/ProjectLayout/Calibration',
|
|
|
|
// path:'/Calibration',
|
|
|
|
routes:[
|
|
|
|
//项目经理-同步评标结果
|
|
|
|
{
|
|
|
|
path: '/ProjectLayout/Calibration/BidAssessmentResults',
|
|
|
|
component: './Calibration/BidAssessmentResults'
|
|
|
|
},
|
2022-03-10 14:24:13 +08:00
|
|
|
//项目经理-查看中选结果
|
2021-01-16 11:29:42 +08:00
|
|
|
{
|
|
|
|
path: '/ProjectLayout/Calibration/BidReceiveCalibrationResult',
|
|
|
|
component: './Calibration/BidReceiveCalibrationResult'
|
|
|
|
},
|
2022-03-10 14:24:13 +08:00
|
|
|
//项目经理-中标候选人公示
|
2021-01-16 11:29:42 +08:00
|
|
|
{
|
|
|
|
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',
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
]
|