From 0ac0bf3eb25de6c0f546c5dfb0ed152089d926dd Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Tue, 14 Jul 2020 22:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/base/detail/text-link/index.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/components/apolloTable/component/base/detail/text-link/index.tsx b/components/apolloTable/component/base/detail/text-link/index.tsx index 71c5fbf..3b6d0be 100644 --- a/components/apolloTable/component/base/detail/text-link/index.tsx +++ b/components/apolloTable/component/base/detail/text-link/index.tsx @@ -123,14 +123,16 @@ export const ApolloTextLinkDetail = (props: any) => { )} -
{ - changeEdit(); - }} - > - -
+ {origin !== 'detailForm' && ( +
{ + changeEdit(); + }} + > + +
+ )} ); }; -- 2.21.0