diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/components/fileRecord/form.vue b/src/views/trials/trials-panel/trial-summary/trial-document/components/fileRecord/form.vue
deleted file mode 100644
index e69de29b..00000000
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..aebc1f3f 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
>
{{ getBodyPart(scope.row.BodyPartForEdit) }}
@@ -120,6 +126,7 @@
:label="$t('trials:uploadedDicoms:table:seriesCount')"
min-width="100"
show-overflow-tooltip
+ sortable
/>
{{
@@ -149,6 +158,15 @@
:label="$t('trials:uploadedDicoms:table:uploadedTime')"
min-width="80"
show-overflow-tooltip
+ sortable
+ />
+
+
`
- this.$alert(
- content,
- '',
- {
- confirmButtonText: this.$t(
- 'trials:uploadDicomList:label:confirm'
- ),
- dangerouslyUseHTMLString: true,
- callback: (action) => {},
- }
- )
+ this.$alert(content, '', {
+ confirmButtonText: this.$t(
+ 'trials:uploadDicomList:label:confirm'
+ ),
+ dangerouslyUseHTMLString: true,
+ callback: (action) => {},
+ })
this.btnLoading = false
}
var results = []
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 839eae49..486aecf7 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
@@ -23,27 +23,35 @@
-
+
{{ getBodyPart(scope.row.BodyPart) }}
@@ -53,6 +61,7 @@
{{ moment(scope.row.ImageDate).format('YYYY-MM-DD') }}
@@ -174,6 +184,13 @@
+
+
diff --git a/src/views/trials/trials-panel/visit/qc-check/components/dicomFiles.vue b/src/views/trials/trials-panel/visit/qc-check/components/dicomFiles.vue
index 295c47f3..fc6542b7 100644
--- a/src/views/trials/trials-panel/visit/qc-check/components/dicomFiles.vue
+++ b/src/views/trials/trials-panel/visit/qc-check/components/dicomFiles.vue
@@ -19,6 +19,7 @@
height="300"
:row-class-name="tableRowClassName"
@selection-change="handleSelectionChange"
+ :default-sort="{ prop: 'UploadedTime', order: 'descending' }"
>
@@ -51,15 +53,18 @@
v-if="relationInfo.IsShowStudyName"
prop="StudyName"
:label="$t('trials:audit:table:StudyName')"
+ sortable
/>
{{ getBodyPart(scope.row.BodyPartForEdit) }}
@@ -78,6 +84,7 @@
:label="$t('trials:audit:table:seriesCount')"
min-width="100"
show-overflow-tooltip
+ sortable
/>
{{ moment(scope.row.StudyTime).format('YYYY-MM-DD') }}
@@ -103,6 +112,15 @@
:label="$t('trials:audit:table:studyUploadTime')"
min-width="80"
show-overflow-tooltip
+ sortable
+ />
+
+
{{ $t('trials:audit:title:series') }}
-
+
@@ -281,12 +298,21 @@
+
+
{{ getBodyPart(scope.row.BodyPart) }}
@@ -435,6 +467,7 @@
+
+