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

@@ -14,12 +14,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.futureStocksNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
:text="item.futureStocksNameCode+item.name" 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.name }}</text>
</view>
</view> -->
<view class="item-row">
<text class="row-label">账单周期</text>
<text class="row-value">{{ item.billDatePeriod }}</text>