diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index 8b8e4f14..2b329033 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -53,6 +53,14 @@ style="margin-left: 10px" @click="getCRCUploadedStudyInfo('dicom')"> {{ $t('trials:audit:button:downLoadAllDiocms') }} + + + {{ $t('trials:audit:button:downLoadReadingDiocms') }} + {{ $t('trials:audit:button:downLoadAllNonDiocms') }} + + + {{ $t('trials:audit:button:downLoadReadingNonDiocms') }} + @@ -1153,13 +1169,14 @@ export default { this.selectTableNonedicom = val }, // 获取下载文件信息 - async getCRCUploadedStudyInfo(type) { + async getCRCUploadedStudyInfo(type, isReading = null) { if (this.downloading) return try { let data = { SubjectVisitId: this.data.Id, NoneDicomStudyIdList: [], DicomStudyIdList: [], + IsExportReading: isReading } if (type === 'tools') { return this.handleDownload()