diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue index 3cf9a747..b957a983 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue @@ -122,9 +122,16 @@ - - {{ val.trim() }} - + + - - {{ item.trim() }} - + + - - {{ val }} - + + - - {{ item.trim() }} - + + diff --git a/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue b/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue index bce65d3d..1616a5d4 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue @@ -91,7 +91,7 @@ export default { if (this.studyList.length === 0) return this.$nextTick(() => { this.activeStudy(this.studyList[0].Id) - this.selectFile(this.studyList[0], 0, 0) + this.selectFile(this.studyList[0], 0, 0, this.studyList[0].NoneDicomStudyFileList[0]) }) }, // 切换文件