From 025145317d3af3310262e88b66fa453ff0195884 Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Thu, 22 Jan 2026 09:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=88=9D=E6=AD=A5=E5=8D=B0?= =?UTF-8?q?=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_client/src/views/history/components/scaleInfor.vue | 10 +++++----- .../src/views/history/components/scaleInforCopy.vue | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web_client/src/views/history/components/scaleInfor.vue b/web_client/src/views/history/components/scaleInfor.vue index 98dac52..9850337 100644 --- a/web_client/src/views/history/components/scaleInfor.vue +++ b/web_client/src/views/history/components/scaleInfor.vue @@ -214,7 +214,7 @@ 检查日期 {{ $moment(reportDetail1.patient.checkTime - 0).format( - "YYYY-MM-DD HH:mm" + "YYYY-MM-DD HH:mm", ) }} @@ -235,7 +235,7 @@ :leftShow="leftShow" /> -
+
@@ -430,7 +430,7 @@ export default { } else { this.open = false; this.handleInvoke( - `${this.apiUrl}${data.path}?time${new Date().getTime()}` + `${this.apiUrl}${data.path}?time${new Date().getTime()}`, ); } this.$forceUpdate(); @@ -511,7 +511,7 @@ export default { } this.reportPath = _path; var iframe = document.getElementById( - "reportPartIframe" + this.timestamp + "reportPartIframe" + this.timestamp, ); iframe.onload = () => { iframe.contentWindow.print(); diff --git a/web_client/src/views/history/components/scaleInforCopy.vue b/web_client/src/views/history/components/scaleInforCopy.vue index 80d15f7..eb6c6f9 100644 --- a/web_client/src/views/history/components/scaleInforCopy.vue +++ b/web_client/src/views/history/components/scaleInforCopy.vue @@ -234,7 +234,7 @@ :leftShow="leftShow" /> -
+