shish 1 rok temu
rodzic
commit
0288464de0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      hdApp/src/admin/order/debtItem.vue

+ 1 - 1
hdApp/src/admin/order/debtItem.vue

@@ -17,7 +17,7 @@
 			</view>
 			<block v-if="Number(info.debtPrice)>Number(info.remainDebtPrice)">
 				<view class="item-row">
-					<view class="price" style="color:red;">已 ¥{{ info.hasPayDebt }},剩余欠款 ¥{{ parseFloat(info.remainDebtPrice) }}</view>
+					<view class="price" style="color:red;">已 ¥{{ info.hasPayDebt }},剩余欠款 ¥{{ parseFloat(info.remainDebtPrice) }}</view>
 				</view>
 			</block>
 		</view>