zhengkaixin vor 1 Jahr
Ursprung
Commit
45a91b78b9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      pages/deductionRecord/deductionDetails.vue

+ 2 - 2
pages/deductionRecord/deductionDetails.vue

@@ -52,7 +52,7 @@
 								
 							</template>
 							<template v-else>
-								{{contractItem.price}}{{contractItem.unit}}
+								{{tenantBalanceRecord.extraJson.price}}元/度
 							</template>
 						</view>
 					</view>
@@ -61,7 +61,7 @@
 							<tr class="tr1">
 								<td class="td1">类型</td>
 								<td>度数</td>
-								<td>价格({{contractItem.unit}})</td>
+								<td>价格</td>
 								<td>金额</td>
 							</tr>
 							<tr>