From caf9bc581c54dc751cb8b32c4b03a28345703b9f Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Tue, 9 Sep 2025 18:44:33 +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 5b026a5..d0d0f77 100644 --- a/src/views/guildOperationManagement/officialWithdrawRecord.vue +++ b/src/views/guildOperationManagement/officialWithdrawRecord.vue @@ -452,8 +452,8 @@ export default { this.accountDetails.country = obj.country ? obj.country : "-"; this.accountDetails.bank_account = obj.bank_account ? obj.bank_account - : "-"; - this.accountDetails.bank_name = obj.bank_name ? obj.bank_name : "-"; + : obj.account_no? obj.account_no : "-"; + this.accountDetails.bank_name = obj.bank_name ? obj.bank_name :obj.account_name?obj.account_name: "-"; this.accountDetails.swift_code = obj.swift_code ? obj.swift_code : "-"; this.accountDetails.full_name = obj.full_name ? obj.full_name : "-"; this.accountDetails.address = obj.address ? obj.address : "-";