From 970bea52229380e9bd99760382c63bf2cb55f9ac Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 22:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=9A=E5=BC=88=E5=88=86=E6=9E=90=E8=A1=A8?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E5=8D=95=E6=88=90=E6=9C=AC=E5=92=8C?= =?UTF-8?q?=E7=A9=BA=E5=8D=95=E6=88=90=E6=9C=AC=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ft-app/app/templates/analysis.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ft-app/app/templates/analysis.html b/ft-app/app/templates/analysis.html index 08f580c..ce82b9e 100644 --- a/ft-app/app/templates/analysis.html +++ b/ft-app/app/templates/analysis.html @@ -27,16 +27,13 @@
机构持仓明细
- - + {% for r in rows %} - - - -
机构多单空单多单成本空单成本净持仓净盈亏机构多单空单净持仓净盈亏
{{ r.institution }} {{ r.long_pos }} {{ r.short_pos }}{{ r.long_cost }}{{ r.short_cost }} {{ r.net_pos }} {% if r.pnl_raw > 0 %} @@ -53,8 +50,6 @@ 合计 {{ totals.long_pos }} {{ totals.short_pos }} {{ totals.net_pos }} {{ totals.pnl }}