From 05d15409824f5eb5f90638c15cee19eab189b33a Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Tue, 9 Sep 2025 18:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=98=E6=96=B9=E6=8F=90=E7=8E=B0=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=20-=20=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E8=8B=B1=E8=AF=AD2=E5=8C=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/guildOperationManagement/officialWithdrawRecord.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/guildOperationManagement/officialWithdrawRecord.vue b/src/views/guildOperationManagement/officialWithdrawRecord.vue index d0d0f77..95e9d8d 100644 --- a/src/views/guildOperationManagement/officialWithdrawRecord.vue +++ b/src/views/guildOperationManagement/officialWithdrawRecord.vue @@ -453,9 +453,9 @@ export default { this.accountDetails.bank_account = obj.bank_account ? obj.bank_account : obj.account_no? obj.account_no : "-"; - this.accountDetails.bank_name = obj.bank_name ? obj.bank_name :obj.account_name?obj.account_name: "-"; + this.accountDetails.bank_name = obj.bank_name ? obj.bank_name :"-"; this.accountDetails.swift_code = obj.swift_code ? obj.swift_code : "-"; - this.accountDetails.full_name = obj.full_name ? obj.full_name : "-"; + this.accountDetails.full_name = obj.full_name ? obj.full_name : obj.account_name?obj.account_name: "-"; this.accountDetails.address = obj.address ? obj.address : "-"; this.accountDetails.guildUsdNum = res.guildUsdNum ? res.guildUsdNum : "-"; this.accountDetails.currency = res.currency ? res.currency : "-";