From 07630587595fc9b847af2d5e7a5e649a57627785 Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 4 Jun 2024 23:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commandScreen/commandCenter/leftBottom.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue index 61b0b5b4..fa7fd1c4 100644 --- a/src/views/commandScreen/commandCenter/leftBottom.vue +++ b/src/views/commandScreen/commandCenter/leftBottom.vue @@ -307,6 +307,7 @@ function drawBar() { } else { if(attendanceRhbRate > 0) attendanceRhbRate = ""+Math.abs(attendanceRhbRate)+"%" if(attendanceRhbRate < 0) attendanceRhbRate = ""+Math.abs(attendanceRhbRate)+"%" + if(attendanceRhbRate == 0) attendanceRhbRate = "0%" // attendanceRhbRate = attendanceRhbRate + "%"; } console.log(params);