From 00650e7973a30c3f03eeaedaaf922aa261fa3624 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Mon, 25 Nov 2024 17:36:37 +0800
Subject: [PATCH] pacs
---
src/components/doctorCheck/CheckItemList.vue | 2 +-
src/views/doctorCheck/doctorCheck.vue | 46 +-
.../doctorCheck/doctorCheckBak241125.vue | 890 ++++++++++++++++++
3 files changed, 915 insertions(+), 23 deletions(-)
create mode 100644 src/views/doctorCheck/doctorCheckBak241125.vue
diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue
index 72fc24c..091af12 100644
--- a/src/components/doctorCheck/CheckItemList.vue
+++ b/src/components/doctorCheck/CheckItemList.vue
@@ -294,7 +294,7 @@ export default {
tableHeight() {
let temp = this.window.pageHeight < 600 ? 600 : this.window.pageHeight;
return Math.floor(
- ((temp - 260 - (this.isCheckPicture ? 110 : 0)) * 3) / 5
+ ((temp - 292 - (this.isCheckPicture ? 110 : 0)) * 3) / 5
);
},
},
diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue
index 10ac476..94b7830 100644
--- a/src/views/doctorCheck/doctorCheck.vue
+++ b/src/views/doctorCheck/doctorCheck.vue
@@ -30,27 +30,28 @@