From 590949e2072ec57f68ddba3f83d1e5e9a22696bf Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Wed, 25 Sep 2024 15:45:34 +0800
Subject: [PATCH] 1
---
.../reading/dicoms/components/IVUS/QuestionList.vue | 2 +-
.../reading/dicoms/components/OCT/QuestionList.vue | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
index 090aa2ff..d6563a17 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue
@@ -88,7 +88,7 @@
{{ `${$fd(q.DictionaryCode, parseInt(scope.row[q.Id]))}` }}
-
+ {{`${scope.row[q.Id]}`}}
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue
index 0375e356..b37d43d3 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue
@@ -84,6 +84,9 @@
{{ `${scope.row[q.Id]}${$fd('ValueUnit', parseInt(q.Unit))}` }}
+
+
+ {{ `${$fd(q.DictionaryCode, parseInt(scope.row[q.Id]))}` }}
{{ `${scope.row[q.Id]}` }}