From 1ef1d4f3034fdd38045619bfdd804a346516022b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 5 Mar 2025 10:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=8E=A7dicom=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=92=8C=E4=B8=8A=E4=BC=A0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qc-check/components/qualityAssurance.vue | 29 +++++++++++++++---- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index a14c983e..ccdd18ac 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -98,6 +98,7 @@ :data="studyList" :row-class-name="tableRowClassName" @selection-change="handleSelectionChangeDicom" + :default-sort="{ prop: 'UploadedTime', order: 'descending' }" > @@ -212,6 +213,22 @@ }} + + + + - - +