小小儁爺
10 小时以前 d7c86ef866b5443c9f1408d64cd2ac511b262e92
src/router/index.js
@@ -48,6 +48,11 @@
    component: () => import('@/views/kanbanManager/ckgl'),
    hidden: true
  },
  {
    path: '/sop',
    component: () => import('@/views/sopManager/sop'),
    hidden: true
  },
  {
    path: '/login',
@@ -519,9 +524,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 +534,8 @@
        code: '1041',
        component: () => import('@/views/statistic/monthReport'),
        meta: { code: '1041', title: '月度统计', icon: '', keepAlive: true }
      }, {
      },
      {
        path: 'workOrderProcess',
        name: 'WorkOrderProcess',
        code: '0701',
@@ -573,7 +579,7 @@
        code: '0706',
        component: () => import('@/views/statistic/repairDetailList'),
        meta: { code: '0706', title: '维修明细报表', icon: '', keepAlive: true }
      },,
      },
      {
        path: 'installationLampList',
        name: 'InstallationLampList',