预览按钮位置交换
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-03-07 15:26:49 +08:00
parent d729c4d34e
commit 822c2dc955
1 changed files with 10 additions and 10 deletions

View File

@ -432,6 +432,16 @@
@click="getCRCUploadedStudyInfo('noneDicom')"
>
{{ $t('trials:audit:button:downLoadAllNonDiocms') }}
</el-button>
<!-- 预览 -->
<el-button
size="small"
:disabled="noneDicomStudyList.length === 0"
type="primary"
style="margin-left: 10px"
@click="handleViewAllNoneDicoms(false)"
>
{{ $t('trials:audit:tip:nonDicomsPreviewAll') }}
</el-button>
<!-- 预览阅片 -->
<el-button
@ -443,16 +453,6 @@
>
{{ $t('trials:audit:tip:nonDicomsPreviewAllReading') }}
</el-button>
<!-- 预览 -->
<el-button
size="small"
:disabled="noneDicomStudyList.length === 0"
type="primary"
style="margin-left: 10px"
@click="handleViewAllNoneDicoms(false)"
>
{{ $t('trials:audit:tip:nonDicomsPreviewAll') }}
</el-button>
</div>
<el-table
:data="noneDicomStudyList"