From 212de12d656322e09a71a77538d369e7677891dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BA=91?= <赵云@gentronhealth.com> Date: Sat, 9 May 2026 10:08:15 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#460:=20[=E7=96=BE=E7=97=85?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E7=AE=A1=E7=90=86-=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E5=8D=A1=E7=AE=A1=E7=90=86]=20=E2=80=9C=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=8A=A5=E5=8D=A1=E2=80=9D=E8=AF=A6=E6=83=85=E9=A1=B5=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E5=AE=A1=E6=A0=B8=E6=93=8D=E4=BD=9C=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../infectiousDiseaseReportDialog.vue | 67 ------------------- openhis-ui-vue3/vite.config.js | 2 +- 2 files changed, 1 insertion(+), 68 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/infectiousDiseaseReportDialog.vue b/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/infectiousDiseaseReportDialog.vue index 86d35613..1ca3faae 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/infectiousDiseaseReportDialog.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/infectiousDiseaseReportDialog.vue @@ -23,74 +23,7 @@ - - - - - - 患者姓名 - - - - 家长姓名 - - - - 身份证号 - - - - - - - 性别 - - - - 未知 - - - - 出生日期 -
- - - - - - -
-
- - 或 实足年龄 -
- - - - - - -
-
-
- - - - - 工作单位(学校) - - - - - - - - 联系电话 - - - - 紧急联系人电话 diff --git a/openhis-ui-vue3/vite.config.js b/openhis-ui-vue3/vite.config.js index 8cff8bee..da505fc3 100755 --- a/openhis-ui-vue3/vite.config.js +++ b/openhis-ui-vue3/vite.config.js @@ -40,7 +40,7 @@ export default defineConfig(({ mode, command }) => { proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - target: 'http://localhost:18080/openhis', + target: 'http://localhost:18083/openhis', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, ''), },