This commit is contained in:
GGJ
2024-01-03 11:42:17 +08:00
parent a376714cd9
commit aad00f87c4

View File

@@ -99,7 +99,7 @@ const info = (list: any) => {
shareData.value = [
{
month: '总计',
notAssociated: all
notAssociated: all.toFixed(2)
},
...list.monthlyStatistics.monthCalculation
]