From 79c7068c44e87e148d4a95d94ec7edff490f5342 Mon Sep 17 00:00:00 2001
From: wuhui_zzw <1760308791@qq.com>
Date: Mon, 8 Apr 2024 13:31:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E6=8F=90=E7=8E=B0?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96=20?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=9E=E9=99=85=E5=88=B0=E8=B4=A6=E9=87=91?=
=?UTF-8?q?=E9=A2=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/accounts/extract/index.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/accounts/extract/index.vue b/src/views/accounts/extract/index.vue
index 86d0aef..1e4da01 100644
--- a/src/views/accounts/extract/index.vue
+++ b/src/views/accounts/extract/index.vue
@@ -61,8 +61,9 @@
提现方式:{{ scope.row.extract_type | extractTypeFilter }}
- 提现金额:{{ scope.row.extract_price }}
+ 提现金额:{{ (Number(scope.row.extract_price) + Number(scope.row.withdraw_commission)).toFixed(2) }}
手续费:{{ scope.row.withdraw_commission || 0 }}
+ 实际到账:{{ scope.row.extract_price }}