From c44d763ab03d94abd3f06e68ccba3c892ca95bf6 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Mon, 4 May 2026 04:38:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=81=E4=BB=93=E9=9D=A2=E6=9D=BF=20p?= =?UTF-8?q?nl=5Fest=20=E6=98=BE=E7=A4=BA=E6=94=B9=E4=B8=BA=E7=BE=8E?= =?UTF-8?q?=E5=85=83=E7=AC=A6=E5=8F=B7=EF=BC=88=E5=90=8E=E5=8F=B0=E5=B7=B2?= =?UTF-8?q?=E6=94=B9=E4=B8=BAUSD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 3227e7a..a0a2ed1 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -244,7 +244,7 @@ function PositionsCard({ positions }) { ${(p.amount_usd || 0).toFixed(0)} {(p.entry_spread || 0).toFixed(4)}% {p.current_spread != null ? p.current_spread.toFixed(4) + '%' : '-'} - {p.pnl_est != null ? p.pnl_est.toFixed(4) + '%' : '-'} + {p.pnl_est != null ? '$' + p.pnl_est.toFixed(4) : '-'} {p.scales || 0} {p.duration || '-'}