From 8612b6cb2157169dda823fe06c03814041db4629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=87=E8=96=87=E5=AE=89?= Date: Mon, 19 Jan 2026 17:42:17 +0800 Subject: [PATCH] a --- frontend/src/components/TradeList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TradeList.jsx b/frontend/src/components/TradeList.jsx index 2021216..ebda22a 100644 --- a/frontend/src/components/TradeList.jsx +++ b/frontend/src/components/TradeList.jsx @@ -266,7 +266,7 @@ const TradeList = () => { {stats.avg_pnl.toFixed(2)} USDT - {"avg_win_pnl" in stats && "avg_loss_pnl_abs" in stats && ( + {"avg_win_pnl" in stats && "avg_loss_pnl_abs" in stats && Number(stats.total_pnl || 0) > 0 && (
平均盈利 / 平均亏损(期望 3:1)