From d1d2df09185e02279360504c7273c21fa3ea9ea2 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Wed, 2 Aug 2023 17:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=BB=E6=8A=A4?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index d93ecb44..d9a094ee 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -1091,7 +1091,7 @@ const Index = () => { /> { - (kind === 'patrol' && !(isView && isBeforeReport)) && + kind === 'patrol' && !(isView && isBeforeReport) && 巡查内容 @@ -1116,7 +1116,7 @@ const Index = () => { } { - kind === 'conserve' && + kind === 'conserve' && !(isView && isBeforeReport) && 养护基本信息