From 1e6589a39fe2d979b652daa5948607caa153f3f7 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 26 Jul 2026 14:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E8=A2=ABconfirm=E5=BC=B9=E7=AA=97=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=B1=A1=E6=9F=93?= 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/options.html | 104 +++--------------------------- ft-app/app/templates/trades.html | 104 +++--------------------------- 2 files changed, 16 insertions(+), 192 deletions(-) diff --git a/ft-app/app/templates/options.html b/ft-app/app/templates/options.html index e7aaa78..fb6d8db 100644 --- a/ft-app/app/templates/options.html +++ b/ft-app/app/templates/options.html @@ -1,98 +1,7 @@ {% extends "base.html" %} -{% block title %}期权交易 - - - - -{% endblock %} -{% block heading %}期权交易 - - - - -{% endblock %} -{% block breadcrumb %}期权开平仓记录 - - - - -{% endblock %} - +{% block title %}期权交易{% endblock %} +{% block heading %}期权交易{% endblock %} +{% block breadcrumb %}期权开平仓记录{% endblock %} {% block content %} {% set view = request.query_params.get('view', '') %} @@ -471,6 +380,10 @@ function hidePnlDrawer() { } + + + + -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ft-app/app/templates/trades.html b/ft-app/app/templates/trades.html index 05c7ea4..a961dec 100644 --- a/ft-app/app/templates/trades.html +++ b/ft-app/app/templates/trades.html @@ -1,98 +1,7 @@ {% extends "base.html" %} -{% block title %}交易记录 - - - - -{% endblock %} -{% block heading %}交易记录 - - - - -{% endblock %} -{% block breadcrumb %}开平仓记录 - - - - -{% endblock %} - +{% block title %}交易记录{% endblock %} +{% block heading %}交易记录{% endblock %} +{% block breadcrumb %}开平仓记录{% endblock %} {% block content %} {% set view = request.query_params.get('view', '') %} @@ -429,6 +338,10 @@ function hideEditForm() { } + + + + -{% endblock %} +{% endblock %} \ No newline at end of file