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) && 养护基本信息