From 3197402cc8e045f0de611b52593fd2d2860e0c34 Mon Sep 17 00:00:00 2001 From: lijinke666 Date: Mon, 1 Jul 2024 16:29:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/s2-react/playground/config.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/s2-react/playground/config.tsx b/packages/s2-react/playground/config.tsx index 21174dc28d..e6ae3d4626 100644 --- a/packages/s2-react/playground/config.tsx +++ b/packages/s2-react/playground/config.tsx @@ -2,7 +2,6 @@ /* eslint-disable no-console */ import { EMPTY_PLACEHOLDER, - EXTRA_FIELD, customMerge, type CustomHeaderField, type CustomTreeNode, @@ -357,7 +356,7 @@ export const s2Options: SheetComponentOptions = { }, cornerText: '测试测试测试测试测试测试测试测试测试测试', interaction: { - linkFields: ['province', 'city', 'type', 'number', EXTRA_FIELD], + linkFields: [], copy: { enable: true, withFormat: true,