修复操作列的类型定义

This commit is contained in:
2025-12-16 20:22:05 +07:00
parent 2e651f1c89
commit 773c916796

View File

@@ -23,7 +23,7 @@ const columns: TableBaseColumns = [
title: '操作', title: '操作',
fixed: 'right', fixed: 'right',
key: 'operation', key: 'operation',
operations: row => [ operations: (row: any) => [
{ {
contentText: '处理', contentText: '处理',
type: 'primary', type: 'primary',