From 38e123dfc428bbc118973035ab427d0a4a0e593d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Wed, 13 May 2026 15:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=AC=BE=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/capital/withdrawCheck/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ]