From e7dac9762d8bfc05b12ea46a2feda3001db51cdb Mon Sep 17 00:00:00 2001
From: wzk <2438381872@qq.com>
Date: Wed, 19 Nov 2025 13:19:48 +0800
Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E8=AF=8A=E5=8F=B7=E7=A0=81=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E7=BC=96=E8=BE=91=E5=91=98=E5=B7=A5=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../basicmanage/outpatientNoManagement/index.vue | 12 ++++++++++--
.../components/prescription/prescriptionlist.vue | 5 ++---
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/openhis-ui-vue3/src/views/basicmanage/outpatientNoManagement/index.vue b/openhis-ui-vue3/src/views/basicmanage/outpatientNoManagement/index.vue
index 93737439..833449e6 100644
--- a/openhis-ui-vue3/src/views/basicmanage/outpatientNoManagement/index.vue
+++ b/openhis-ui-vue3/src/views/basicmanage/outpatientNoManagement/index.vue
@@ -44,7 +44,15 @@
-
+
+
+
+ {{ row.staffNo }}
+
+
-
+
diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue
index f20e2474..e124c99c 100644
--- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue
+++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue
@@ -1046,13 +1046,12 @@ const adviceTypeList = ref([
label: '中成药',
value: 2,
},
-
{
- label: '耗材',
+ label: '诊疗',
value: 3,
},
{
- label: '诊疗',
+ label: '耗材',
value: 4,
},
{