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