mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化单价 附加费问题
This commit is contained in:
parent
8c96d7bf0f
commit
808f9480fb
@ -91,7 +91,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.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}</text>
|
||||
<text class="margin-right-xs">单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}/{{item.additionalAmount}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<text class="margin-right-xs">使用量:{{item.curDegrees-item.preDegrees}}</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>
|
||||
<text class="margin-right-xs">单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}/{{item.additionalAmount}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user