取款审核
This commit is contained in:
parent
0449c4fe8f
commit
38e123dfc4
|
|
@ -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 }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue