Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
249448b15e
|
@ -139,6 +139,7 @@
|
|||
</el-table>
|
||||
<div class="top" style="margin: 10px 0">
|
||||
<span>{{ $t('upload:dicom:uploadTitle') }}</span>
|
||||
<span style="margin-left: 10px">{{ $store.state.trials.uploadTip }}</span>
|
||||
</div>
|
||||
<!--上传列表-->
|
||||
<el-table
|
||||
|
|
|
@ -230,9 +230,9 @@
|
|||
{{ $t('trials:uploadNonDicoms:button:select') }}
|
||||
</div>
|
||||
</div>
|
||||
<span style="margin-left: 10px">{{
|
||||
<!-- <span style="margin-left: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
}}</span> -->
|
||||
</div>
|
||||
</form>
|
||||
<!-- 文件列表 -->
|
||||
|
@ -316,6 +316,9 @@
|
|||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="text-align: right; padding: 10px 0px">
|
||||
<span style="margin-right: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
<!-- 下载 -->
|
||||
<el-button
|
||||
v-if="
|
||||
item.ImageDownloadEnum === 1 &&
|
||||
item.ImageDownloadEnum > 0 &&
|
||||
item.IsReadingTaskViewInOrder > 0 &&
|
||||
!scope.row.IsSubjectJudge
|
||||
"
|
||||
|
|
|
@ -231,9 +231,6 @@
|
|||
@change="beginScanFiles($event)"
|
||||
/>
|
||||
</div>
|
||||
<span style="margin-left: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
@ -578,6 +575,9 @@
|
|||
<!-- <el-button :disabled="btnLoading" size="small" type="primary" @click="cancel">
|
||||
{{ $t('trials:uploadDicomList:button:close') }}
|
||||
</el-button> -->
|
||||
<span style="margin-right: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
<!-- 上传 -->
|
||||
<el-button
|
||||
size="small"
|
||||
|
|
|
@ -336,9 +336,6 @@
|
|||
{{ $t('trials:uploadNonDicoms:button:select') }}
|
||||
</div>
|
||||
</div>
|
||||
<span style="margin-left: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
</div>
|
||||
</form>
|
||||
<!-- 文件列表 -->
|
||||
|
@ -422,6 +419,9 @@
|
|||
</el-table-column>
|
||||
</el-table>
|
||||
<div style="text-align: right; padding: 10px 0px">
|
||||
<span style="margin-right: 10px">{{
|
||||
$store.state.trials.uploadTip
|
||||
}}</span>
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
|
|
Loading…
Reference in New Issue