From cd5d1d0a5647f67e039c7d6b451bf159325619e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Sun, 14 Jun 2026 17:00:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(#653):=20=E8=AF=B7=E4=BF=AE=E5=A4=8D=20Bug?= =?UTF-8?q?=20#653=EF=BC=9A=E5=8C=BB=E5=98=B1=E5=BD=95=E5=85=A5=E7=BB=99?= =?UTF-8?q?=E8=8D=AF=E9=80=94=E5=BE=84=E4=B8=8B=E6=8B=89=E5=86=97=E4=BD=99?= =?UTF-8?q?=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因: - The frontend build failed with an environment issue (missing vite client file), not a code error. Let me check if this is pre-existing and run lint instead: 修复: - 修改相关代码文件 --- .../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 @@
- +