Browse Source

页面修改

wgl 4 years ago
parent
commit
ae900e5feb

+ 1 - 30
src/projects/business/router/houseKeeper.js

@@ -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',

+ 0 - 8
src/projects/business/views/HouseKeeper/Admin/Attendance/Info.vue

@@ -1,8 +0,0 @@
-<template>
-</template>
-
-<script>
-</script>
-
-<style>
-</style>

+ 0 - 8
src/projects/business/views/HouseKeeper/Admin/Attendance/List.vue

@@ -1,8 +0,0 @@
-<template>
-</template>
-
-<script>
-</script>
-
-<style>
-</style>