diff --git a/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.js b/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.js index 0559926..8cb9797 100644 --- a/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.js +++ b/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.js @@ -34,14 +34,7 @@ import StatCardGroup from "~/components/StatCardGroup"; import "./index.less"; -/** - * 变更时间:2026-08-11 - * 变更原因:需求「机构端报告库批量报送 + 查看详情样式优化」: - * 1) 列表支持勾选「未报送」报告并一次性批量报送(调用 evalReportBatchSubmit,接口未就绪时降级逐条 submit); - * 2) 查看详情改为与「上传历史报告」表单一致的排版(更贴近新增报告的录入样式),附件支持图片放大预览、 - * 其他文件点击新窗口预览/下载。 - * 相关约束:后端代码不修改,仅作为接口/字段对照依据;批量报送接口需后端按约定契约新增。 - */ + const { router } = tools; const { TextArea } = Input; @@ -574,7 +567,6 @@ const EvalReportLibrary = (props) => { ellipsis: true, render: (text, record) => (
- {getFileExt(record.fileName || record.fileUrl || text)} handleViewDetail(record)} title={text}> {text || "-"} @@ -1104,18 +1096,10 @@ const EvalReportLibrary = (props) => {
- {/* 报告详情(变更时间:2026-08-11:改为与「上传历史报告」一致的排版样式,附件支持预览) - * 变更原因:原型要求查看沿用新增报告的录入排版,字段顺序、分组与上传弹窗对齐,降低阅读认知成本; - * 附件(主报告/合同/过程文档)使用 PreviewUrlButton —— 图片点击放大预览,其他文件点击新窗口预览/下载。 - */} + -
报告详情
-
- 报告库档案信息(与上传录入样式一致) -
- + '报告详情' } open={detailVisible} onCancel={() => setDetailVisible(false)} diff --git a/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.less b/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.less index 162f407..f49e6f0 100644 --- a/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.less +++ b/src/pages/Container/SafetyEvalBusiness/EvalReportLibrary/index.less @@ -47,7 +47,7 @@ } .erl-report-no { - font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; + font-size: 14px; }