diff --git a/src/views/dashboard/components/Tableabove.vue b/src/views/dashboard/components/Tableabove.vue index 700e8c4..be951ac 100644 --- a/src/views/dashboard/components/Tableabove.vue +++ b/src/views/dashboard/components/Tableabove.vue @@ -99,7 +99,7 @@ const info = (list: any) => { shareData.value = [ { month: '总计', - notAssociated: all + notAssociated: all.toFixed(2) }, ...list.monthlyStatistics.monthCalculation ]