From 1a9fbbe53378f813a7fd30b7594948f216b41a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 20 Jun 2024 08:56:50 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8B=93=E6=89=91=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/calcTable/index.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/pages/calcTable/index.tsx b/src/pages/calcTable/index.tsx index 3bc99ce..b14d72c 100644 --- a/src/pages/calcTable/index.tsx +++ b/src/pages/calcTable/index.tsx @@ -86,13 +86,10 @@ const index: FunctionComponent = (props) => { render: (text: string, record: any) => ( {text} - { - (item.lockStatus === "LOCK" || record.lockStatus === "LOCK") ? - handleDiagramTd(item?.dataIndex, record?.id)} - /> : null - } + handleDiagramTd(item?.dataIndex, record?.id)} + /> { (item.lockStatus === "LOCK" || record.lockStatus === "LOCK") ? : null