From ec4141530505928c23b902dfdbb413dd94995ccf Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 29 Apr 2024 11:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E7=8A=B6=E6=80=81=E4=B8=BA?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=E6=B7=8B=E5=B7=B4=E7=BB=93=E9=9D=B6?= =?UTF-8?q?=E7=97=85=E7=81=B6=E4=BF=9D=E5=AD=98=E9=AA=8C=E8=AF=81=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=94=B9?= 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 da2c5aee..e356ffdf 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 @@ -1268,8 +1268,8 @@ export default { return } } else { - // 非淋巴结靶病灶 直径测量工具 - if (!(measureData && measureData.type === 'Bidirectional' && lesionLength > 10)) { + // 非淋巴结靶病灶 长短径测量工具 + if (!(measureData && measureData.type === 'Bidirectional')) { // 状态为“存在”的非淋巴结靶病灶,长径应大于10 mm,请使用长短径测量工具添加标记。 this.$confirm(this.$t('trials:lugano:message:validState4'), { type: 'warning',