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',