diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx
index fa71b055..44276273 100644
--- a/weapp/src/packages/patrol/index.jsx
+++ b/weapp/src/packages/patrol/index.jsx
@@ -1329,26 +1329,25 @@ const Index = () => {
/>
}
+
+
+ 养护中
+
{
- isView && isBeforeReport ? <>
-
-
- 养护中
-
+ isView ?
{conserveUnderwayPic.map(item => (
handleImgClick(undefined, item)} />
))}
-
- > : null
- // = 3 ? false : true}
- // files={conserveUnderwayPic}
- // onChange={(files, operationType, index) => handleImgChange(files, operationType, index, 'conserveUnderwayPic')}
- // onImageClick={handleImgClick}
- // />
+ :
+ = 3 ? false : true}
+ files={conserveUnderwayPic}
+ onChange={(files, operationType, index) => handleImgChange(files, operationType, index, 'conserveUnderwayPic')}
+ onImageClick={handleImgClick}
+ />
}