|
@@ -321,7 +321,7 @@ const routesMaster = [
|
|
|
title: '考勤记录',
|
|
|
}
|
|
|
},
|
|
|
- //考勤详情
|
|
|
+ //考勤补卡申请详情
|
|
|
{
|
|
|
path: 'info',
|
|
|
name: 'MasterAttendanceInfo',
|
|
@@ -329,7 +329,7 @@ const routesMaster = [
|
|
|
meta: {
|
|
|
requireAuth: false,
|
|
|
role: [],
|
|
|
- title: '考勤补卡详情',
|
|
|
+ title: '考勤补卡申请详情',
|
|
|
}
|
|
|
},
|
|
|
//考勤补卡申请
|
|
@@ -343,6 +343,28 @@ const routesMaster = [
|
|
|
title: '考勤补卡申请',
|
|
|
}
|
|
|
},
|
|
|
+ //考勤补卡申请审核列表
|
|
|
+ {
|
|
|
+ path: 'verifyList',
|
|
|
+ name: 'MasterAttendanceVerifyList',
|
|
|
+ component: () => import('../views/Master/Attendance/VerifyList.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '考勤补卡申请审核列表',
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //请假申请审核列表
|
|
|
+ {
|
|
|
+ path: 'verifyLeaveList',
|
|
|
+ name: 'MasterAttendanceVerifyLeaveList',
|
|
|
+ component: () => import('../views/Master/Attendance/VerifyLeaveList.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '请假申请审核列表',
|
|
|
+ }
|
|
|
+ },
|
|
|
//请假记录
|
|
|
{
|
|
|
path: 'leaveList',
|