diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue index a2355602..f861abf0 100644 --- a/src/views/none-dicom-show/index.vue +++ b/src/views/none-dicom-show/index.vue @@ -9,9 +9,9 @@
{{ study.CodeView }} - {{ - study.StudyName - }} + + {{ study.StudyName }} + {{ study.Modality }} {{ getBodyPart(study.BodyPart) }}
diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue b/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue index f1a86870..bb571f80 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue @@ -34,6 +34,7 @@ height="300" :row-class-name="tableRowClassName" @selection-change="handleSelectionChange" + :default-sort="{ prop: 'UploadedTime', order: 'descending' }" > @@ -78,6 +84,7 @@ @@ -85,6 +92,7 @@ @@ -92,6 +100,7 @@ @@ -103,9 +112,18 @@ + + @@ -44,6 +45,7 @@ :label="$t('trials:uploadedDicoms:table:studyId')" min-width="80" show-overflow-tooltip + sortable >