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 */ - + - + - {{ `${index+1} / ${urlList.length}` }} + {{ `${index + 1} / ${urlList.length}` }} @@ -38,37 +44,46 @@ - - + + - - + + + - - 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 @@ - - + 暂无数据 - - - - {{ `${index+1}` }} - - + + + + + {{ `${index + 1}` }} + + + 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') }} + + + + + + + {{ + isEN ? scope.row.EnName : scope.row.Name + }} + + + + + + + + + + + + + + + + + + + + + + + {{ $t('common:button:confirm') }} + + + {{ $t('common:button:cancel') }} + + +
- {{ `${index+1}` }} -
+ {{ `${index + 1}` }} +