diff --git a/src/views/capital/withdrawCheck/options.ts b/src/views/capital/withdrawCheck/options.ts index 61f2fd4..04cdf8c 100644 --- a/src/views/capital/withdrawCheck/options.ts +++ b/src/views/capital/withdrawCheck/options.ts @@ -37,6 +37,6 @@ export const withdrawCheckTableColumns = [ { prop: 'withdraw_fee_handle', label: '代理手续费', align: 'center' as const, width: 120 }, { prop: 'withdraw_point_diff', 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 } ]