Compare commits

...

2 Commits

Author SHA1 Message Date
熊飞 5a55209fa1 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web 2024-01-16 17:37:13 +08:00
熊飞 2311e23bab crc国际化 2024-01-16 17:37:06 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -264,8 +264,9 @@
>
<template slot-scope="scope">
<span v-if="!scope.row.dicomInfo.failedFileCount">{{$t('trials:uploadDicomList:table:status1')}}</span>
<span v-else-if="scope.row.dicomInfo.failedFileCount < scope.row.dicomInfo.fileCount">{{$t('trials:uploadDicomList:table:status2')}}</span>
<span v-else-if="scope.row.dicomInfo.failedFileCount < scope.row.dicomInfo.fileCount && !scope.row.uploadState.record">{{$t('trials:uploadDicomList:table:status2')}}</span>
<span v-else-if="scope.row.dicomInfo.failedFileCount === scope.row.dicomInfo.fileCount">{{$t('trials:uploadDicomList:table:status3')}}</span>
<span v-else>{{ $t('trials:uploadDicomList:label:uploadFailed') }}</span>
</template>
</el-table-column>
<el-table-column