fix: 首页日历功能优化。

This commit is contained in:
tianyongbao
2024-08-09 15:54:12 +08:00
parent 51858de096
commit abc31138c9
2 changed files with 262 additions and 10 deletions

View File

@@ -65,6 +65,10 @@
<text class="row-label">交易类别</text>
<text class="row-value">{{ dictStr(item.dealCategory, dealCategoryList) }}</text>
</view>
<view class="item-row" v-show="item.childCategory!=item.dealCategory">
<text class="row-label">交易子类别</text>
<text class="row-value">{{ item.childCategoryName }}</text>
</view>
<view class="item-row">
<text class="row-label">备注</text>
<text class="row-value">{{ item.remark }}</text>