From ef46e4cb08cdadc93b27ba88630f5be1d3db6cfe Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Dec 2025 17:13:31 +0800 Subject: [PATCH] =?UTF-8?q?mpr=E8=A7=86=E5=9B=BE=E6=97=B6=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E5=88=87=E6=8D=A2=E5=A4=9A=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3f905c82..a74a98da 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -3141,7 +3141,7 @@ export default { return typeof value === 'number' && value !== null && !isNaN(value) }, showPanel(e, toolName) { - if (toolName === 'layout' && this.isFusion) return false + if (toolName === 'layout' && (this.isFusion || this.isMPR)) return false e.currentTarget.firstChild.lastChild.style.display = 'block' }, toolMouseout(e) {