From d1383416ce147161c68c8cf61f9995ff92cdb3ef Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Thu, 28 May 2026 22:20:49 +0800 Subject: [PATCH] Fix Bug #561 --- .../outpatienrecords/index.vue | 35 ++++++------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/openhis-ui-vue3/src/views/patientmanagement/outpatienrecords/index.vue b/openhis-ui-vue3/src/views/patientmanagement/outpatienrecords/index.vue index e928bd1f1..0902f3ed9 100755 --- a/openhis-ui-vue3/src/views/patientmanagement/outpatienrecords/index.vue +++ b/openhis-ui-vue3/src/views/patientmanagement/outpatienrecords/index.vue @@ -75,30 +75,12 @@ clearable style="width: 120px" > - - - - - - + + + + + + { outpatienRecordsList.value = response.data.records; total.value = response.data.total;