From 5ec5eda344a0bfc9bfa9ef3b222eab91db105d23 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 8 Dec 2025 16:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90lugano2014=E3=80=91=E6=B6=88=E5=A4=B1?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=8F=AF=E4=BD=BF=E7=94=A8=E7=9A=84=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionForm.vue | 8 ++++---- .../dicoms/components/LuganoWithoutPET/QuestionForm.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 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 ce9b71e6..0d990f34 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 @@ -1212,8 +1212,8 @@ export default { // 靶病灶且状态为消失(3) if (this.lesionType === 0 && lesionState === 3) { if (lymphNodes === 1) { - // 淋巴结靶病灶 使用箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + // 淋巴结靶病灶 使用箭头工具 measureData.type === 'ArrowAnnotate' || + if (!(measureData && (measureData.type === 'Bidirectional'))) { // 评估状态为消失的淋巴结靶病灶需使用箭头工具或长短径工具添加标记! this.$confirm(this.$t('trials:lugano:message:validState5'), { type: 'warning', @@ -1244,9 +1244,9 @@ export default { // } } else { // 非淋巴结靶病灶 箭头工具 - if (!(measureData && measureData.type === 'ArrowAnnotate')) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { // 评估状态为消失的非淋巴结靶病灶只能使用箭头工具添加标记! - this.$confirm(this.$t('trials:reading:warnning:msg30'), { + this.$confirm(this.$t('trials:lugano:warnning:validState7'), { type: 'warning', showCancelButton: false, callback: action => { } diff --git a/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue index ce9b71e6..0d990f34 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/LuganoWithoutPET/QuestionForm.vue @@ -1212,8 +1212,8 @@ export default { // 靶病灶且状态为消失(3) if (this.lesionType === 0 && lesionState === 3) { if (lymphNodes === 1) { - // 淋巴结靶病灶 使用箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + // 淋巴结靶病灶 使用箭头工具 measureData.type === 'ArrowAnnotate' || + if (!(measureData && (measureData.type === 'Bidirectional'))) { // 评估状态为消失的淋巴结靶病灶需使用箭头工具或长短径工具添加标记! this.$confirm(this.$t('trials:lugano:message:validState5'), { type: 'warning', @@ -1244,9 +1244,9 @@ export default { // } } else { // 非淋巴结靶病灶 箭头工具 - if (!(measureData && measureData.type === 'ArrowAnnotate')) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { // 评估状态为消失的非淋巴结靶病灶只能使用箭头工具添加标记! - this.$confirm(this.$t('trials:reading:warnning:msg30'), { + this.$confirm(this.$t('trials:lugano:warnning:validState7'), { type: 'warning', showCancelButton: false, callback: action => { }