From 7a91ccac80b4374e6d8e63cdde72c40c8fe5081b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 28 Nov 2025 10:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=8B=E5=B7=B4=E7=BB=93=E9=9D=9E=E9=9D=B6?= =?UTF-8?q?=E7=97=85=E7=81=B6=E5=92=8C=E6=B7=8B=E5=B7=B4=E7=BB=93=E6=96=B0?= =?UTF-8?q?=E7=97=85=E7=81=B6=E5=9C=A8=E7=8A=B6=E6=80=81=E4=B8=BA=E6=B6=88?= =?UTF-8?q?=E5=A4=B1=E6=97=B6=E4=B8=94=E9=95=BF=E7=9F=AD=E5=BE=84=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E6=A0=87=E5=87=86=E7=9A=84=E4=B8=8D=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/IRecist/QuestionForm.vue | 4 ++-- .../reading/dicoms/components/Lugano/QuestionForm.vue | 8 ++++---- .../dicoms/components/LuganoWithoutPET/QuestionForm.vue | 8 ++++---- .../reading/dicoms/components/Recist/QuestionForm.vue | 4 ++-- .../reading/dicoms3D/components/Recist/QuestionList.vue | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue index 1f3bfe5b..c1badfd8 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue @@ -1118,7 +1118,7 @@ export default { if (this.lesionType === 1 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) { // 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记! this.$confirm(this.$t('trials:reading:warnning:msg37'), { type: 'warning', @@ -1292,7 +1292,7 @@ export default { if (this.lesionType === 2 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) { // 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记! this.$confirm(this.$t('trials:reading:warnning:msg45'), { type: 'warning', 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 2d35316b..ce9b71e6 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 @@ -1389,9 +1389,9 @@ export default { if (this.lesionType === 1 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) { // 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记! - this.$confirm(this.$t('trials:reading:warnning:msg37'), { + this.$confirm(this.$t('trials:reading:warnning:lgmsg37'), { type: 'warning', showCancelButton: false, callback: action => { } @@ -1505,9 +1505,9 @@ export default { if (this.lesionType === 2 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) { // 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记! - this.$confirm(this.$t('trials:reading:warnning:msg45'), { + this.$confirm(this.$t('trials:reading:warnning:lgmsg45'), { 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 2d35316b..ce9b71e6 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 @@ -1389,9 +1389,9 @@ export default { if (this.lesionType === 1 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) { // 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记! - this.$confirm(this.$t('trials:reading:warnning:msg37'), { + this.$confirm(this.$t('trials:reading:warnning:lgmsg37'), { type: 'warning', showCancelButton: false, callback: action => { } @@ -1505,9 +1505,9 @@ export default { if (this.lesionType === 2 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionLength < 15)))) { // 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记! - this.$confirm(this.$t('trials:reading:warnning:msg45'), { + this.$confirm(this.$t('trials:reading:warnning:lgmsg45'), { type: 'warning', showCancelButton: false, callback: action => { } diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue index 8afa776a..27e52181 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue @@ -1068,7 +1068,7 @@ export default { if (this.lesionType === 1 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) { // 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记! this.$confirm(this.$t('trials:reading:warnning:msg37'), { type: 'warning', @@ -1184,7 +1184,7 @@ export default { if (this.lesionType === 2 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.type === 'ArrowAnnotate' || measureData.type === 'Bidirectional'))) { + if (!(measureData && (measureData.type === 'ArrowAnnotate' || (measureData.type === 'Bidirectional' && lesionShort < 10)))) { // 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记! this.$confirm(this.$t('trials:reading:warnning:msg45'), { type: 'warning', diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue index 8640080a..13bf30bf 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue @@ -1126,7 +1126,7 @@ export default { if (lesionType === 1 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) { + if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || (measureData.markTool === 'Bidirectional' && lesionShort < 10)))) { // 评估状态为消失的淋巴结非靶病灶需使用箭头工具添加标记! this.$confirm(this.$t('trials:reading:warnning:msg37'), { type: 'warning', @@ -1242,7 +1242,7 @@ export default { if (lesionType === 2 && lesionState === 3) { if (lymphNodes === 1) { // 淋巴结靶病灶 必须使用长短径测量工具、箭头工具 - if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || measureData.markTool === 'Bidirectional'))) { + if (!(measureData && (measureData.markTool === 'ArrowAnnotate' || (measureData.markTool === 'Bidirectional' && lesionShort < 10)))) { // 评估状态为消失的淋巴结新病灶需使用箭头工具添加标记! this.$confirm(this.$t('trials:reading:warnning:msg45'), { type: 'warning',