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 }}元) +