diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 7a2b918..0f951fc 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -1219,10 +1219,7 @@ export default { // 模板右击 onContextmenuTemplate(event) { if (!this.$peisAPI) return - let menus = [ - { type: 'separator' }, - { label: '显示明细历次结果', itemId: '显示明细历次结果', enabled: true }, - { label: '预览影像报告', itemId: '预览影像报告', enabled: true } + let menus = [ // { label: '测试菜单', itemId: '测试菜单', enabled: true }, // { // label: '更多操作', 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 @@ - - - - + - + + + +