fix: 列表功能展示优化。
This commit is contained in:
@@ -31,19 +31,19 @@
|
||||
<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.bankNameCode" 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">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">借款金额:</text>
|
||||
<text class="row-value">{{ item.installmentAmount }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">结清状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.state, settleStateList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">借款日期:</text>
|
||||
<text class="row-value">{{ item.installmentDate }}</text>
|
||||
<text class="row-label">借款时长</text>
|
||||
<text class="row-value">{{ item.loanDays }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">还款日期:</text>
|
||||
|
||||
Reference in New Issue
Block a user