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) {