优化业主功能

This commit is contained in:
Your Name 2023-09-19 00:48:17 +08:00
parent 70127140df
commit 1f84fa3ae3

View File

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