|
@@ -741,6 +741,9 @@
|
|
|
listMonthGoalMerge(this.queryParams).then(response => {
|
|
|
this.monthGoalMergeList = response.rows;
|
|
|
this.total = response.total;
|
|
|
+ this.monthGoalMergeList.forEach(item => {
|
|
|
+ item.goalSum = item.goalSum.toFixed(2);
|
|
|
+ })
|
|
|
this.loading = false;
|
|
|
});
|
|
|
},
|