From 8ba2a87a18d6ab1702225b8891e02f79ce5f291c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B3=E7=BE=BD?= <关羽@gentronhealth.com> Date: Sat, 16 May 2026 16:03:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#537:=20[=E4=BD=8F=E9=99=A2?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99]=20=E5=86=97?= =?UTF-8?q?=E4=BD=99=E5=8A=9F=E8=83=BD=E6=98=BE=E7=A4=BA=EF=BC=9A=E9=9C=80?= =?UTF-8?q?=E5=9C=A8=E5=8C=BB=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99=E9=A1=B5?= =?UTF-8?q?=E7=AD=BE=E4=B8=AD=E5=B1=8F=E8=94=BD"=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E5=8F=91=E8=8D=AF=E7=94=B3=E8=AF=B7"=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释掉"汇总发药申请"tab页签,移除对应的组件import和ref引用。 该功能属于护士站环节(汇总提交领药单),不应在医生工作站显示。 Co-Authored-By: Claude Opus 4.7 --- openhis-ui-vue3/src/views/inpatientDoctor/home/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/index.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/index.vue index 2dc2ce38b..737293919 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/index.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/index.vue @@ -22,9 +22,9 @@ - + @@ -47,7 +47,6 @@ import {computed, onBeforeMount, onMounted, provide, reactive, ref, watch,} from 'vue'; import Emr from './emr/index.vue'; -import SummaryDrugApplication from './components/applicationShow/summaryDrugApplication.vue'; import inPatientBarDoctorFold from '@/components/patientBar/inPatientBarDoctorFold.vue'; import PatientList from '@/components/PatientList/patient-list.vue'; import {localPatientInfo, updateLocalPatientInfo} from './store/localPatient'; @@ -83,7 +82,6 @@ const currentPatientInfo = ref({}); const testApplicationRef = ref(); const examineApplicationRef = ref(); const surgeryApplicationRef = ref(); -const summaryDrugApplicationRef = ref(); const bloodTtransfusionAapplicationRef = ref(); // 患者列表相关逻辑