修复操作列的类型定义
This commit is contained in:
@@ -23,7 +23,7 @@ const columns: TableBaseColumns = [
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
key: 'operation',
|
||||
operations: row => [
|
||||
operations: (row: any) => [
|
||||
{
|
||||
contentText: '处理',
|
||||
type: 'primary',
|
||||
|
||||
Reference in New Issue
Block a user