mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
dda5fd8d42
commit
a339d11ba2
@ -44,6 +44,9 @@
|
|||||||
<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>
|
||||||
|
<view class="sub-info-item text-gray text-sm" v-if="item.payerObjName">
|
||||||
|
<text class="margin-right-xs">房号:{{item.payerObjName}}</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
@ -81,6 +84,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.payerObjName">
|
||||||
|
<text class="margin-right-xs">房号:{{item.payerObjName}}</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