From 12b0c106f8eef7b816545a91945b26a485991ae7 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Tue, 18 Mar 2025 18:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=A1=A8=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=9B=BE=E7=89=87=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 2 +- .../reprot-print/components/ReportPreview.vue | 139 ++++++++++++------ 2 files changed, 98 insertions(+), 43 deletions(-) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 3b3360a..8fc5fc2 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -1145,7 +1145,7 @@ containers.forEach(container => { const imageContainer = container.querySelector('.pdf-image-container'); if (imageContainer.style.display !== 'block') { - allRendered = false; + allRendered = false; } }); diff --git a/src/views/summary/reprot-print/components/ReportPreview.vue b/src/views/summary/reprot-print/components/ReportPreview.vue index fac15e8..e6b8702 100644 --- a/src/views/summary/reprot-print/components/ReportPreview.vue +++ b/src/views/summary/reprot-print/components/ReportPreview.vue @@ -12,7 +12,7 @@