From c1a9e848b0516ace804b77345b99f8db7872aadb Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 23 Feb 2024 12:59:42 +0800 Subject: [PATCH] =?UTF-8?q?lugano=E7=97=85=E7=81=B6=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0ca86fd8..1e52c47a 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 @@ -528,8 +528,8 @@ export default { } if (this.answers.SplitOrMergeLesionName && parseInt(this.answers.SplitOrMergeType) === 0) { arr.push(`(Split from ${this.answers.SplitOrMergeLesionName})`) - } else if (this.answers.MeltingInToLesionMarks && parseInt(this.answers.SplitOrMergeType) === 1) { - arr.push(`(Merge to ${this.answers.MeltingInToLesionMarks})`) + } else if (this.answers.SplitOrMergeLesionName && parseInt(this.answers.SplitOrMergeType) === 1) { + arr.push(`(Merge to ${this.answers.SplitOrMergeLesionName})`) } return arr.join(' ') },