fix: 首页日历功能优化。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user