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 @@ -