预览按钮位置交换
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')"
|
@click="getCRCUploadedStudyInfo('noneDicom')"
|
||||||
>
|
>
|
||||||
{{ $t('trials:audit:button:downLoadAllNonDiocms') }}
|
{{ $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>
|
||||||
<!-- 预览阅片 -->
|
<!-- 预览阅片 -->
|
||||||
<el-button
|
<el-button
|
||||||
|
@ -443,16 +453,6 @@
|
||||||
>
|
>
|
||||||
{{ $t('trials:audit:tip:nonDicomsPreviewAllReading') }}
|
{{ $t('trials:audit:tip:nonDicomsPreviewAllReading') }}
|
||||||
</el-button>
|
</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>
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
:data="noneDicomStudyList"
|
:data="noneDicomStudyList"
|
||||||
|
|
Loading…
Reference in New Issue