From 48755c2d9edf19997f0098ad5344a651d9e07386 Mon Sep 17 00:00:00 2001 From: Auora <14587305+auoraasd@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 16:32:42 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E9=80=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/package.json b/openhis-ui-vue3/package.json index 4d4635d7..8b749ef4 100644 --- a/openhis-ui-vue3/package.json +++ b/openhis-ui-vue3/package.json @@ -10,7 +10,7 @@ "build:prod": "vite build", "build:stage": "vite build --mode staging", "preview": "vite preview", - "build:spug": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode spug", + "build:spug": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode spug" }, "repository": { "type": "git", From 92c4c938a3cafee55842d465f49ba637105ab00f Mon Sep 17 00:00:00 2001 From: wangjunping <2576464944@qq.com> Date: Tue, 28 Oct 2025 08:57:06 +0000 Subject: [PATCH 2/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20openhis-ui-vue3/src/vi?= =?UTF-8?q?ews/doctorstation/components/prescription/prescriptionMedicineL?= =?UTF-8?q?ist.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...{prescriptionmedicineList.vue => prescriptionMedicineList.vue} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename openhis-ui-vue3/src/views/doctorstation/components/prescription/{prescriptionmedicineList.vue => prescriptionMedicineList.vue} (100%) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionmedicineList.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionMedicineList.vue similarity index 100% rename from openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionmedicineList.vue rename to openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionMedicineList.vue From f786fdbc3f52806d86c26b7f5822f1ecabc4e3a7 Mon Sep 17 00:00:00 2001 From: wangjunping <2576464944@qq.com> Date: Tue, 28 Oct 2025 09:03:17 +0000 Subject: [PATCH 3/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20openhis-ui-vue3/.env.s?= =?UTF-8?q?pug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除NODE_ENV=spug --- openhis-ui-vue3/.env.spug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/.env.spug b/openhis-ui-vue3/.env.spug index 90bf29f2..16b76572 100644 --- a/openhis-ui-vue3/.env.spug +++ b/openhis-ui-vue3/.env.spug @@ -1,5 +1,5 @@ # 开发环境:本地只启动前端项目,依赖开发环境(后端、APP) -NODE_ENV=spug + VITE_DEV=true From 0fc72cb27017ee65539f052d30fbbb2c4664076f Mon Sep 17 00:00:00 2001 From: Auora <14587305+auoraasd@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 17:14:23 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9Aprescriptionlist.vue=20=E4=B8=AD=E7=9A=84=20import=20?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../doctorstation/components/prescription/prescriptionlist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9f5b14e7..ff4cc856 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -746,7 +746,7 @@ import { getAdviceBaseInfo, getActivityBindDevice, } from '../api'; -import adviceBaseList from '../advicebaselist'; +import adviceBaseList from '../adviceBaselist'; import { computed, getCurrentInstance, nextTick, watch } from 'vue'; import { calculateQuantityByDays, formatNumber } from '@/utils/his'; import OrderGroupDrawer from './orderGroupDrawer'; From 4fb7bea80a0583ac4a62c65b5a3117907b57f439 Mon Sep 17 00:00:00 2001 From: Auora <14587305+auoraasd@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 17:21:20 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9Aprescriptionlist.vue=20=E4=B8=AD=E7=9A=84=20import=20?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../doctorstation/components/prescription/prescriptionlist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ff4cc856..079b10df 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -746,7 +746,7 @@ import { getAdviceBaseInfo, getActivityBindDevice, } from '../api'; -import adviceBaseList from '../adviceBaselist'; +import adviceBaseList from '../adviceBaseList.vue'; import { computed, getCurrentInstance, nextTick, watch } from 'vue'; import { calculateQuantityByDays, formatNumber } from '@/utils/his'; import OrderGroupDrawer from './orderGroupDrawer'; From 00816c9834b09260bc1965fe0273461dda5c4ed3 Mon Sep 17 00:00:00 2001 From: Auora <14587305+auoraasd@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 17:28:25 +0800 Subject: [PATCH 6/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=9AapplicationFormBottomBtn.vue=20=E4=B8=AD=E7=9A=84=20im?= =?UTF-8?q?port=20=E8=AF=AD=E5=8F=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../order/applicationForm/applicationFormBottomBtn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/applicationFormBottomBtn.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/applicationFormBottomBtn.vue index 21373f8c..4c8ee7ab 100644 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/applicationFormBottomBtn.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/applicationFormBottomBtn.vue @@ -55,7 +55,7 @@