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 => (