Selaa lähdekoodia

异地打卡变外勤打卡

wgl 4 vuotta sitten
vanhempi
commit
b17a00477d

+ 3 - 3
src/projects/business/router/master.js

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

+ 2 - 2
src/projects/business/views/Master/Attendance/Sign.vue

@@ -71,7 +71,7 @@
 		},
 		data() {
 			return {
-				pageTitle: '异地打卡',
+				pageTitle: '外勤打卡',
 
 				isLoading: false,
 
@@ -83,7 +83,7 @@
 					workAttendanceDate: '',
 					workAttendanceTime: '',
 					type: '1', //外勤打卡/补卡(1/2)
-					content: '异地打卡申请',
+					content: '外勤打卡申请',
 					approvalPersonId: '',
 					workAttendanceId: '',
 					photoFile: '',

+ 1 - 1
src/projects/business/views/Master/Attendance/StatisticList.vue

@@ -154,7 +154,7 @@
 							}
 						})
 					} else if (iten.type == '1' && iten.fillAttendanceId) {
-						//异地打卡
+						//外勤打卡
 						this.$router.push({
 							name: 'MasterAttendanceInfo',
 							query: {