From cc601809903e050b39d71d4f96a2e8b5e3a1d74f Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 6 Mar 2026 22:27:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/onlineLendAnalysis/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/invest/onlineLendAnalysis/index.vue b/src/views/invest/onlineLendAnalysis/index.vue index 687cc25..a7c24d2 100644 --- a/src/views/invest/onlineLendAnalysis/index.vue +++ b/src/views/invest/onlineLendAnalysis/index.vue @@ -164,10 +164,6 @@ :key="groupIndex" style="padding: 6px 8px; margin-bottom: 4px; background: #f5f7fa; border-radius: 4px" > - -
- 还款账户:{{ group.repaymentAccountName }}(余额:{{ group.repaymentAccountBalance }}元) -
0 ? '1px dashed #dcdfe6' : 'none' + borderBottom: itemIndex < group.items.length - 1 ? '1px dashed #dcdfe6' : 'none' }" > 还款
+ +
+ 还款账户:{{ group.repaymentAccountName }}(余额:{{ group.repaymentAccountBalance }}元) +