From fb5cc801eed1a734832e7d630b67a203b52db845 Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 26 Jul 2026 14:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=A1=AE=E8=AE=A4=E6=94=B9?= =?UTF-8?q?=E7=94=A8=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B1=85=E4=B8=AD=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= 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 | 130 ++++++++++++++++++++++++++-- ft-app/app/templates/positions.html | 37 +++++++- ft-app/app/templates/trades.html | 130 ++++++++++++++++++++++++++-- 3 files changed, 283 insertions(+), 14 deletions(-) diff --git a/ft-app/app/templates/options.html b/ft-app/app/templates/options.html index 1f8efad..f5d5c60 100644 --- a/ft-app/app/templates/options.html +++ b/ft-app/app/templates/options.html @@ -1,7 +1,97 @@ {% extends "base.html" %} -{% block title %}期权交易{% endblock %} -{% block heading %}期权交易{% endblock %} -{% block breadcrumb %}期权开平仓记录{% endblock %} +{% block title %}期权交易 + + + + +{% endblock %} +{% block heading %}期权交易 + + + + +{% endblock %} +{% block breadcrumb %}期权开平仓记录 + + + + +{% endblock %} {% block content %} @@ -121,7 +211,7 @@
- +
@@ -206,7 +296,7 @@
- +
@@ -380,4 +470,34 @@ function hidePnlDrawer() { document.getElementById('pnlBox').style.display = 'none'; } + + + + + {% endblock %} diff --git a/ft-app/app/templates/positions.html b/ft-app/app/templates/positions.html index 6596452..913808c 100644 --- a/ft-app/app/templates/positions.html +++ b/ft-app/app/templates/positions.html @@ -65,14 +65,14 @@
- +
- +
- +
@@ -182,4 +182,33 @@ function filterContracts() { } } -{% 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 509531f..a971f35 100644 --- a/ft-app/app/templates/trades.html +++ b/ft-app/app/templates/trades.html @@ -1,7 +1,97 @@ {% extends "base.html" %} -{% block title %}交易记录{% endblock %} -{% block heading %}交易记录{% endblock %} -{% block breadcrumb %}开平仓记录{% endblock %} +{% block title %}交易记录 + + + + +{% endblock %} +{% block heading %}交易记录 + + + + +{% endblock %} +{% block breadcrumb %}开平仓记录 + + + + +{% endblock %} {% block content %} @@ -101,7 +191,7 @@
- +
@@ -178,7 +268,7 @@
- +
@@ -338,4 +428,34 @@ function hideEditForm() { document.getElementById('editFormBox').style.display = 'none'; } + + + + + {% endblock %}