Add refund received toggle button and filter options
- Add refund_received column to claude_payment_status table
- API endpoint POST /api/tools/refund-received/{email} to toggle
- Clickable badge in table to mark refund as received/not received
- Filter options: refund received / refund not received
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -443,12 +443,13 @@ body {
|
||||
.data-table th:nth-child(5) { width: 10%; min-width: 110px; } /* 令牌 */
|
||||
.data-table th:nth-child(6) { width: 65px; } /* 支付状态 */
|
||||
.data-table th:nth-child(7) { width: 65px; } /* 退款状态 */
|
||||
.data-table th:nth-child(8) { width: 85px; } /* 支付时间 */
|
||||
.data-table th:nth-child(9) { width: 85px; } /* 退款时间 */
|
||||
.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: 190px; } /* 操作 */
|
||||
.data-table th:nth-child(8) { width: 65px; } /* 退款到账 */
|
||||
.data-table th:nth-child(9) { width: 85px; } /* 支付时间 */
|
||||
.data-table th:nth-child(10) { width: 85px; } /* 退款时间 */
|
||||
.data-table th:nth-child(11) { width: 85px; } /* 封号时间 */
|
||||
.data-table th:nth-child(12) { width: 120px; } /* 备注/卡号 */
|
||||
.data-table th:nth-child(13) { width: 150px; } /* 代理 */
|
||||
.data-table th:nth-child(14) { width: 190px; } /* 操作 */
|
||||
|
||||
/* 单元格内容 */
|
||||
.value-container {
|
||||
|
||||
Reference in New Issue
Block a user