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() }