From bcde358584620a42133a3e498fb93ca4bb8e0059 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 4 Mar 2025 16:16:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E6=A3=80=E6=9F=A5=E6=8E=92?=
=?UTF-8?q?=E5=BA=8F=E3=80=81=E5=AD=97=E7=AC=A6=E9=9B=86=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/fileRecord/form.vue | 0
.../visit/crc-upload/components/studyInfo.vue | 18 +++++++
.../components/uploadDicomFiles2.vue | 47 ++++++++++++++-----
.../components/uploadNonDicomFiles.vue | 19 +++++++-
.../visit/qc-check/components/dicomFiles.vue | 18 +++++++
.../qc-check/components/qualityAssurance.vue | 43 ++++++++++++++++-
6 files changed, 130 insertions(+), 15 deletions(-)
delete mode 100644 src/views/trials/trials-panel/trial-summary/trial-document/components/fileRecord/form.vue
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 @@
+
+