Преглед на файлове

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

qiny преди 1 година
родител
ревизия
e0dd3fec61
променени са 1 файла, в които са добавени 16 реда и са изтрити 0 реда
  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: '部门周报统计'
+        }
       }
     ]
   },