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}*/} )) }