fix: 列表功能展示优化。

This commit is contained in:
tianyongbao
2024-12-13 23:44:18 +08:00
parent c9b110a643
commit 1f9a775df3
10 changed files with 30 additions and 30 deletions

View File

@@ -31,12 +31,12 @@
<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.name+'-'+item.code " size="30rpx" color="#333333" :bold="true"></u--text>
:text="dictStr(item.lendType, lendTypeList)+'-'+item.name+'-'+item.code " 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">{{ dictStr(item.lendType, lendTypeList) }}</text>
</view>
</view> -->
<view class="item-row">
<text class="row-label">账户状态</text>
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>