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 }}