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
)