From bfc9beb0693df2834bf365c9d93c5fc18516209c Mon Sep 17 00:00:00 2001 From: liufree Date: Sat, 10 May 2025 00:55:37 +0800 Subject: [PATCH] feat: task --- src/components/EditableTable.tsx | 2 -- src/pages/kanbanview/KanbanView.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/EditableTable.tsx b/src/components/EditableTable.tsx index 7f6d392..ce21dad 100644 --- a/src/components/EditableTable.tsx +++ b/src/components/EditableTable.tsx @@ -182,7 +182,6 @@ const columns: ProColumns[] = [ ]; export default () => { - const actionRef = useRef(); const [editableKeys, setEditableRowKeys] = useState([]); const [dataSource, setDataSource] = useState([]); const [form] = Form.useForm(); @@ -193,7 +192,6 @@ export default () => { scroll={{ x: 960, }} - actionRef={actionRef} headerTitle="可编辑表格" maxLength={5} // 关闭默认的新建按钮 diff --git a/src/pages/kanbanview/KanbanView.tsx b/src/pages/kanbanview/KanbanView.tsx index 24e5706..e93cbdb 100644 --- a/src/pages/kanbanview/KanbanView.tsx +++ b/src/pages/kanbanview/KanbanView.tsx @@ -174,7 +174,7 @@ const KanbanView: React.FC = ({app, source}) => { return ( <> - + {/**/} {columns.map((column) => (