diff --git a/public/templates/report-template.html b/public/templates/report-template.html
index ae84eeb..756c80d 100644
--- a/public/templates/report-template.html
+++ b/public/templates/report-template.html
@@ -8,6 +8,42 @@
@@ -555,7 +627,7 @@
@@ -569,6 +641,10 @@
Examination
Report
+
+
+
![头像]()
+
姓名--
@@ -592,12 +668,9 @@
-
-
- 第1页
-
+
+ 第1页
-
@@ -611,7 +684,7 @@
尊敬的________先生/女士:
-
您好!欢迎参加2024年度国家基本公共卫生服务老年人健康体检项目。
+
您好!欢迎参加国家基本公共卫生服务老年人健康体检项目。
健康体检是在自我感觉健康的情况下,通过医学手段对身体各脏器的状态进行的检测。定期的健康体检可以帮助您及早发现健康状态下的危机,为您的健康保驾护航。
@@ -624,10 +697,9 @@
-
+
-
+
+
+
@@ -697,7 +790,7 @@
-
第3页
+
第4页
@@ -735,7 +828,7 @@
- 第4页
+ 第5页
@@ -767,7 +860,7 @@
- 第5页
+ 第6页
@@ -799,7 +892,7 @@
- 第6页
+ 第7页
@@ -831,7 +924,7 @@
- 第7页
+ 第8页
@@ -857,7 +950,27 @@
- 第8页
+ 第9页
+
+
+
diff --git a/src/views/summary/reprot-print/components/ReportPreview.vue b/src/views/summary/reprot-print/components/ReportPreview.vue
index 4347251..93aadcc 100644
--- a/src/views/summary/reprot-print/components/ReportPreview.vue
+++ b/src/views/summary/reprot-print/components/ReportPreview.vue
@@ -14,16 +14,14 @@
v-if="dialogVisible"
src="\templates\report-template.html"
frameborder="0"
- style="width: 100%; height: 100%; border: none;"
+ style="width: 100%; height: 100%; border: none"
@load="handleIframeLoad"
>
@@ -32,6 +30,7 @@