|
@@ -125,13 +125,22 @@
|
|
|
<template v-else >
|
|
|
<view class="item" >
|
|
|
<view class="item-title">
|
|
|
- 度数
|
|
|
+ 电量度数
|
|
|
</view>
|
|
|
<view class="item-value">
|
|
|
{{tenantBalanceRecord.extraJson.kwh}}度
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="item" v-if="tenantBalanceRecord.extraJson.lineLoss" >
|
|
|
+ <view class="item-title">
|
|
|
+ 线损电量
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ {{tenantBalanceRecord.extraJson.lineLoss}}度
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="item" >
|
|
|
<view class="item-title">
|
|
|
起止码
|
|
@@ -529,10 +538,14 @@
|
|
|
|
|
|
.item-title {
|
|
|
color: rgb(119, 119, 119);
|
|
|
+ white-space: pre;
|
|
|
}
|
|
|
|
|
|
.item-value {
|
|
|
color: rgb(48, 48, 48);
|
|
|
+ text-align: start;
|
|
|
+ margin-left: 16rpx;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|