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 @@ }} + + + + - - +