From bff502376bd5bba9c2d5c10e6299c8b4075ecb0d Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Wed, 27 May 2026 07:48:24 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#550:=20fallback=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/outpatient/exam/ExamApply.vue | 203 +++++++++++------- 1 file changed, 131 insertions(+), 72 deletions(-) diff --git a/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue b/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue index 6a370b0ca..6f1aa806c 100644 --- a/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue +++ b/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue @@ -14,7 +14,8 @@ @click="onItemCardClick(item)" >
- {{ formatItemName(item.name) }} + + {{ formatItemName(item.name) }}
@@ -47,92 +48,144 @@ - - -