fix: 功能优化自测问题修复。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user