From b1f4cbddacaa3f90f7e9e701dc951dde79fb1e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=87=E8=96=87=E5=AE=89?= Date: Thu, 22 Jan 2026 18:53:32 +0800 Subject: [PATCH] a --- frontend/src/components/TradeList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/TradeList.jsx b/frontend/src/components/TradeList.jsx index 3622b1a..a037fa0 100644 --- a/frontend/src/components/TradeList.jsx +++ b/frontend/src/components/TradeList.jsx @@ -269,8 +269,8 @@ const TradeList = () => { })()} -
平均盈利 / 平均亏损(期望 3:1):{stats.avg_win_loss_ratio.toFixed(2)} : 1
-
总交易量(名义):{stats.total_notional_usdt.toFixed(2)} USDT
+
平均盈利 / 平均亏损(期望 3:1):{stats.avg_win_loss_ratio} : 1
+
总交易量(名义):{stats.total_notional_usdt} USDT
)