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

@@ -33,10 +33,10 @@
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.bankNameCode+ 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">{{ dictStr(item.billState, billStateList) }}</text>