mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化业主功能
This commit is contained in:
parent
808f9480fb
commit
70127140df
@ -41,6 +41,9 @@
|
|||||||
<view class="sub-info-item text-gray text-sm" v-if="item.curDegrees">
|
<view class="sub-info-item text-gray text-sm" v-if="item.curDegrees">
|
||||||
<text class="margin-right-xs">使用量:{{item.curDegrees-item.preDegrees}}</text>
|
<text class="margin-right-xs">使用量:{{item.curDegrees-item.preDegrees}}</text>
|
||||||
</view>
|
</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">
|
<view class="sub-info-item text-gray text-sm">
|
||||||
<text class="margin-right-xs">单价:{{item.squarePrice}}</text>
|
<text class="margin-right-xs">单价:{{item.squarePrice}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user