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="dictStr(item.lendType, lendTypeList)+'-'+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">
<text class="row-label">类型</text>