|
@@ -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) || '--';
|