From 2f26c6e3bcaf67eb7c63a869d87360320a3af49f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 17 Jan 2024 13:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=97=85=E7=81=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=8B=B1=E6=96=87=E7=95=8C=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Lugano/QuestionForm.vue | 3 +-- .../reading/dicoms/components/Lugano/QuestionList.vue | 2 +- .../trials-panel/reading/dicoms/components/Questions.vue | 4 ++-- 3 files changed, 4 insertions(+), 5 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 2faf5440..531f31f5 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 @@ -192,7 +192,7 @@ v-if="answers.OtherPicturePath" label="SUV测量截图" /> -
+
-
-
+
{{ item.TableQuestions.Answers[i].lesionLength }}*{{ item.TableQuestions.Answers[i].lesionShort }}m㎡ diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue index f64da557..efb69398 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue @@ -136,7 +136,7 @@ export default { } this.measurements.push(i) }) - if (this.readingTaskState < 2 && !this.isBaseLineTask && isChangeVisitTask) { + if (!this.isBaseLineTask && isChangeVisitTask) { const { Result } = await getSplenicVerify(visitTaskId) this.spleenInfo = Result } @@ -173,7 +173,7 @@ export default { } // this.questions = questions } - if (this.spleenLengthId) { + if (this.spleenLengthId && this.spleenInfo) { this.calculateSpleenStatus = this.setSpleenStatus(this.questionForm[this.spleenLengthId]) this.setSpleenCommentDisplay() }