diff --git a/src/components/Dicom/DicomCanvas.vue b/src/components/Dicom/DicomCanvas.vue index 857da1d..b5f9304 100644 --- a/src/components/Dicom/DicomCanvas.vue +++ b/src/components/Dicom/DicomCanvas.vue @@ -400,7 +400,7 @@ export default { this.dicomInfo.zoom = viewport.scale.toFixed(4) var data = e.detail.image.data const position = data.string('x00201041') - this.dicomInfo.location = parseFloat(position).toFixed(2) + this.dicomInfo.location = position }, getOrientationMarker(element) { const enabledElement = cornerstone.getEnabledElement(element) diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index be42c98..f209555 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -113,9 +113,9 @@
-
{{$t('trials:reading:button:layout')}}
+
{{ $t('trials:reading:button:layout') }}
- + - + @@ -275,7 +275,7 @@
{{ $t('trials:dicom-show:color') }}
- +