|
@@ -684,7 +684,7 @@ const routesMaster = [
|
|
|
path: 'attendance',
|
|
|
component: () => import('../views/Layout.vue'),
|
|
|
children: [
|
|
|
- //异地打卡
|
|
|
+ //外勤打卡
|
|
|
{
|
|
|
path: 'sign',
|
|
|
name: 'MasterAttendanceSign',
|
|
@@ -692,7 +692,7 @@ const routesMaster = [
|
|
|
meta: {
|
|
|
requireAuth: true,
|
|
|
role: [],
|
|
|
- title: '异地打卡',
|
|
|
+ title: '外勤打卡',
|
|
|
mode: true
|
|
|
}
|
|
|
},
|
|
@@ -708,7 +708,7 @@ const routesMaster = [
|
|
|
mode: true
|
|
|
}
|
|
|
},
|
|
|
- //考勤补卡申请/异地打卡详情
|
|
|
+ //考勤补卡申请/外勤打卡详情
|
|
|
{
|
|
|
path: 'info',
|
|
|
name: 'MasterAttendanceInfo',
|