{{ v.currentFileName }}
- {{ `${ v.currentImageIdIndex + 1 } / ${ v.imageIds.length }` }}
+ {{ `${v.currentImageIdIndex + 1} / ${v.imageIds.length}` }}
+ {{ tip[index] }}
{{ `Zoom: ${v.zoomText}` }}
@@ -226,7 +227,11 @@ export default {
tools: [],
viewportInfos: [],
activeCanvasIndex: 0,
- serie: {}
+ serie: {},
+ tip: [
+ this.$t('DicomViewer:anonymous:after'),
+ this.$t('DicomViewer:anonymous:before')
+ ]
}
},
computed: {
diff --git a/src/views/none-dicoms/index.vue b/src/views/none-dicoms/index.vue
index 6c06135f..6ea4a375 100644
--- a/src/views/none-dicoms/index.vue
+++ b/src/views/none-dicoms/index.vue
@@ -10,8 +10,8 @@
-
+