diff --git a/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js b/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js index 3e35220..15651e3 100644 --- a/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Defense/List/index.js @@ -258,13 +258,13 @@ function DefenseRecordModalComponent(props) { ) }, { title: "签字图片", dataIndex: "signature", render: (_, record) => (record.signature && ) }, - { title: "申辩附件名称", dataIndex: "name", width: 200 }, + { title: "申辩附件名称", dataIndex: "name", width: 200,render: (_, record) => record.files?.[0]?.fileName || "无" }, { title: "申辩附件", dataIndex: "url", render: (_, record) => ( - record.url && ( + record.files?.[0]?.filePath && ( }>
@@ -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 && ( { - (props.permission(props.updatePermissionKey || "inspection-qy-plan-list-edit") && !isBeforeStart && query.entrance !== "statistics") && ( + (props.permission(props.updatePermissionKey || "inspection-qy-plan-list-edit") && isBeforeStart && query.entrance !== "statistics") && (