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>
|
</el-table>
|
||||||
<div class="top" style="margin: 10px 0">
|
<div class="top" style="margin: 10px 0">
|
||||||
<span>{{ $t('upload:dicom:uploadTitle') }}</span>
|
<span>{{ $t('upload:dicom:uploadTitle') }}</span>
|
||||||
|
<span style="margin-left: 10px">{{ $store.state.trials.uploadTip }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!--上传列表-->
|
<!--上传列表-->
|
||||||
<el-table
|
<el-table
|
||||||
|
|
|
@ -230,9 +230,9 @@
|
||||||
{{ $t('trials:uploadNonDicoms:button:select') }}
|
{{ $t('trials:uploadNonDicoms:button:select') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span style="margin-left: 10px">{{
|
<!-- <span style="margin-left: 10px">{{
|
||||||
$store.state.trials.uploadTip
|
$store.state.trials.uploadTip
|
||||||
}}</span>
|
}}</span> -->
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<!-- 文件列表 -->
|
<!-- 文件列表 -->
|
||||||
|
@ -316,6 +316,9 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div style="text-align: right; padding: 10px 0px">
|
<div style="text-align: right; padding: 10px 0px">
|
||||||
|
<span style="margin-right: 10px">{{
|
||||||
|
$store.state.trials.uploadTip
|
||||||
|
}}</span>
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
<!-- 下载 -->
|
<!-- 下载 -->
|
||||||
<el-button
|
<el-button
|
||||||
v-if="
|
v-if="
|
||||||
item.ImageDownloadEnum === 1 &&
|
item.ImageDownloadEnum > 0 &&
|
||||||
item.IsReadingTaskViewInOrder > 0 &&
|
item.IsReadingTaskViewInOrder > 0 &&
|
||||||
!scope.row.IsSubjectJudge
|
!scope.row.IsSubjectJudge
|
||||||
"
|
"
|
||||||
|
|
|
@ -231,9 +231,6 @@
|
||||||
@change="beginScanFiles($event)"
|
@change="beginScanFiles($event)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span style="margin-left: 10px">{{
|
|
||||||
$store.state.trials.uploadTip
|
|
||||||
}}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@ -578,6 +575,9 @@
|
||||||
<!-- <el-button :disabled="btnLoading" size="small" type="primary" @click="cancel">
|
<!-- <el-button :disabled="btnLoading" size="small" type="primary" @click="cancel">
|
||||||
{{ $t('trials:uploadDicomList:button:close') }}
|
{{ $t('trials:uploadDicomList:button:close') }}
|
||||||
</el-button> -->
|
</el-button> -->
|
||||||
|
<span style="margin-right: 10px">{{
|
||||||
|
$store.state.trials.uploadTip
|
||||||
|
}}</span>
|
||||||
<!-- 上传 -->
|
<!-- 上传 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -336,9 +336,6 @@
|
||||||
{{ $t('trials:uploadNonDicoms:button:select') }}
|
{{ $t('trials:uploadNonDicoms:button:select') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span style="margin-left: 10px">{{
|
|
||||||
$store.state.trials.uploadTip
|
|
||||||
}}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<!-- 文件列表 -->
|
<!-- 文件列表 -->
|
||||||
|
@ -422,6 +419,9 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div style="text-align: right; padding: 10px 0px">
|
<div style="text-align: right; padding: 10px 0px">
|
||||||
|
<span style="margin-right: 10px">{{
|
||||||
|
$store.state.trials.uploadTip
|
||||||
|
}}</span>
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
Loading…
Reference in New Issue