质控下载影像按钮不与复核状态相关联
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-06 15:05:17 +08:00
parent d047df807e
commit e08f094435
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<el-button v-if="
$store.state.trials.config.IsSupportQCDownloadImage &&
!hasPermi(['role:spm'])
" :loading="downloading" :disabled="selectTableDicom.length <= 0 || SecondReviewState > 0" size="small"
" :loading="downloading" :disabled="selectTableDicom.length <= 0" size="small"
type="primary" style="margin-left: 10px" @click="getCRCUploadedStudyInfo('dicom')">
{{ $t('trials:audit:button:downLoadAllDiocms') }}
</el-button>
@ -247,7 +247,7 @@
<el-button v-if="
$store.state.trials.config.IsSupportQCDownloadImage &&
!hasPermi(['role:spm'])
" :loading="downloading" :disabled="selectTableNonedicom.length <= 0 || SecondReviewState > 0"
" :loading="downloading" :disabled="selectTableNonedicom.length <= 0"
size="small" type="primary" style="margin-left: 10px" @click="getCRCUploadedStudyInfo('noneDicom')">
{{ $t('trials:audit:button:downLoadAllNonDiocms') }}
</el-button>