Update FundDashboardServiceImpl.java

This commit is contained in:
jinbooks_dev
2025-06-04 11:32:09 +08:00
parent e686da36a3
commit a2655d8b4c
2 changed files with 12 additions and 2 deletions

View File

@ -186,7 +186,7 @@ const getList = () => {
show: true,
position: 'center',
formatter: [
'{title|总额合计}',
'{title|总额合计(万元)}',
'{value|' + totalAmount.toLocaleString() + '}',
].join('\n'),
rich: {