From abebb0ed850d39605f2b23791b1e4c06572bcdfa Mon Sep 17 00:00:00 2001
From: wuhui_zzw <1760308791@qq.com>
Date: Fri, 29 Mar 2024 17:41:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E8=B4=A2=E5=8A=A1?=
=?UTF-8?q?=20-=20=E6=8F=90=E7=8E=B0=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/accounts/extract/index.vue | 183 ++++++++++++++++++++-------
1 file changed, 136 insertions(+), 47 deletions(-)
diff --git a/src/views/accounts/extract/index.vue b/src/views/accounts/extract/index.vue
index 2ad19a2..86d0aef 100644
--- a/src/views/accounts/extract/index.vue
+++ b/src/views/accounts/extract/index.vue
@@ -37,53 +37,74 @@
+
+ 提现金额:{{ scope.row.extract_price }}
+ 手续费:{{ scope.row.withdraw_commission || 0 }}
+
+
+ {{ scope.row.bank_type == 1 ? '开户名称' : '持卡人' }}:{{ scope.row.real_name }}
+ {{ scope.row.bank_type == 1 ? '开户行' : '支行信息' }}:{{ scope.row.bank_address }}
+ {{ scope.row.bank_type == 1 ? '账号' : '卡号' }}:{{ scope.row.bank_code }}
+ {{ scope.row.bank_type == 1 ? '' : '银行名称:' + scope.row.bank_name }}
+
+