技术监督台账管理功能

This commit is contained in:
cdf
2024-05-16 18:56:13 +08:00
parent bacf665b01
commit 02fc703a7e
4 changed files with 361 additions and 52 deletions

View File

@@ -120,12 +120,19 @@ export const adminBaseRoute = {
}
},
{
path: 'programReview',
path: 'ProgramReviewInter',
component: () => import('@/views/pqs/supervise/interfere/components/normalizationManager/programReview.vue'),
name: 'programReview',
name: 'ProgramReview',
meta: {
title: pageTitle('router.programReview')
}
},{
path: 'projectTreatInter',
component: () => import('@/views/pqs/supervise/interfere/components/normalizationManager/projectTreat.vue'),
name: 'projectTreat',
meta: {
title: pageTitle('router.projectTreat')
}
},
// {
// path: 'manager/model/edit',
@@ -153,7 +160,32 @@ export const adminBaseRoute = {
// },
]
},
}, /*{
path: '/bpm',
name: 'bpm',
meta: {
hidden: true
},
children: [
{
path: 'programReview',
component: () => import('@/views/pqs/supervise/interfere/components/normalizationManager/programReview.vue'),
name: 'programReview',
meta: {
title: pageTitle('router.programReview')
}
},{
path: 'projectTreat',
component: () => import('@/views/pqs/supervise/interfere/components/normalizationManager/projectTreat.vue'),
name: 'projectTreat',
meta: {
title: pageTitle('router.projectTreat')
}
},
]
},*/
]
}