From 01cc4397269553d19ff4ac549bd7d7c517db0087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Fri, 12 Jun 2026 17:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/capital/rechangeCheck/index.vue | 2 +- src/views/capital/rechangeCheck/options.ts | 2 +- src/views/capital/withdrawCheck/index.vue | 7 ++++--- src/views/capital/withdrawCheck/options.ts | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/capital/rechangeCheck/index.vue b/src/views/capital/rechangeCheck/index.vue index 046ea7e..d6ab041 100644 --- a/src/views/capital/rechangeCheck/index.vue +++ b/src/views/capital/rechangeCheck/index.vue @@ -29,7 +29,7 @@ 驳回 - | + | 通过 diff --git a/src/views/capital/rechangeCheck/options.ts b/src/views/capital/rechangeCheck/options.ts index 1f993be..77e77d3 100644 --- a/src/views/capital/rechangeCheck/options.ts +++ b/src/views/capital/rechangeCheck/options.ts @@ -46,6 +46,6 @@ export const rechangeCheckTableColumns = [ { prop: 'realAmount', label: '实际金额', align: 'center' as const, width: 120, isNumber: true }, { prop: 'rate', label: '汇率', align: 'center' as const, width: 100 }, { prop: 'statusText', label: '状态', align: 'center' as const, width: 100 }, - { prop: 'rechangeTime', label: '充值时间', align: 'center' as const }, + { prop: 'rechangeTime', label: '充值时间', align: 'center' as const , width: 180 }, { label: '操作', align: 'center' as const, width: 180, fixed: 'right' as const, slotName: 'action' }, ] diff --git a/src/views/capital/withdrawCheck/index.vue b/src/views/capital/withdrawCheck/index.vue index fe84c5e..31bcb66 100644 --- a/src/views/capital/withdrawCheck/index.vue +++ b/src/views/capital/withdrawCheck/index.vue @@ -15,11 +15,11 @@ > @@ -340,3 +340,4 @@ const handlePaginationChange = (page: { currentPage: number; pageSize: number }) } } + diff --git a/src/views/capital/withdrawCheck/options.ts b/src/views/capital/withdrawCheck/options.ts index 9966cca..ce1e805 100644 --- a/src/views/capital/withdrawCheck/options.ts +++ b/src/views/capital/withdrawCheck/options.ts @@ -25,7 +25,7 @@ export const withdrawCheckSearch = [ // 表格列配置 export const withdrawCheckTableColumns = [ { prop: 'trade_id', label: '订单号', align: 'center' as const, width: 200 }, - { prop: 'user_name', label: '账户持有人', align: 'center' as const}, + { prop: 'user_name', label: '账户持有人', align: 'center' as const, width: 180}, { prop: 'withdraw_currency_symbol', label: '取款币种', align: 'center' as const, width: 100 }, { prop: 'withdraw_amount', label: '取款金额', align: 'center' as const, width: 120, isNumber: true }, { prop: 'real_currency_symbol', label: '到账币种', align: 'center' as const, width: 100 }, @@ -36,8 +36,8 @@ export const withdrawCheckTableColumns = [ { prop: 'withdraw_head_fee', 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_risk_fee', label: '风控费', align: 'center' as const, isNumber: true }, - { prop: 'withdraw_address', label: '提现地址', align: 'center' as const}, - { prop: 'created_at', label: '申请时间', align: 'center' as const}, + { prop: 'withdraw_risk_fee', label: '风控费', align: 'center' as const, isNumber: true , width: 180}, + { prop: 'withdraw_address', label: '提现地址', align: 'center' as const, width: 180}, + { prop: 'created_at', label: '申请时间', align: 'center' as const, width: 180}, { label: '操作', align: 'center' as const, width: 140, fixed: 'right' as const, slotName: 'action' }, ]