From 2f549846ba542f5ae84f4786d072429fa5e8faa4 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 1 Jul 2024 14:07:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6?=
=?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reading-period/components/AddOrEditCD.vue | 15 ++++++++-
.../components/uploadClinicalData.vue | 32 ++++++++++++++++---
2 files changed, 42 insertions(+), 5 deletions(-)
diff --git a/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditCD.vue b/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditCD.vue
index 8281f102..dfdac7a9 100644
--- a/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditCD.vue
+++ b/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditCD.vue
@@ -83,6 +83,19 @@
width="190"
show-overflow-tooltip
/>
+
+
+
+ {{
+ scope.row.size && scope.row.size > 0
+ ? `${(scope.row.size / 1024 / 1024).toFixed(2)}MB`
+ : 0
+ }}
+
+
+
+
+
+ {{
+ scope.row.Size && scope.row.Size > 0
+ ? `${(scope.row.Size / 1024 / 1024).toFixed(2)}MB`
+ : 0
+ }}
+
+