From 4601816b3bfd58578d9f58a8dd3e1f2b747c2dc7 Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Tue, 23 Jun 2026 14:00:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20=E6=B4=BB=E8=B7=83=E6=8D=A2?= =?UTF-8?q?=E6=89=8B=E5=88=97=E8=A1=A8=E6=8D=A2=E6=89=8B=E7=8E=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20=C3=97100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit overview 返回的 turnover_rate 为小数制, 活跃换手列表需 ×100 转百分数显示。 仅改此一处, 其他页面与 KPI 卡片不动。 --- frontend/src/pages/Dashboard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index c043d41..5adb9c9 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -405,7 +405,8 @@ function StockList({ title, rows, mode }: { title: string; rows: MarketSnapshotR > ) : mode === 'active' ? ( <> -