fix: 智聪记账管理,结算卡统计、POS机统计,功能优化。

This commit is contained in:
tianyongbao
2025-02-10 12:37:00 +08:00
parent ad312ce15a
commit 4f65e05705
2 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@
<view class="list-item">
<view class="item-header">
<u--text lines="2"
:text="item.nameCode" size="30rpx" color="#333333" ></u--text>
:text="item.name+'-'+item.code" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">
<text class="row-label">今日结算次数</text>

View File

@@ -154,7 +154,7 @@
<view class="list-item">
<view class="item-header">
<u--text lines="2"
:text="item.nameCode" size="30rpx" color="#333333" ></u--text>
:text="item.nameCode" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">
<text class="row-label">今日交易次数</text>