From c62cd5c26e060b7bd0f8b4a4fddb8f93c68651de Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Sun, 14 Dec 2025 18:49:50 +0800 Subject: [PATCH 1/4] seo --- src/components/doctorCheck/CheckPicture.vue | 5 +- src/components/doctorCheck/CheckSumSug.vue | 8 ++-- .../doctorCheck/PatientRegisterList.vue | 10 ++-- .../patientRegister/PatientRegisterEdit.vue | 48 +++++++++---------- .../patientRegister/PatientRegisterList.vue | 14 +++--- .../PatientRegisterRecoverList.vue | 6 +-- 6 files changed, 46 insertions(+), 45 deletions(-) diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index 358c378..db67da8 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -586,8 +586,9 @@ export default { let fileName = item.FilePath let dotIndex = fileName.lastIndexOf('\\'); - if (dotIndex > -1) fileName = fileName.substring(dotIndex, fileName.length); - + let pointIndex = fileName.lastIndexOf('.'); + if (dotIndex > -1) fileName = Date.now() + fileName.substring(dotIndex + 1, pointIndex || fileName.length); + let body = { registerCheckId: this.dataTransOpts.tableS.register_check.id, pictureBaseStrs: [{ diff --git a/src/components/doctorCheck/CheckSumSug.vue b/src/components/doctorCheck/CheckSumSug.vue index cffa80b..0362b5a 100644 --- a/src/components/doctorCheck/CheckSumSug.vue +++ b/src/components/doctorCheck/CheckSumSug.vue @@ -72,19 +72,19 @@ 项目 - 单位 - 参考范围 {{ doctorCheck.preResult.checkDate || '结果' }} + 参考范围 + 单位 {{ item.itemName }} - {{ item.unitName }} - {{ item.referenceRangeValue }} + {{ item.referenceRangeValue }} + {{ item.unitName }} 小结 diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index 7249310..c8789d8 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -93,15 +93,15 @@ - - - - + - + + + +