Split options review open/close times into separate columns.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-19 15:08:23 +08:00
parent 0ed2eabf0d
commit bc797cb1db
2 changed files with 27 additions and 17 deletions
@@ -79,13 +79,14 @@
<th>类型</th>
<th>标的/合约</th>
<th>盈亏</th>
<th>/平</th>
<th>仓时间</th>
<th>平仓时间</th>
<th>持有</th>
<th>操作</th>
</tr>
</thead>
<tbody id="or-trades-tbody">
<tr><td colspan="6" class="muted">加载中…</td></tr>
<tr><td colspan="7" class="muted">加载中…</td></tr>
</tbody>
</table>
</div>
@@ -189,13 +190,15 @@
<th>类型</th>
<th>标的/合约</th>
<th>盈亏</th>
<th>开仓时间</th>
<th>平仓时间</th>
<th>策略</th>
<th>结果</th>
<th>复盘时间</th>
</tr>
</thead>
<tbody id="or-reviewed-tbody">
<tr><td colspan="6" class="muted">加载中…</td></tr>
<tr><td colspan="8" class="muted">加载中…</td></tr>
</tbody>
</table>
</div>
@@ -224,4 +227,4 @@
</div>
</div>
<script src="/static/options_review.js?v=10"></script>
<script src="/static/options_review.js?v=11"></script>