From 3f67753344692f25ed45f2133eaafeefd38a2839 Mon Sep 17 00:00:00 2001 From: chenqi Date: Thu, 11 Jun 2026 15:15:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(doctorstation):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E8=B7=AF=E5=BE=84=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=AF=E5=89=8D=E8=AE=A8=E8=AE=BA=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正住院医生工作站跳转路径从 /inHospital/inpatientDoctor/home 到 /inHospital/inpatientDoctor - 为术前讨论管理界面添加响应式表格高度计算功能 - 添加窗口大小调整事件监听器以动态更新表格高度 - 优化术前讨论管理界面的CSS样式布局 - 添加 content-card 样式类增强界面显示效果 --- .../src/views/doctorstation/pendingEmr.vue | 4 +-- .../views/preopmanage/discussion/index.vue | 28 ++++++++++++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue b/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue index 0a4fed117..d39bba9a0 100755 --- a/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue +++ b/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue @@ -216,7 +216,7 @@ const handleWriteEmr = (row) => { // 存储患者信息并跳转到住院医生工作站 updatePatientInfo(row) updateLocalPatientInfo(row) - router.push({ path: '/inHospital/inpatientDoctor/home' }) + router.push({ path: '/inHospital/inpatientDoctor' }) } // 查看患者 @@ -224,7 +224,7 @@ const handleViewPatient = (row) => { // 存储患者信息并跳转到住院医生工作站 updatePatientInfo(row) updateLocalPatientInfo(row) - router.push({ path: '/inHospital/inpatientDoctor/home' }) + router.push({ path: '/inHospital/inpatientDoctor' }) } // 获取性别文本 diff --git a/healthlink-his-ui/src/views/preopmanage/discussion/index.vue b/healthlink-his-ui/src/views/preopmanage/discussion/index.vue index c7b33dc73..ea6120262 100644 --- a/healthlink-his-ui/src/views/preopmanage/discussion/index.vue +++ b/healthlink-his-ui/src/views/preopmanage/discussion/index.vue @@ -9,7 +9,7 @@
{{ stats.rejected || 0 }}
已驳回
- +