|
@@ -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: '部门周报统计'
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
},
|