上传bug修复
continuous-integration/drone/push Build is passing Details

uat_us
熊飞 2024-01-30 13:58:22 +08:00
parent c4e1a1afb5
commit 5f04be3277
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@
show-overflow-tooltip
>
<template slot-scope="scope">
<span v-if="!scope.row.dicomInfo.failedFileCount">
<span v-if="!scope.row.dicomInfo.failedFileCount && !scope.row.dicomInfo.isInit">
{{$t('trials:uploadDicomList:table:status1')}}</span>
<span style="color:#409eff" v-else-if="!scope.row.dicomInfo.failedFileCount && scope.row.dicomInfo.isInit && btnLoading">{{$t('trials:uploadDicomList:table:status2')}}</span>
<span style="color:#409eff" v-else-if="scope.row.dicomInfo.failedFileCount < scope.row.dicomInfo.fileCount && !scope.row.uploadState.record">{{$t('trials:uploadDicomList:table:status2')}}</span>