diff --git a/src/views/none-dicom-show/components/image-viewer.vue b/src/views/none-dicom-show/components/image-viewer.vue index a9718f07..92ec89b6 100644 --- a/src/views/none-dicom-show/components/image-viewer.vue +++ b/src/views/none-dicom-show/components/image-viewer.vue @@ -1,13 +1,19 @@ /* eslint-disable no-unused-vars */ diff --git a/src/views/none-dicom-show/components/preview.vue b/src/views/none-dicom-show/components/preview.vue index 327c2279..7eedf98e 100644 --- a/src/views/none-dicom-show/components/preview.vue +++ b/src/views/none-dicom-show/components/preview.vue @@ -1,6 +1,5 @@ diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue index e605daad..8eb0044f 100644 --- a/src/views/none-dicom-show/index.vue +++ b/src/views/none-dicom-show/index.vue @@ -9,6 +9,9 @@
{{ study.CodeView }} + {{ + study.StudyName + }} {{ study.Modality }} {{ getBodyPart(study.BodyPart) }}
@@ -45,7 +48,7 @@ -
+
+
+ +
+ + + {{ item.label }} + + + + + + + + + +
+ + {{ + showMore + ? $t('trials:logincCfg:button:packUp') + : $t('trials:logincCfg:button:more') + }} +
+
{{ $t('common:button:terminology') }} @@ -748,6 +805,121 @@ :visible.sync="terminologyVisible" :DATA.sync="form.TrialObjectNameList" /> + +
+ + {{ $t('common:button:add') }} + + + + + + + +
+ +
+ + + + +