更新版本库
This commit is contained in:
45
config/ZhaoBiao/router_menugCalibration.config.ts
Normal file
45
config/ZhaoBiao/router_menugCalibration.config.ts
Normal file
@ -0,0 +1,45 @@
|
||||
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',
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user