From 867a0898fb59692fa01ba9d56c9c81eba7e6c436 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 22 Dec 2023 18:18:03 +0800 Subject: [PATCH] DO --- src/components/doctorCheck/CheckItemList.vue | 2 +- src/components/doctorCheck/CheckPicture.vue | 105 ++++++--- .../doctorCheck/CheckPictureUpload.vue | 217 ++++++++++++++++++ src/components/doctorCheck/CheckSumSug.vue | 18 +- src/utlis/mm.js | 2 +- .../customerOrg/patientRegisterImport.vue | 13 +- 6 files changed, 322 insertions(+), 35 deletions(-) create mode 100644 src/components/doctorCheck/CheckPictureUpload.vue diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 7490462..50a6789 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -6,7 +6,7 @@ :height=" window.pageHeight < 600 ? Math.floor(((420 - 40 - (isCheckPicture ? 100:0)) * 3) / 5) - : Math.floor(((window.pageHeight - 260 - 40 - (isCheckPicture ? 100:0)) * 3) / 5) + : Math.floor(((window.pageHeight - 260 - 40 - (isCheckPicture ? 120:0)) * 3) / 5) " :row-style="{ height: '30px' }" border highlight-current-row diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index bf8c23d..f29b102 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -1,5 +1,5 @@ + diff --git a/src/components/doctorCheck/CheckSumSug.vue b/src/components/doctorCheck/CheckSumSug.vue index 1041785..87c8d01 100644 --- a/src/components/doctorCheck/CheckSumSug.vue +++ b/src/components/doctorCheck/CheckSumSug.vue @@ -1,8 +1,8 @@