Add refund received timestamp column, record time when marking refund

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-06 02:01:37 +08:00
parent 688d200d2c
commit 3be4b114a5
5 changed files with 34 additions and 20 deletions

View File

@@ -445,9 +445,10 @@ body {
.data-table th:nth-child(7) { width: 85px; } /* 支付时间 */
.data-table th:nth-child(8) { width: 85px; } /* 退款时间 */
.data-table th:nth-child(9) { width: 85px; } /* 封号时间 */
.data-table th:nth-child(10) { width: 120px; } /* 备注/卡号 */
.data-table th:nth-child(11) { width: 150px; } /* 代理 */
.data-table th:nth-child(12) { width: 220px; } /* 操作 */
.data-table th:nth-child(10) { width: 85px; } /* 到账时间 */
.data-table th:nth-child(11) { width: 120px; } /* 备注/卡号 */
.data-table th:nth-child(12) { width: 150px; } /* 代理 */
.data-table th:nth-child(13) { width: 220px; } /* 操作 */
/* 单元格内容 */
.value-container {