From 4ad299e24356ea4ddf4ec11efd9c8a588d1988e0 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 28 Apr 2025 15:47:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?suv=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms3D/components/PetCtReadPage.vue | 1041 +++++++++++------ .../dicoms3D/components/PetCtViewport.vue | 7 +- .../dicoms3D/components/VisitReview.vue | 2 +- .../reading-unit/components/ReadingRules.vue | 2 +- 4 files changed, 657 insertions(+), 395 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue index 32251ed3..fa3ccd90 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue @@ -6,7 +6,8 @@
{{ s.TaskBlindName }}
+ @click.prevent="toggleTask(s, index)">{{ + s.TaskBlindName }}
@@ -152,6 +153,12 @@
+ +
+ +
+ +
+ +
+ v-show="cellType.includes('FUSION')">
@@ -453,8 +479,9 @@