From 16c0e84ca0f513a07990c09d7e9cd53b5ca8c46e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 14 Jan 2026 16:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/customize/QuestionFormItem.vue | 26 ++++++++++++++----- .../customize/QuestionTableFormItem.vue | 26 ++++++++++++++----- .../visit-review/components/StudyList.vue | 2 +- 3 files changed, 41 insertions(+), 13 deletions(-) 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]) }) }, // 切换文件