预览按钮位置交换
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d729c4d34e
commit
822c2dc955
|
@ -433,16 +433,6 @@
|
|||
>
|
||||
{{ $t('trials:audit:button:downLoadAllNonDiocms') }}
|
||||
</el-button>
|
||||
<!-- 预览阅片 -->
|
||||
<el-button
|
||||
size="small"
|
||||
:disabled="noneDicomStudyList.length === 0"
|
||||
type="primary"
|
||||
style="margin-left: 10px"
|
||||
@click="handleViewAllNoneDicoms(true)"
|
||||
>
|
||||
{{ $t('trials:audit:tip:nonDicomsPreviewAllReading') }}
|
||||
</el-button>
|
||||
<!-- 预览 -->
|
||||
<el-button
|
||||
size="small"
|
||||
|
@ -453,6 +443,16 @@
|
|||
>
|
||||
{{ $t('trials:audit:tip:nonDicomsPreviewAll') }}
|
||||
</el-button>
|
||||
<!-- 预览阅片 -->
|
||||
<el-button
|
||||
size="small"
|
||||
:disabled="noneDicomStudyList.length === 0"
|
||||
type="primary"
|
||||
style="margin-left: 10px"
|
||||
@click="handleViewAllNoneDicoms(true)"
|
||||
>
|
||||
{{ $t('trials:audit:tip:nonDicomsPreviewAllReading') }}
|
||||
</el-button>
|
||||
</div>
|
||||
<el-table
|
||||
:data="noneDicomStudyList"
|
||||
|
|
Loading…
Reference in New Issue