From 96f302d0489dcac8d11dce10bc5abc1af5059e15 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Mon, 10 Mar 2025 20:16:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=88=97=E6=98=BE=E7=A4=BA=E5=92=8C=E7=8A=B6=E6=80=81=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jobuser/index.vue | 1 - src/views/withdraw/index.vue | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/jobuser/index.vue b/src/views/jobuser/index.vue index fc5a590..4a46d04 100644 --- a/src/views/jobuser/index.vue +++ b/src/views/jobuser/index.vue @@ -61,7 +61,6 @@ - @@ -212,7 +212,7 @@ const summary = () => { data.value.forEach(record => { amount += record.amount; }) - addNum.value = amount; + addNum.value = Math.round(amount * 100) / 100 } //给合计样式 const getColorStyle = (column, record) => {