From 6b4cc2fc9ccc3d0ee3f61d9d1a7165815e677af9 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Wed, 27 May 2026 05:52:52 +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 | 178 +++++++++--------- 1 file changed, 94 insertions(+), 84 deletions(-) diff --git a/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue b/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue index 3219d6e9c..51b904b4b 100644 --- a/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue +++ b/openhis-ui-vue3/src/views/outpatient/exam/ExamApply.vue @@ -48,7 +48,9 @@ v-model="method.checked" @change="handleMethodCheck(sel, method)" /> - {{ method.name }} + + {{ cleanName(method.name) }} + @@ -57,129 +59,137 @@ -