Hwt 2 éve
szülő
commit
e204ee6cea

+ 1 - 1
smart/src/views/temporaryStopCharge/setpPage/details.vue

@@ -109,7 +109,7 @@ export default {
 
     console.log(this.params.row);
     debugger
-    this.cols[0].label = (Number(this.params.row.totalAmout) / 100) || '--';
+    this.cols[0].label = (Number(this.params.row.totalAmount) / 100) || '--';
     this.cols[1].label = (Number(this.params.row.amount) / 100) || '--';
 
     this.cols[2].label = (Number(this.params.row.freeMoney) / 100) || '--';