zhengkaixin 1 year ago
parent
commit
6dd7152cea
1 changed files with 18 additions and 6 deletions
  1. 18 6
      pages/deductionRecord/deductionDetails.vue

+ 18 - 6
pages/deductionRecord/deductionDetails.vue

@@ -76,14 +76,26 @@
 									<td>{{tenantBalanceRecord.extraJson.remainKwh}}度</td>
 									<td>{{tenantBalanceRecord.extraJson.remainKwh}}度</td>
 							</tr>
 							</tr>
 						</table>
 						</table>
-						<view class="item" v-else>
-							<view class="item-title">
-								度数
+						<template v-else >
+							<view class="item" >
+								<view class="item-title">
+									度数
+								</view>
+								<view class="item-value">
+									{{tenantBalanceRecord.extraJson.kwh}}度
+									
+								</view>
 							</view>
 							</view>
-							<view class="item-value">
-								{{tenantBalanceRecord.extraJson.kwh}}度(起止码{{tenantBalanceRecord.extraJson.startMeter}}-{{tenantBalanceRecord.extraJson.endMeter}})
+							<view class="item" >
+								<view class="item-title">
+									起止码
+								</view>
+								<view class="item-value">
+									{{tenantBalanceRecord.extraJson.startMeter}}-{{tenantBalanceRecord.extraJson.endMeter}}
+								</view>
 							</view>
 							</view>
-						</view>
+						</template>
+						
 					</template>
 					</template>