diff --git a/public/cease.html b/public/cease.html index 5498beee..2866a6b5 100644 --- a/public/cease.html +++ b/public/cease.html @@ -10,7 +10,7 @@ - EIC lmaging Trial Management System + RPC lmaging Trial Management System diff --git a/public/error.html b/public/error.html index f069d1bf..f099c6c8 100644 --- a/public/error.html +++ b/public/error.html @@ -31,7 +31,7 @@
- +
{{message}}
@@ -63,7 +63,7 @@

关于

- EIC lmaging Trial Management System + RPC lmaging Trial Management System

V1.3.0.001 diff --git a/public/errorEN.html b/public/errorEN.html index 5ae08f68..5684705e 100644 --- a/public/errorEN.html +++ b/public/errorEN.html @@ -31,7 +31,7 @@

- +
{{message}}
diff --git a/public/favicon.ico b/public/favicon.ico index 70e9d37f..a4181519 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/system.png b/src/assets/system.png index 2bbbb96c..66bc6a77 100644 Binary files a/src/assets/system.png and b/src/assets/system.png differ diff --git a/src/assets/zzlogo2.png b/src/assets/zzlogo2.png index 3cbd82a6..60f58923 100644 Binary files a/src/assets/zzlogo2.png and b/src/assets/zzlogo2.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 @@ diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue index 613efaf4..ca8c1926 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -40,9 +40,9 @@ @click.prevent="setToolActive('CircularEraser')">
-
+
{{ $t('trials:reading:Segmentations:title:Border') }} - +
@@ -143,7 +143,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}