From bca02ed354e214f6a95940827426b4647cae9d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Tue, 2 Jun 2026 11:18:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(#616):=20=E7=94=A8=E8=8D=AF=E9=A2=91?= =?UTF-8?q?=E6=AC=A1=E4=B8=8B=E6=8B=89=E6=A1=86=E5=A2=9E=E5=8A=A0=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E7=BC=A9=E5=86=99=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:el-option label 仅使用 dict.label(中文名称), 未展示字典 value(英文缩写如 ST、BID、TID)。 修复:4个文件5处 el-option label 改为 '{value} {label}' 格式 - prescriptionlist.vue: 主表单 + 内联编辑 2处 - eprescriptiondialog.vue: 电子处方 1处 - orderGroupDrawer.vue: 组套抽屉 1处 显示效果:ST 立即、BID 每日两次、TID 每日三次 --- .../views/doctorstation/components/eprescriptiondialog.vue | 2 +- .../components/prescription/orderGroupDrawer.vue | 2 +- .../components/prescription/prescriptionlist.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/eprescriptiondialog.vue b/openhis-ui-vue3/src/views/doctorstation/components/eprescriptiondialog.vue index 3fcae249d..fd4054959 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/eprescriptiondialog.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/eprescriptiondialog.vue @@ -393,7 +393,7 @@ diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/orderGroupDrawer.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/orderGroupDrawer.vue index a60b961a8..8f1bb7416 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/orderGroupDrawer.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/orderGroupDrawer.vue @@ -323,7 +323,7 @@ diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue index 28b661fee..bc097d51b 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -539,7 +539,7 @@ @@ -1267,7 +1267,7 @@