Explorar o código

fix: 处理一个因为权限问题无法打开部门周日报统计页面的问题

qiny hai 1 ano
pai
achega
e0dd3fec61
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      client/src/router/modules/remaining.ts

+ 16 - 0
client/src/router/modules/remaining.ts

@@ -368,6 +368,22 @@ const remainingRouter: AppRouteRecordRaw[] = [
         meta: {
           title: '我的薪资'
         }
+      },
+      {
+        path: 'oaSystem/DeptCenter/dailyStatistic',
+        component: () => import('@/views/OaSystem/personnelManagement/dailyStatistic/index.vue'),
+        name: 'dailyStatistic',
+        meta: {
+          title: '部门日报统计'
+        }
+      },
+      {
+        path: 'oaSystem/DeptCenter/weeklyStatistic',
+        component: () => import('@/views/OaSystem/personnelManagement/weeklyStatistic/index.vue'),
+        name: 'weeklyStatistic',
+        meta: {
+          title: '部门周报统计'
+        }
       }
     ]
   },