@@ -88,7 +84,7 @@ function InspectionView(props) {
items={[
{ label: "被检查单位", children: info.inspectedPartyConfirmation?.departmentName },
{ label: "被检查单位现场负责人", children: info.inspectedPartyConfirmation?.userName },
- { label: "牵头检查部门", children: currentInspectorDepartmentName.join(",") },
+ { label: "牵头检查部门", children: info.inspector?.departmentName },
{ label: "检查人", children: currentInspectorUserName.join(",") },
{ label: "检查类型", children: info.typeName },
{ label: "检查时间", children: `${info.timeStart}至${info.timeEnd}` },
@@ -215,12 +211,6 @@ function InspectionView(props) {
]}
/>
-
-
-
- {/* {query.isExport !== "0" && } */}
-
-
{hiddenViewModalOpen && (