优化代码

This commit is contained in:
Your Name 2023-09-16 11:45:46 +08:00
parent a441cf3445
commit 8c96d7bf0f

View File

@ -87,6 +87,9 @@
<view class="sub-info-item text-gray text-sm" v-if="item.payerObjName">
<text class="margin-right-xs">房号:{{item.payerObjName}}</text>
</view>
<view class="sub-info-item text-gray text-sm" v-if="item.ownerName">
<text class="margin-right-xs">业主:{{item.ownerName}}</text>
</view>
<view class="sub-info-item text-gray text-sm">
<text class="margin-right-xs">单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}</text>
</view>