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 @@ - - - - + - + + + +