diff --git a/client/src/router/index.js b/client/src/router/index.js index 244f128..b724d6e 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -407,64 +407,64 @@ export const asyncRoutes = [ ] }, //信息收集 - { - path: '/infoCollect', - component: Layout, - redirect: '/infoCollect/', - name: 'informationCollect', - meta: { title: '信息收集', icon: 'PT', perms: ['infoCollect'] }, - alwaysShow: true, - children: [ - { - path: 'qualificInfo', - name: 'qualificInfo', - component: () => import('@/views/informatiomCollect/qualificInfo.vue'), - meta: { title: '资质情况', perms: ['infoCollect_QIN'] } - }, - { - path: 'qualiChange', - name: 'qualiChange', - component: () => import('@/views/informatiomCollect/qualiChange.vue'), - meta: { title: '资质变更情况', perms: ['infoCollect_QICH'] } - }, - { - path: 'reviewStatus', - name: 'reviewStatus', - component: () => import('@/views/informatiomCollect/reviewStatus.vue'), - meta: { title: '评审情况', perms: ['infoCollect_RS'] } - }, - { - path: 'qualityCommend', - name: 'qualityCommend', - component: () => import('@/views/informatiomCollect/qualityCommend.vue'), - meta: { title: '质量表彰', perms: ['infoCollect_QC'] } - }, - { - path: 'qualityActive.', - name: 'qualityActive.', - component: () => import('@/views/informatiomCollect/qualityActive.vue'), - meta: { title: '质量活动', perms: ['infoCollect_QA'] } - }, - { - path: 'laboratoryContact', - name: 'laboratoryContact', - component: () => import('@/views/informatiomCollect/laboratoryContact.vue'), - meta: { title: '实验室联系方式', perms: ['infoCollect_LC'] } - }, - { - path: 'externalAuditor', - name: 'externalAuditor', - component: () => import('@/views/informatiomCollect/externalAuditor.vue'), - meta: { title: '外审员情况', perms: ['infoCollect_EA'] } - }, - { - path: 'inspectionStats', - name: 'inspectionStats', - component: () => import('@/views/informatiomCollect/inspectionStats.vue'), - meta: { title: '检验检测统计', perms: ['infoCollect_IS'] } - }, - ] - }, + // { + // path: '/infoCollect', + // component: Layout, + // redirect: '/infoCollect/', + // name: 'informationCollect', + // meta: { title: '信息收集', icon: 'PT', perms: ['infoCollect'] }, + // alwaysShow: true, + // children: [ + // { + // path: 'qualificInfo', + // name: 'qualificInfo', + // component: () => import('@/views/informatiomCollect/qualificInfo.vue'), + // meta: { title: '资质情况', perms: ['infoCollect_QIN'] } + // }, + // { + // path: 'qualiChange', + // name: 'qualiChange', + // component: () => import('@/views/informatiomCollect/qualiChange.vue'), + // meta: { title: '资质变更情况', perms: ['infoCollect_QICH'] } + // }, + // { + // path: 'reviewStatus', + // name: 'reviewStatus', + // component: () => import('@/views/informatiomCollect/reviewStatus.vue'), + // meta: { title: '评审情况', perms: ['infoCollect_RS'] } + // }, + // { + // path: 'qualityCommend', + // name: 'qualityCommend', + // component: () => import('@/views/informatiomCollect/qualityCommend.vue'), + // meta: { title: '质量表彰', perms: ['infoCollect_QC'] } + // }, + // { + // path: 'qualityActive.', + // name: 'qualityActive.', + // component: () => import('@/views/informatiomCollect/qualityActive.vue'), + // meta: { title: '质量活动', perms: ['infoCollect_QA'] } + // }, + // { + // path: 'laboratoryContact', + // name: 'laboratoryContact', + // component: () => import('@/views/informatiomCollect/laboratoryContact.vue'), + // meta: { title: '实验室联系方式', perms: ['infoCollect_LC'] } + // }, + // { + // path: 'externalAuditor', + // name: 'externalAuditor', + // component: () => import('@/views/informatiomCollect/externalAuditor.vue'), + // meta: { title: '外审员情况', perms: ['infoCollect_EA'] } + // }, + // // { + // // path: 'inspectionStats', + // // name: 'inspectionStats', + // // component: () => import('@/views/informatiomCollect/inspectionStats.vue'), + // // meta: { title: '检验检测统计', perms: ['infoCollect_IS'] } + // // }, + // ] + // }, { path: '/test', component: Layout, diff --git a/client/src/views/informatiomCollect/qualiChange.vue b/client/src/views/informatiomCollect/qualiChange.vue index a5e9794..bb8fcd9 100644 --- a/client/src/views/informatiomCollect/qualiChange.vue +++ b/client/src/views/informatiomCollect/qualiChange.vue @@ -1,15 +1,17 @@