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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user