取款审核

This commit is contained in:
2026-05-13 15:17:18 +08:00
parent 0449c4fe8f
commit 38e123dfc4
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ export const withdrawCheckTableColumns = [
{ prop: 'withdraw_fee_handle', label: '代理手续费', align: 'center' as const, width: 120 }, { prop: 'withdraw_fee_handle', label: '代理手续费', align: 'center' as const, width: 120 },
{ prop: 'withdraw_point_diff', label: '点差', align: 'center' as const, width: 100 }, { prop: 'withdraw_point_diff', label: '点差', align: 'center' as const, width: 100 },
{ prop: 'withdraw_risk_fee', label: '风控费', align: 'center' as const, width: 100 }, { prop: 'withdraw_risk_fee', label: '风控费', align: 'center' as const, width: 100 },
{ prop: 'withdraw_address', label: '提现地址', align: 'center' as const, minWidth: 180 }, { prop: 'withdraw_address', label: '提现地址', align: 'center' as const, width: 180 },
{ prop: 'created_at', label: '申请时间', align: 'center' as const, width: 180 } { prop: 'created_at', label: '申请时间', align: 'center' as const, width: 180 }
] ]