|
@@ -300,7 +300,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
{
|
|
|
path: 'dailyLogDetail',
|
|
|
component: () => import('@/views/OaSystem/personnelManagement/dailyDetail/index.vue'),
|
|
|
- name: 'dailyLogDetail',
|
|
|
+ name: 'DailyLogDetail',
|
|
|
meta: {
|
|
|
title: '日报详情'
|
|
|
}
|
|
@@ -308,7 +308,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
{
|
|
|
path: 'weeklyLogDetail',
|
|
|
component: () => import('@/views/OaSystem/personnelManagement/weeklyDetail/index.vue'),
|
|
|
- name: 'weeklyLogDetail',
|
|
|
+ name: 'WeeklyLogDetail',
|
|
|
meta: {
|
|
|
title: '周报详情'
|
|
|
}
|
|
@@ -372,7 +372,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
{
|
|
|
path: 'dailyStatistic2',
|
|
|
component: () => import('@/views/OaSystem/personnelManagement/dailyStatistic/index.vue'),
|
|
|
- name: 'dailyStatistic',
|
|
|
+ name: 'DailyStatistic',
|
|
|
meta: {
|
|
|
title: '部门日报统计'
|
|
|
}
|