From 5b4cc097bcaa2d0a50d0c69d178df1cbd0442bf3 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 8 Apr 2026 14:58:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2=E8=A7=86=E5=9B=BE=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E7=9B=B4=E6=96=B9=E5=9B=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reading/dicoms3D/components/ReadPage.vue | 72 +-
.../dicoms3D/components/VolumeViewport.vue | 5 +
.../reading/dicoms3D/components/histogram.vue | 1040 +++++++++++++++--
3 files changed, 1035 insertions(+), 82 deletions(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue
index f296c2f8..1c47b07e 100644
--- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue
+++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue
@@ -313,7 +313,8 @@
@dblclick="toggleFullScreen($event, index)" @click="activeViewport(index)">
+
+
@@ -500,7 +504,6 @@
:subject-code="uploadSubjectCode" :criterion="uploadTrialCriterion" :task-id="taskId"
:visible.sync="downloadImageVisible" />
-
-
\ No newline at end of file
+
\ No newline at end of file