From 4b412518a2a3aee8f206e9535df08f57f8d6ff11 Mon Sep 17 00:00:00 2001 From: ZLY Date: Mon, 1 Dec 2025 15:40:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(EditableTable):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E5=88=97=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditableTable/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EditableTable/index.tsx b/src/components/EditableTable/index.tsx index ab81d37..416e53d 100644 --- a/src/components/EditableTable/index.tsx +++ b/src/components/EditableTable/index.tsx @@ -231,7 +231,7 @@ const EditableTable: React.FC = ({ const processedColumns = [...columns]; if (showDeleteButton && !columns.some(col => col.dataIndex === 'op')) { processedColumns.push({ - title: 'Operation', + title: '操作', dataIndex: 'op', render: (_: any, record: any) => (