From ac6be424ee8d6f58768582077b65cf19b0669dce Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 13 May 2026 15:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E5=8F=A3=E4=B8=BA=E5=8D=95=E8=A7=86?= =?UTF-8?q?=E5=8F=A3=E4=B8=94=E4=B8=8D=E5=9C=A8mpr=E3=80=81=E8=9E=8D?= =?UTF-8?q?=E5=90=88=E6=A8=A1=E5=BC=8F=E6=97=B6=E5=8F=8C=E5=87=BB=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E8=A7=86=E5=8F=A3=E5=8A=9F=E8=83=BD=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/reading/dicoms3D/components/ReadPage.vue | 1 + 1 file changed, 1 insertion(+) 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 d39f18ac..63289708 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -3426,6 +3426,7 @@ export default { }, // 切换全屏 async toggleFullScreen(e, index) { + if (!this.isMPR && !this.isFusion && this.cells.length <= 1) return false if (this.isDelay && (this.readingTool === 3 || this.isMPR)) return false if (this.readingTool === 3 && this.isMPR) return false if (this.readingTool === 3) {