This commit is contained in:
2026-06-15 18:34:15 +08:00
parent 7cb2e161f7
commit 3962aeeb6b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ export const tableColumns = [
{ prop: 'withdraw_fee_handle', label: '代理手续费', align: 'center' as const, width: 120, isNumber: true }, { prop: 'withdraw_fee_handle', label: '代理手续费', align: 'center' as const, width: 120, isNumber: true },
{ prop: 'withdraw_point_diff', label: '点差', align: 'center' as const, width: 100, isNumber: true }, { prop: 'withdraw_point_diff', label: '点差', align: 'center' as const, width: 100, isNumber: true },
{ prop: 'withdraw_risk_fee', label: '风控费', width: 140, align: 'center' as const, isNumber: true }, { prop: 'withdraw_risk_fee', label: '风控费', width: 140, align: 'center' as const, isNumber: true },
{ prop: 'fee', label: '通道费', align: 'center' as const, width: 180},
{ prop: 'withdraw_address', label: '提现地址', width: 140, align: 'center' as const }, { prop: 'withdraw_address', label: '提现地址', width: 140, align: 'center' as const },
{ {
prop: 'status', label: '状态', align: 'center' as const, width: 140, options: [{ prop: 'status', label: '状态', align: 'center' as const, width: 140, options: [{