From 41d05a16296a583005edbde18c2a5467fe1163f1 Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Tue, 16 Jun 2026 11:55:41 +0800 Subject: [PATCH 1/2] fix(ui): use dict text from frontend for accurate display of frequency, usage, amount, dose and ordering doctor --- .../components/prescriptionList.vue | 36 +++++++++++++++---- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/healthlink-his-ui/src/views/inpatientNurse/medicalOrderProofread/components/prescriptionList.vue b/healthlink-his-ui/src/views/inpatientNurse/medicalOrderProofread/components/prescriptionList.vue index 1ecf87660..1e2e553eb 100755 --- a/healthlink-his-ui/src/views/inpatientNurse/medicalOrderProofread/components/prescriptionList.vue +++ b/healthlink-his-ui/src/views/inpatientNurse/medicalOrderProofread/components/prescriptionList.vue @@ -235,19 +235,39 @@ field="singleDose" width="100" align="center" - /> + > + + + > + + + > + + + > + + Date: Tue, 16 Jun 2026 12:34:30 +0800 Subject: [PATCH 2/2] style: add el-tag styling to order status in transfer out list to match doctor station --- .../inpatientNurse/inOut/components/transferOut.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/healthlink-his-ui/src/views/inpatientNurse/inOut/components/transferOut.vue b/healthlink-his-ui/src/views/inpatientNurse/inOut/components/transferOut.vue index 7e0d527ba..c99f1eab2 100755 --- a/healthlink-his-ui/src/views/inpatientNurse/inOut/components/transferOut.vue +++ b/healthlink-his-ui/src/views/inpatientNurse/inOut/components/transferOut.vue @@ -273,7 +273,15 @@