Bläddra i källkod

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

qiny 1 år sedan
förälder
incheckning
e0dd3fec61
1 ändrade filer med 16 tillägg och 0 borttagningar
  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: '部门周报统计'
+        }
       }
     ]
   },