From 821475b7d68985650f33f3efe783f1cbc9e9076d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 5 Mar 2025 09:51:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E3=80=81=E5=AD=97=E7=AC=A6=E9=9B=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/none-dicom-show/index.vue | 6 +-- .../visit/crc-upload/components/studyInfo.vue | 20 +++++++- .../components/uploadDicomFiles2.vue | 51 +++++++++++++------ .../components/uploadNonDicomFiles.vue | 20 +++++++- .../visit/qc-check/components/dicomFiles.vue | 18 +++++++ .../qc-check/components/qualityAssurance.vue | 47 +++++++++++++++-- 6 files changed, 138 insertions(+), 24 deletions(-) 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 >