预览按钮位置交换
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d729c4d34e
commit
822c2dc955
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue