fix: 功能优化自测问题修复。

This commit is contained in:
tianyongbao
2024-12-14 10:45:42 +08:00
parent 1f9a775df3
commit c1ec41d584
9 changed files with 18 additions and 18 deletions

View File

@@ -31,7 +31,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.installmentDate+'借'+item.bankNameCode+item.installmentAmount" size="30rpx" color="#333333" :bold="true"></u--text>
:text="item.installmentDate+'借'+item.bankNameCode+item.installmentAmount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<!-- <view class="item-row">
<text class="row-label">借款金额</text>
@@ -42,7 +42,7 @@
<text class="row-value">{{ dictStr(item.state, settleStateList) }}</text>
</view>
<view class="item-row">
<text class="row-label">借款时长</text>
<text class="row-label">借款时长</text>
<text class="row-value">{{ item.loanDays }}</text>
</view>
<view class="item-row">