This commit is contained in:
parent
7cb2e161f7
commit
3962aeeb6b
|
|
@ -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: [{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue