From 2b9daaf17830a51ffee45969f15786a184f8e19d Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 7 Jul 2025 11:50:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(rechargeAudit):=20-=20=E5=B0=86"?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E6=80=BB=E9=87=91=E5=B8=81=E6=95=B0"?= =?UTF-8?q?=E6=94=B9=E4=B8=BA"=E6=80=BB=E9=87=91=E5=B8=81=E6=95=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit/rechargeAudit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/audit/rechargeAudit.vue b/src/views/audit/rechargeAudit.vue index fc702b0..71a7ee6 100644 --- a/src/views/audit/rechargeAudit.vue +++ b/src/views/audit/rechargeAudit.vue @@ -61,7 +61,7 @@
总条数:{{ stats.totalNum }}条     - 退款总金币数:{{ (stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2) }}金币     + 总金币数:{{ (stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2) }}金币     永久金币:{{ stats.permanentGolds.toFixed(2) }}金币     免费金币:{{ stats.freeGolds.toFixed(2) }}金币