From f785a8796c0cab63bc8792f7bd5b925a1d3e191e Mon Sep 17 00:00:00 2001 From: huichao Date: Tue, 28 Jul 2020 18:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/attendance/Monthly.vue | 4 ++++ src/views/ebiz/performance/Performance.vue | 15 +++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) 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 @@