From d769e4ddd937d9e724fbff59a4f0db0068978551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Wed, 17 Jan 2024 15:01:20 +0800 Subject: [PATCH] 1 --- .../trial-summary/upload-monitor/index.vue | 29 +++++++++- .../components/uploadDicomFiles2.vue | 54 ++++++++++--------- 2 files changed, 56 insertions(+), 27 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/upload-monitor/index.vue b/src/views/trials/trials-panel/trial-summary/upload-monitor/index.vue index 653e11b0..c478cc06 100644 --- a/src/views/trials/trials-panel/trial-summary/upload-monitor/index.vue +++ b/src/views/trials/trials-panel/trial-summary/upload-monitor/index.vue @@ -289,8 +289,33 @@ :close-on-click-modal="false" custom-class="base-dialog-wrapper" > -
- {{ lookText }} +
+
+ {{$t('trials:uploadDicomList:table:FailedNumber')}}: {{lookText.Failed.length}} + {{$t('trials:uploadDicomList:table:ExistedNumber')}}: {{lookText.Existed.length}} + {{$t('trials:uploadDicomList:table:UploadedNumber')}}: {{lookText.Uploaded.length}} +
+
+
{{$t('trials:uploadDicomList:table:Failed')}}:
+
+
{{item}}
+
+
+
+
+
{{$t('trials:uploadDicomList:table:Existed')}}:
+
+
{{item}}
+
+
+
+
+
{{$t('trials:uploadDicomList:table:Uploaded')}}:
+
+
{{item}}
+
+
+