From 6afec84a2d7bf9006c6c0deb1200ebf75fc175e0 Mon Sep 17 00:00:00 2001 From: fish Date: Tue, 28 Jul 2026 15:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E6=98=93=E8=AE=B0=E5=BD=95=E5=B7=B2?= =?UTF-8?q?=E5=B9=B3=E4=BB=93=E5=BA=95=E9=83=A8=E7=BB=9F=E8=AE=A1=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=89=8B=E7=BB=AD=E8=B4=B9=E5=90=88=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- ft-app/app/templates/trades.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ft-app/app/templates/trades.html b/ft-app/app/templates/trades.html index ecb1407..d14be3e 100644 --- a/ft-app/app/templates/trades.html +++ b/ft-app/app/templates/trades.html @@ -302,6 +302,8 @@ | 平仓手续费 {{ '%.2f'|format(ns.close_fee) }} | + 手续费合计 {{ '%.2f'|format(ns.open_fee + ns.close_fee) }} + | 收益 {% if net > 0 %}+{% endif %}{{ '%.2f'|format(net) }} {% else %}