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 @@ - -
-
- -
-
- -
-
- - - -
-
- -
-
+ + +
+ +
+
+ +
+
+ + + +
+
+ +
+
+
@@ -102,7 +103,8 @@ export default { data() { return { peoplePhoto: '', //人员照片 - activeName: 'asbitem', + activeName: 'asbitem', // asbitem:组合项目 call:排队叫号 + activeMain: 'text', // text:文字结果 isCheckPicture: true, //是否显示结果图片 LocalConfig: { diff --git a/src/views/doctorCheck/doctorCheckBak241125.vue b/src/views/doctorCheck/doctorCheckBak241125.vue new file mode 100644 index 0000000..10ac476 --- /dev/null +++ b/src/views/doctorCheck/doctorCheckBak241125.vue @@ -0,0 +1,890 @@ + + + \ No newline at end of file