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 @@
-