From 71f3519769dbe803a82d425e562ef17b457e29a2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 9 May 2025 17:54:14 +0800 Subject: [PATCH] =?UTF-8?q?suv=E8=9E=8D=E5=90=88=E9=83=A8=E5=88=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/PetCtViewport.vue | 4 ++-- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue index f7cf3e3c..0cd2da2d 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtViewport.vue @@ -14,7 +14,7 @@
Image: #{{ `${series.SliceIndex + 1}/${series.Stack.length}` }}
{{ series.Modality }}
-
-
+ -->
{{ series.Description }}
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 a5891b4c..3286bdae 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -2168,6 +2168,7 @@ export default { let confirm = await this.$confirm(this.$t('trials:reading:confirm:changeStack')) if(!confirm) return false this.isFusion = false + this.fullScreenIndex = null this.setToolsPassive() } if (taskIndex === this.activeTaskIndex) return @@ -2243,6 +2244,7 @@ export default { this.rows = 1 this.cols = 1 this.activeViewportIndex = 0 + this.fullScreenIndex = null return this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(obj) } this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(obj) @@ -3062,6 +3064,7 @@ export default { display: flex; align-items: center; justify-content: center; + z-index: 1; } .cell_active { border-color: #fafa00!important; @@ -3069,6 +3072,7 @@ export default { .cell-full-screen { grid-column: 1 / -1; grid-row: 1 / -1; + z-index: 9; } } .form-wrapper {