质控下载影像按钮不与复核状态相关联
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d047df807e
commit
e08f094435
|
@ -49,7 +49,7 @@
|
||||||
<el-button v-if="
|
<el-button v-if="
|
||||||
$store.state.trials.config.IsSupportQCDownloadImage &&
|
$store.state.trials.config.IsSupportQCDownloadImage &&
|
||||||
!hasPermi(['role:spm'])
|
!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')">
|
type="primary" style="margin-left: 10px" @click="getCRCUploadedStudyInfo('dicom')">
|
||||||
{{ $t('trials:audit:button:downLoadAllDiocms') }}
|
{{ $t('trials:audit:button:downLoadAllDiocms') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
<el-button v-if="
|
<el-button v-if="
|
||||||
$store.state.trials.config.IsSupportQCDownloadImage &&
|
$store.state.trials.config.IsSupportQCDownloadImage &&
|
||||||
!hasPermi(['role:spm'])
|
!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')">
|
size="small" type="primary" style="margin-left: 10px" @click="getCRCUploadedStudyInfo('noneDicom')">
|
||||||
{{ $t('trials:audit:button:downLoadAllNonDiocms') }}
|
{{ $t('trials:audit:button:downLoadAllNonDiocms') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
Loading…
Reference in New Issue