From e48c00f817f422e5186a9720be820f532565dd43 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 26 May 2026 13:45:06 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E8=B4=A8=E6=8E=A7=E6=97=B6?=
=?UTF-8?q?=EF=BC=8C=E5=8F=AF=E4=BB=A5=E4=B8=8B=E8=BD=BD=E9=98=85=E7=89=87?=
=?UTF-8?q?=E5=BD=B1=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../qc-check/components/qualityAssurance.vue | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
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()