From af452bb04ee1ddbec9c939b116591c3b11b929b9 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 5 Mar 2025 13:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=E6=94=B9=E4=B8=BA=E5=8D=87?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../a5/a510475a0912f21efb3b36f41ecdfc3f783e4b6d.svn-base | 2 +- .../trials-panel/visit/crc-upload/components/studyInfo.vue | 2 +- .../visit/crc-upload/components/uploadDicomFiles2.vue | 2 +- .../visit/crc-upload/components/uploadNonDicomFiles.vue | 2 +- .../trials-panel/visit/qc-check/components/dicomFiles.vue | 2 +- .../visit/qc-check/components/qualityAssurance.vue | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.svn/pristine/a5/a510475a0912f21efb3b36f41ecdfc3f783e4b6d.svn-base b/.svn/pristine/a5/a510475a0912f21efb3b36f41ecdfc3f783e4b6d.svn-base index 6815c09f..e36d56d5 100644 --- a/.svn/pristine/a5/a510475a0912f21efb3b36f41ecdfc3f783e4b6d.svn-base +++ b/.svn/pristine/a5/a510475a0912f21efb3b36f41ecdfc3f783e4b6d.svn-base @@ -10516,7 +10516,7 @@ class BaseViewer { const pageNumber = this._currentPageNumber, state = this.#scrollModePageState, - viewer = this.viewer; + viewmr = this.viewer; viewer.textContent = ""; state.pages.length = 0; 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 f10eb7e0..4284dc7a 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,7 +34,7 @@ height="300" :row-class-name="tableRowClassName" @selection-change="handleSelectionChange" - :default-sort="{ prop: 'UploadedTime', order: 'descending' }" + :default-sort="{ prop: 'UploadedTime', order: 'ascending' }" > diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue index 486aecf7..91b9478d 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue @@ -26,7 +26,7 @@ @@ -269,7 +269,7 @@