From 7cb2e161f7c50a4ef3f953d4595fda1e58e5c1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Mon, 15 Jun 2026 18:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/capital/rechange/options.ts | 2 +- .../withdraw/components/WithdrawDialog.vue | 25 +++++++++++-------- src/views/capital/withdraw/options.ts | 2 +- src/views/capital/withdrawCheck/index.vue | 13 ++-------- src/views/capital/withdrawCheck/options.ts | 6 +++++ src/views/order/withdraw/options.ts | 4 +++ 6 files changed, 29 insertions(+), 23 deletions(-) diff --git a/src/views/capital/rechange/options.ts b/src/views/capital/rechange/options.ts index f71cf97..ee6da03 100644 --- a/src/views/capital/rechange/options.ts +++ b/src/views/capital/rechange/options.ts @@ -6,6 +6,6 @@ export const rechangeTableColumns = [ label: '支持货币', align: 'center' as const }, - { prop: 'channel_fee', label: '渠道费用', align: 'center' as const , isNumber: true }, + { prop: 'channel_fee', label: '渠道费用', align: 'center' as const }, { label: '操作', slotName: 'action', align: 'center' as const, width: 120 }, ] diff --git a/src/views/capital/withdraw/components/WithdrawDialog.vue b/src/views/capital/withdraw/components/WithdrawDialog.vue index d51c51c..2dd483a 100644 --- a/src/views/capital/withdraw/components/WithdrawDialog.vue +++ b/src/views/capital/withdraw/components/WithdrawDialog.vue @@ -104,7 +104,7 @@ -