From b2645f64238b08490f70c33cff596b762713b6e0 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 12 May 2025 15:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E9=9A=8F=E8=AE=BF=E5=88=87=E5=88=B0?= =?UTF-8?q?=E5=9F=BA=E7=BA=BF=E5=86=8D=E5=88=87=E5=88=B0=E9=9A=8F=E8=AE=BF?= =?UTF-8?q?=EF=BC=8C=E6=B5=8B=E9=87=8F=E5=B7=A5=E5=85=B7=E4=BC=9A=E8=A2=AB?= =?UTF-8?q?=E7=A6=81=E7=94=A8=EF=BC=8C=E5=BD=93=E5=89=8D=E8=AE=BF=E8=A7=86?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 6 +++++- 1 file changed, 5 insertions(+), 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 0da8dbf4..39c318f5 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1836,7 +1836,11 @@ export default { this.setToolEnabled() } } else { - if (this.criterionType === 0) return + if (this.criterionType === 0) { + this.tools[i].isDisabled = false + e.target.style.cursor = 'pointer' + return + } const obj = this.$refs[`ecrf_${this.lastViewportTaskId}`][0].validTool(toolName, true) this.tools[i].disabledReason = obj.reason if (!obj.isCanActiveTool) {