|
@@ -282,6 +282,33 @@ export default [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/attendance',
|
|
|
+ name: 'attendance',
|
|
|
+ redirect: '/attendance/business-trip',
|
|
|
+ meta: {title: '考勤管理'},
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/attendance/business-trip',
|
|
|
+ name: 'attendance-business-trip',
|
|
|
+ meta: {title: '出差管理'},
|
|
|
+ component: () => import('~src/views//attendance/business-trip/index.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/attendance/business-trip-info',
|
|
|
+ name: 'attendance-business-trip-info',
|
|
|
+ meta: {title: '出差管理信息'},
|
|
|
+ component: () => import('~src/views//attendance/business-trip/info.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/attendance/statistic',
|
|
|
+ name: 'attendance-statistic',
|
|
|
+ meta: {title: '考勤统计'},
|
|
|
+ component: () => import('~src/views//attendance/statistic.vue')
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
path: '/user',
|
|
|
name: 'user',
|