|
@@ -231,36 +231,7 @@ const routesHouseKeeper = [
|
|
|
title: '消息',
|
|
|
}
|
|
|
},
|
|
|
- //考勤审批
|
|
|
- {
|
|
|
- path: 'attendance',
|
|
|
- component: () => import('../views/Layout.vue'),
|
|
|
- children: [
|
|
|
- //考勤审批列表
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'HouseKeeperAdminAttendanceList',
|
|
|
- component: () => import('../views/HouseKeeper/Admin/Attendance/List.vue'),
|
|
|
- meta: {
|
|
|
- requireAuth: false,
|
|
|
- role: [],
|
|
|
- title: '考勤审批列表',
|
|
|
- }
|
|
|
- },
|
|
|
- //考勤审批详情
|
|
|
- {
|
|
|
- path: 'info',
|
|
|
- name: 'HouseKeeperAdminAttendanceInfo',
|
|
|
- component: () => import('../views/HouseKeeper/Admin/Attendance/Info.vue'),
|
|
|
- meta: {
|
|
|
- requireAuth: false,
|
|
|
- role: [],
|
|
|
- title: '考勤审批详情',
|
|
|
- }
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
-
|
|
|
+
|
|
|
//人员
|
|
|
{
|
|
|
path: 'person',
|