小小儁爺
2026-01-22 f8d4f5e58cdcade758423c7a3337fea00dc97ada
src/router/index.js
@@ -36,6 +36,10 @@
  * 看板部分路由
  * */
  {
    path: '/gantt',
    component: () => import('@/views/gantt/index'),
    hidden: true
  }, {
    path: '/zhkb',
    component: () => import('@/views/kanbanManager/zhkb'),
    hidden: true
@@ -46,6 +50,11 @@
  }, {
    path: '/ckgl',
    component: () => import('@/views/kanbanManager/ckgl'),
    hidden: true
  },
  {
    path: '/sop',
    component: () => import('@/views/sopManager/sop'),
    hidden: true
  },
@@ -519,9 +528,9 @@
      {
        path: 'reportList',
        name: 'ReportList',
        code: '1040',
        code: '0700',
        component: () => import('@/views/statistic/reportList'),
        meta: { code: '1040', title: '报工记录', icon: '', keepAlive: true }
        meta: { code: '0700', title: '报工记录', icon: '', keepAlive: true }
      },
      {
        path: 'monthReport',
@@ -529,7 +538,8 @@
        code: '1041',
        component: () => import('@/views/statistic/monthReport'),
        meta: { code: '1041', title: '月度统计', icon: '', keepAlive: true }
      }, {
      },
      {
        path: 'workOrderProcess',
        name: 'WorkOrderProcess',
        code: '0701',
@@ -573,7 +583,7 @@
        code: '0706',
        component: () => import('@/views/statistic/repairDetailList'),
        meta: { code: '0706', title: '维修明细报表', icon: '', keepAlive: true }
      },,
      },
      {
        path: 'installationLampList',
        name: 'InstallationLampList',