diff --git a/public/favicon.ico b/public/favicon.ico index 70e9d37f..b412f742 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/login-bg.png b/src/assets/login-bg.png index 81a23c83..cfa260ab 100644 Binary files a/src/assets/login-bg.png and b/src/assets/login-bg.png differ diff --git a/src/assets/system.png b/src/assets/system.png index 2bbbb96c..915b9de1 100644 Binary files a/src/assets/system.png and b/src/assets/system.png differ diff --git a/src/components/Dicom/DicomCanvas.vue b/src/components/Dicom/DicomCanvas.vue index 596c4507..68d8a4c7 100644 --- a/src/components/Dicom/DicomCanvas.vue +++ b/src/components/Dicom/DicomCanvas.vue @@ -34,8 +34,8 @@
-
{{ series.subjectCode }}
-
{{ series.visitName }}
+
{{ series.subjectCode }}
+
{{ series.visitName }}
{{ stack.description }}
@@ -174,7 +174,8 @@ export default { orientationMarkers: [], originalMarkers: [], dcmTag: { visible: false, title: this.$t('trials:dicom-tag:title') }, - tip: '' + tip: '', + IsReadingTaskViewInOrder: 2 } }, @@ -182,6 +183,9 @@ export default { this.type = this.$router.currentRoute.query.type ? this.$router.currentRoute.query.type : '' + if (this.$router.currentRoute.query.IsReadingTaskViewInOrder) { + this.IsReadingTaskViewInOrder = Number(this.$router.currentRoute.query.IsReadingTaskViewInOrder) + } this.canvas = this.$refs.canvas this.canvas.addEventListener('cornerstonenewimage', this.onNewImage) this.canvas.addEventListener( diff --git a/src/components/downloadDicomAndNonedicom/index.vue b/src/components/downloadDicomAndNonedicom/index.vue index 7f08671f..98c5242b 100644 --- a/src/components/downloadDicomAndNonedicom/index.vue +++ b/src/components/downloadDicomAndNonedicom/index.vue @@ -33,7 +33,7 @@ + show-overflow-tooltip v-if="isReadingTaskViewInOrder !== 0" /> @@ -78,7 +78,7 @@ + :IsImageSegment="IsImageSegment" :Criterion="Criterion" :IsReadingTaskViewInOrder="isReadingTaskViewInOrder" /> diff --git a/src/views/research-mobile/components/EquipmentForm.vue b/src/views/research-mobile/components/EquipmentForm.vue index 80c83c8e..3b2c3d01 100644 --- a/src/views/research-mobile/components/EquipmentForm.vue +++ b/src/views/research-mobile/components/EquipmentForm.vue @@ -1,59 +1,107 @@