From aaf9decc491bd97e69efe6e9a73e5d25ecb710b5 Mon Sep 17 00:00:00 2001
From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com>
Date: Tue, 20 Aug 2024 16:20:18 +0800
Subject: [PATCH] =?UTF-8?q?crc=E4=B8=8A=E4=BC=A0=E8=8E=B7=E5=8F=96?=
=?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=E8=AF=B7=E6=B1=82=E5=8F=82?=
=?UTF-8?q?=E6=95=B0=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../crc-upload/components/uploadDicomFiles2.vue | 1 +
.../components/uploadPetClinicalData.vue | 16 +++++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
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 6a972b32..e68f6788 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
@@ -1002,6 +1002,7 @@ export default {
// 打开上传pet临床数据弹框
handleUploadPetData(row) {
this.studyData = row;
+ this.studyData.SubjectId = this.subjectId;
this.petVisible = true;
},
// 预览所有影像
diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue
index f3ff0395..440434c0 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue
@@ -318,13 +318,13 @@
:label="$t('trials:uploadClinicalData:table:fileSize')"
width="150"
>
-
- {{
- 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
+ }}
+
{