From 904a764ea59e81ecafabca704321225bb19e54f7 Mon Sep 17 00:00:00 2001
From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com>
Date: Sat, 14 Sep 2024 17:59:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=98=BE=E7=A4=BA=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/uploadDicomAndNonedicom/dicomFile.vue | 5 ++---
.../visit/crc-upload/components/uploadDicomFiles2.vue | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/components/uploadDicomAndNonedicom/dicomFile.vue b/src/components/uploadDicomAndNonedicom/dicomFile.vue
index 9cd0be1b..ae708f0f 100644
--- a/src/components/uploadDicomAndNonedicom/dicomFile.vue
+++ b/src/components/uploadDicomAndNonedicom/dicomFile.vue
@@ -302,12 +302,11 @@
/>
{{ $t('trials:uploadDicomList:table:uploadNow')
- }}{{ scope.row.dicomInfo.failedFileCount }} /
- {{ scope.row.dicomInfo.fileCount }}: [{{
+ }}{{ scope.row.dicomInfo.failedFileCount }}/{{ scope.row.dicomInfo.fileCount }} ({{
(scope.row.dicomInfo.uploadFileSize / 1024 / 1024).toFixed(2)
}}MB/{{
(scope.row.dicomInfo.fileSize / 1024 / 1024).toFixed(2)
- }}MB]
+ }}MB)
diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue
index 663427b7..6eedea47 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue
@@ -406,12 +406,11 @@
/>
{{ $t('trials:uploadDicomList:table:uploadNow')
- }}{{ scope.row.dicomInfo.failedFileCount }} /
- {{ scope.row.dicomInfo.fileCount }}: [{{
+ }}{{ scope.row.dicomInfo.failedFileCount }}/{{ scope.row.dicomInfo.fileCount }} ({{
(scope.row.dicomInfo.uploadFileSize / 1024 / 1024).toFixed(2)
}}MB/{{
(scope.row.dicomInfo.fileSize / 1024 / 1024).toFixed(2)
- }}MB]
+ }}MB)