From 4a5572de26df5b8f488d84dc22a78c490858ae3f Mon Sep 17 00:00:00 2001 From: qk123 <18211963828.@163.cpm> Date: Thu, 6 Nov 2025 14:00:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=8C=E8=AF=8A?= =?UTF-8?q?=E5=90=8E=E5=86=8D=E6=8E=A5=E8=AF=8A=E5=88=9D=E5=A4=8D=E8=AF=8A?= =?UTF-8?q?=E6=A0=87=E8=AF=86=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/views/doctorstation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/index.vue b/openhis-ui-vue3/src/views/doctorstation/index.vue index 5d691caa..d7c6ab9b 100644 --- a/openhis-ui-vue3/src/views/doctorstation/index.vue +++ b/openhis-ui-vue3/src/views/doctorstation/index.vue @@ -325,7 +325,7 @@ function checkPatientHistory(patient) { if (res.code === 200) { const records = res.data?.records || []; // 如果有历史记录,则为复诊 - if (res.data && res.data.total > 0) { + if (res.data && res.data.total > 1) { visitType.value = 'FOLLOW_UP'; // 计算最早一次病历创建时间作为初诊日期 const earliest = records.reduce((min, cur) => { From 01e14ee084beb804ece23503ee1584975d4663bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E9=94=A6=E6=B6=9B?= <26050301730@qq.com> Date: Thu, 6 Nov 2025 16:56:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=B5=8B=E8=AF=95=E5=8C=BB=E9=99=A2=E7=9A=84?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/login.vue b/openhis-ui-vue3/src/views/login.vue index f39dedb4..f072f937 100644 --- a/openhis-ui-vue3/src/views/login.vue +++ b/openhis-ui-vue3/src/views/login.vue @@ -105,7 +105,7 @@