wgl 4 年 前
コミット
7e6d7a52e5

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

@@ -84,7 +84,7 @@
 					workAttendanceDate: '',
 					workAttendanceTime: '',
 					type: '2', //外勤打卡/补卡(1/2)
-					content: '',
+					content: '补卡申请',
 					approvalPersonId: '',
 					workAttendanceId: this.$route.query.id,
 					photoFile: '',

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

@@ -102,7 +102,7 @@
 					leaveType: '',
 
 					imageUrl: '',
-					reason: '',
+					reason: '请假申请',
 					personId: '',
 
 					approvedId: '',

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

@@ -82,7 +82,7 @@
 					workAttendanceDate: '',
 					workAttendanceTime: '',
 					type: '1', //外勤打卡/补卡(1/2)
-					content: '异地打卡',
+					content: '异地打卡申请',
 					approvalPersonId: '',
 					workAttendanceId: '',
 					photoFile: '',