From fca917dc13a9d3faf2a776bbba338ad481f4d16d Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Thu, 30 Jul 2026 14:40:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A9=E6=B6=A6=E7=BB=93=E6=9E=84Tool?= =?UTF-8?q?tip=E4=B8=ADvalue=E6=94=B9=E4=B8=BA=E4=B8=AD=E6=96=87'=E9=87=91?= =?UTF-8?q?=E9=A2=9D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/BossPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/BossPage.tsx b/client/src/pages/BossPage.tsx index dbc435f..5692ff5 100644 --- a/client/src/pages/BossPage.tsx +++ b/client/src/pages/BossPage.tsx @@ -169,7 +169,7 @@ export function BossPage() { v >= 10000 ? `${(v / 10000).toFixed(0)}万` : v} tick={{ fontSize: 10 }} /> - formatCurrency(v)} /> + label} formatter={(v: any) => [formatCurrency(v), '金额']} /> { const { x, y, width, height, payload, fill } = props if (!payload.value || payload.value === 0) return