From 7bebb8900ea6fb01e7911a85f8a2067acd4e652d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 22 Dec 2025 17:10:52 +0800 Subject: [PATCH] 1 --- .../reading/dicoms/components/Lugano/QuestionForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue index 0d990f34..f263ae25 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue @@ -1244,7 +1244,7 @@ export default { // } } else { // 非淋巴结靶病灶 箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate'))) { // 评估状态为消失的非淋巴结靶病灶只能使用箭头工具添加标记! this.$confirm(this.$t('trials:lugano:warnning:validState7'), { type: 'warning',