diff --git a/src/components/doctorCheck/PacsTemplate.vue b/src/components/doctorCheck/PacsTemplate.vue index 61c2a1e..b21eef3 100644 --- a/src/components/doctorCheck/PacsTemplate.vue +++ b/src/components/doctorCheck/PacsTemplate.vue @@ -331,6 +331,11 @@ export default { } }); this.summary = summary; + + // 没有结论时(取描述) + if(!this.summary){ + if(this.doctorCheck.checkItemList.length > 0) this.summary = this.doctorCheck.checkItemList[0].result; + } }, //获取pacs结果模板