From 22183886744952b4bacbcc3131f3e319ba3abd52 Mon Sep 17 00:00:00 2001
From: LiuJiaNan <15703339975@163.com>
Date: Tue, 9 Dec 2025 13:49:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DHiddenInfo=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/HiddenInfo/gwj/index.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/components/HiddenInfo/gwj/index.js b/components/HiddenInfo/gwj/index.js
index e4b3f7b..8ba3885 100644
--- a/components/HiddenInfo/gwj/index.js
+++ b/components/HiddenInfo/gwj/index.js
@@ -206,7 +206,7 @@ function HiddenInfo(props) {
)
}
{
- (info.isConfirm === 1 && (info.hiddenConfirmUserCO && info.hiddenConfirmUserCO.length > 0)) && (
+ (info.hiddenConfirmUserCO && info.hiddenConfirmUserCO.length > 0) && (
<>
隐患确认
{
@@ -379,7 +379,7 @@ function HiddenInfo(props) {
<>
整改信息
{
- info.hiddenSpecialList.map((item, index) => (
+ info.hiddenRectifyUserCO.map((item, index) => (
验收信息
{
- info.hiddenSpecialList.map((item, index) => (
+ info.hiddenAcceptUserCO.map((item, index) => (
验收打回信息
{
- info.hiddenSpecialList.map(item => (
+ info.hiddenAcceptUserCO.map(item => (