diff --git a/src/components/uploadDicomAndNonedicom/nonedicomFile.vue b/src/components/uploadDicomAndNonedicom/nonedicomFile.vue index 9642f150..1ba2b9fd 100644 --- a/src/components/uploadDicomAndNonedicom/nonedicomFile.vue +++ b/src/components/uploadDicomAndNonedicom/nonedicomFile.vue @@ -61,16 +61,28 @@ @@ -108,16 +120,28 @@ @@ -548,9 +572,10 @@ export default { // 预览文件 previewFile(row) { // window.open(row.FullFilePath, '_blank') - this.imgObj.url = row.FullFilePath || row.Path - this.imgObj.loading = true - this.imgObj.visible = true + // this.imgObj.url = row.FullFilePath || row.Path + // this.imgObj.loading = true + // this.imgObj.visible = true + this.$refs[row.Path].$viewer.show() }, // 预览单个检查下非Dicom文件 handlePreviewNoneDicomFiles(row) { diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue index 5e6e0137..49ab8de9 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue @@ -69,7 +69,33 @@