From 75d4f1d8fb8b7ff968e3f21281c3986175c8aa08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B3=E7=BE=BD?= <关羽@gentronhealth.com> Date: Sun, 17 May 2026 12:55:02 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#537:=20=E4=BD=8F=E9=99=A2=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99=E5=B1=8F=E8=94=BD"?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E5=8F=91=E8=8D=AF=E7=94=B3=E8=AF=B7"?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 住院医生站不应显示护士站专属的"汇总发药申请"模块, 注释掉该 tab-pane 并清理对应的 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(); // 患者列表相关逻辑