From 773c91679681c86f8aed12bbaa31317d7ce18c33 Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 16 Dec 2025 20:22:05 +0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=93=8D=E4=BD=9C=E5=88=97?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/withdraw/fiat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/withdraw/fiat/index.vue b/src/views/withdraw/fiat/index.vue index f6b3ef5..85152a8 100644 --- a/src/views/withdraw/fiat/index.vue +++ b/src/views/withdraw/fiat/index.vue @@ -23,7 +23,7 @@ const columns: TableBaseColumns = [ title: '操作', fixed: 'right', key: 'operation', - operations: row => [ + operations: (row: any) => [ { contentText: '处理', type: 'primary',