From 2986d43f392e1f4449e66654d8c3873c6e998366 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 22 Sep 2025 14:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E9=83=A8=E4=BD=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/downloadDicomAndNonedicom/index.vue | 4 ++-- .../trials-panel/reading/dicoms/components/DicomCanvas.vue | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/downloadDicomAndNonedicom/index.vue b/src/components/downloadDicomAndNonedicom/index.vue index ea96ff37..37163474 100644 --- a/src/components/downloadDicomAndNonedicom/index.vue +++ b/src/components/downloadDicomAndNonedicom/index.vue @@ -149,13 +149,13 @@ export default { open: null, downloadId: null, IsReadingTaskViewInOrder: 0, // 阅片规则 - bodyPart: [], + bodyPart: {}, modelTaskId: null, } }, async mounted() { this.getList() - this.bodyPart = await this.$getBodyPart(this.$route.query.trialId) + this.bodyPart.Bodypart = await this.$getBodyPart(this.$route.query.trialId) this.title = `Download Images:${this.SubjectCode}(${this.Criterion.TrialReadingCriterionName})` }, beforeDestroy() { diff --git a/src/views/trials/trials-panel/reading/dicoms/components/DicomCanvas.vue b/src/views/trials/trials-panel/reading/dicoms/components/DicomCanvas.vue index 6467350e..9cd34006 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/DicomCanvas.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/DicomCanvas.vue @@ -9,7 +9,8 @@ -
+
@@ -2128,6 +2129,10 @@ export default { cursor: pointer; } +.info-cd2 { + left: 35px; +} + .info-series { position: absolute; left: 10px;