From 53aa7e79cf2154380a58f521085ebb794cc8f0bc Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Tue, 20 Jan 2026 15:14:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(inspection):=20=E4=BF=AE=E5=A4=8D=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E8=A7=86=E5=9B=BE=E4=B8=AD=E7=9A=84=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=E5=92=8C?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=83=A8=E4=BD=8D=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/BranchCompany/InspectionView/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Container/BranchCompany/InspectionView/index.js b/src/pages/Container/BranchCompany/InspectionView/index.js index f08606b..f1b231e 100644 --- a/src/pages/Container/BranchCompany/InspectionView/index.js +++ b/src/pages/Container/BranchCompany/InspectionView/index.js @@ -73,7 +73,7 @@ function InspectionView(props) { }, []); return ( - 打印}> + 打印}>
@@ -120,7 +120,7 @@ function InspectionView(props) { options={false} columns={[ { title: "隐患描述", dataIndex: "hiddenDesc" }, - { title: "隐患部位", dataIndex: "hiddenPartName" }, + // { title: "隐患部位", dataIndex: "hiddenPartName" }, { title: "操作", render: (_, record) => ( @@ -154,7 +154,7 @@ function InspectionView(props) { 序号 隐患描述 - 隐患部位 + {/*隐患部位*/} @@ -163,7 +163,7 @@ function InspectionView(props) { {index + 1} {item.hiddenDesc} - {item.hiddenPartName} + {/*{item.hiddenPartName}*/} )) }