diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 1eda9e8..72fc24c 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -746,6 +746,7 @@ export default { handlePacsResult(row, index, pacsResult) { // console.log('row,index,pacsResult', row, index, pacsResult) // this.doctorCheck.checkItemList[index].result = pacsResult.result; + /* 新词条录入方式,取消合并 this.doctorCheck.checkSummaryList = [ { id: Math.random(), @@ -754,6 +755,7 @@ export default { summaryFlag: "N", }, ]; + */ this.dialogWinPacsTemplate = false; }, diff --git a/src/components/doctorCheck/PacsTemplate.vue b/src/components/doctorCheck/PacsTemplate.vue index 96ebfae..35fde57 100644 --- a/src/components/doctorCheck/PacsTemplate.vue +++ b/src/components/doctorCheck/PacsTemplate.vue @@ -1,64 +1,101 @@