25 lines
565 B
TypeScript
25 lines
565 B
TypeScript
export default [
|
|
|
|
//定标
|
|
{
|
|
name:'Calibration',
|
|
icon: 'crown',
|
|
path:'/Calibration',
|
|
routes:[
|
|
//项目经理-结果通知书
|
|
{
|
|
name: 'ResultNotice',
|
|
icon: 'crown',
|
|
path: '/Calibration/ProjectManager/ResultNotice',
|
|
component: './Calibration/ProjectManager/ResultNotice'
|
|
},
|
|
//供应商-查看通知书
|
|
{
|
|
name: 'ViewNotice',
|
|
icon: 'crown',
|
|
path: '/Calibration/Supplier/ViewNotice',
|
|
component: './Calibration/Supplier/ViewNotice',
|
|
},
|
|
]
|
|
},
|
|
] |