From 49dcab2a0e6e2b5a2de22a4256ec383b3b9ddb28 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 30 Apr 2024 12:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E6=B7=8B=E5=B7=B4=E7=BB=93=E9=9D=B6?= =?UTF-8?q?=E7=97=85=E7=81=B6=E7=8A=B6=E6=80=81=E8=87=AA=E5=8A=A8=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=E9=80=BB=E8=BE=91=E5=8F=8A=E8=82=BF=E7=98=A4=E5=AD=A6?= =?UTF-8?q?=E9=98=85=E7=89=87=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 ++-- .../trials/trials-panel/reading/oncology-review/index.vue | 6 ++++++ 2 files changed, 8 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 e356ffdf..c123bdff 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 @@ -856,8 +856,8 @@ export default { } } else { // 非淋巴结靶病灶 - if (lesionLength > 10) { - // 长径大于10mm,自动给“存在”状态 + if (lesionLength > 0) { + // 长径大于0,自动给“存在”状态 const stateId = this.getQuestionId(7) this.$set(this.questionForm, stateId, 0) } diff --git a/src/views/trials/trials-panel/reading/oncology-review/index.vue b/src/views/trials/trials-panel/reading/oncology-review/index.vue index 89ec83da..8438938d 100644 --- a/src/views/trials/trials-panel/reading/oncology-review/index.vue +++ b/src/views/trials/trials-panel/reading/oncology-review/index.vue @@ -213,6 +213,12 @@ show-overflow-tooltip width="200" /> +