修复操作列的类型定义
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user