From 9c1753eb55d089ce22f5cb30165aac25cb4494ce Mon Sep 17 00:00:00 2001 From: guanyu Date: Sun, 14 Jun 2026 17:01:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(#653):=20guanyu=20(=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=88=E5=85=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/inpatientDoctor/home/components/order/OrderForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue index dd24f3497..aaac8abd2 100755 --- a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue +++ b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue @@ -149,7 +149,7 @@ @click="() => (row.methodCode_dictText = dict.label)" @keyup="handleEnter('methodCode')" :key="dict.value" - :label="dict.value + ' ' + dict.label" + :label="dict.label" :value="dict.value" /> @@ -360,7 +360,7 @@
- +