@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user