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