diff --git a/src/views/ebiz/attendance/Monthly.vue b/src/views/ebiz/attendance/Monthly.vue
index 8ed0dd4bd..9287bf0d0 100644
--- a/src/views/ebiz/attendance/Monthly.vue
+++ b/src/views/ebiz/attendance/Monthly.vue
@@ -167,9 +167,11 @@ export default {
this.text1 = '缺勤'
}
if (this.flagGo == '2') {
+ this.goWorkTime = this.goWorkTime.split(' ')[1]
this.text1 = '迟到'
}
if (this.flagOff == '3') {
+ this.offWorkTime = this.offWorkTime.split(' ')[1]
this.text1 = '早退'
}
}
@@ -219,9 +221,11 @@ export default {
this.text1 = '缺勤'
}
if (this.flagGo == '2') {
+ this.offWorkTime = this.offWorkTime.split(' ')[1]
this.text1 = '迟到'
}
if (this.flagOff == '3') {
+ this.offWorkTime = this.offWorkTime.split(' ')[1]
this.text1 = '早退'
}
}
diff --git a/src/views/ebiz/performance/Performance.vue b/src/views/ebiz/performance/Performance.vue
index c3e8ec391..68dae5fdf 100644
--- a/src/views/ebiz/performance/Performance.vue
+++ b/src/views/ebiz/performance/Performance.vue
@@ -1,5 +1,5 @@
-
-
+