diff --git a/src/components/uploadImage/components/study-view.vue b/src/components/uploadImage/components/study-view.vue
new file mode 100644
index 00000000..8cb60683
--- /dev/null
+++ b/src/components/uploadImage/components/study-view.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/uploadImage/components/upload-list.vue b/src/components/uploadImage/components/upload-list.vue
new file mode 100644
index 00000000..9abdf010
--- /dev/null
+++ b/src/components/uploadImage/components/upload-list.vue
@@ -0,0 +1,683 @@
+
+
+
{{
+ $t("trials:uploadImage:button:uploadTableTitle")
+ }}
+
+
+
+
+
+ {{ $t("trials:uploadImage:button:selectFolder") }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("trials:uploadImage:table:studyDetail1") }}
+ {{ $t("trials:uploadImage:table:studyDetail2") }}
+ {{ $t("trials:uploadedDicoms:table:studyDate") }}
+
+ {{ $t("trials:uploadImage:table:studyInfo") }}
+
+
+
+
+
+
+
+ Acc:
+ {{ scope.row.dicomInfo.AccessionNumber || "N/A" }}
+
+
+
+
+ {{ scope.row.dicomInfo.Modalities.join("、") }},
+
+ N/A,
+
+
+ {{ scope.row.SeriesInstanceUidList.length }} Series,
+
+ N/A,
+
+
+ {{ scope.row.count }} Instances
+
+ N/A
+
+
+
+
+
+
+ {{ scope.row.dicomInfo.seriesBodyPartExamined }},
+
+ N/A,
+
+
+
+ {{ scope.row.dicomInfo.StudyDescription }}
+ N/A
+
+
+
+ {{ scope.row.dicomInfo.StudyTime }}
+
+
+
+
+
+
+
+
+
+ {{ $t("trials:uploadImage:table:pId") }}
+ {{ $t("trials:uploadImage:table:patientName") }}
+ {{ $t("trials:uploadImage:table:pInfo") }}
+
+ {{ $t("trials:uploadImage:table:patientInfo") }}
+
+
+
+
+
+ PID: {{ scope.row.dicomInfo.PatientId }}
+ N/A
+
+
+
+ {{ scope.row.dicomInfo.PatientName || "N/A" }}
+
+
+
+
+ {{ scope.row.dicomInfo.PatientSex || "N/A" }},
+
+
+
+ {{ scope.row.dicomInfo.PatientAge || "N/A" }},
+
+
+
+ {{ scope.row.dicomInfo.PatientBirthDate || "N/A" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $fd("UploadStatus", scope.row.status) }}
+
+
+
+
+
+ {{
+ `${scope.row.count} /${scope.row.successCount} / ${scope.row.failCount}`
+ }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/uploadImage/index.vue b/src/components/uploadImage/index.vue
index e2ce78b2..c065d92a 100644
--- a/src/components/uploadImage/index.vue
+++ b/src/components/uploadImage/index.vue
@@ -75,294 +75,24 @@
- {{
- $t("trials:uploadImage:button:uploadTableTitle")
- }}
-
-
-
-
-
- {{ $t("trials:uploadImage:button:selectFolder") }}
-
-
-
-
-
-
-
-
-
-
-
- {{ $t("trials:uploadImage:table:studyDetail1") }}
- {{ $t("trials:uploadImage:table:studyDetail2") }}
- {{ $t("trials:uploadedDicoms:table:studyDate") }}
-
- {{ $t("trials:uploadImage:table:studyInfo") }}
-
-
-
-
-
-
-
- Acc:
- {{ scope.row.dicomInfo.AccessionNumber || "N/A" }}
-
-
-
-
- {{ scope.row.dicomInfo.Modalities.join("、") }},
-
- N/A,
-
-
- {{ scope.row.SeriesInstanceUidList.length }} Series,
-
- N/A,
-
-
- {{ scope.row.count }} Instances
-
- N/A
-
-
-
-
-
-
- {{ scope.row.dicomInfo.seriesBodyPartExamined }},
-
- N/A,
-
-
-
- {{ scope.row.dicomInfo.StudyDescription }}
- N/A
-
-
-
- {{ scope.row.dicomInfo.StudyTime }}
-
-
-
-
-
-
-
-
-
- {{ $t("trials:uploadImage:table:pId") }}
- {{ $t("trials:uploadImage:table:patientName") }}
- {{ $t("trials:uploadImage:table:pInfo") }}
-
- {{ $t("trials:uploadImage:table:patientInfo") }}
-
-
-
-
-
- PID: {{ scope.row.dicomInfo.PatientId }}
- N/A
-
-
-
- {{ scope.row.dicomInfo.PatientName || "N/A" }}
-
-
-
-
- {{ scope.row.dicomInfo.PatientSex || "N/A" }},
-
-
-
- {{ scope.row.dicomInfo.PatientAge || "N/A" }},
-
-
-
- {{ scope.row.dicomInfo.PatientBirthDate || "N/A" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $fd("UploadStatus", scope.row.status) }}
-
-
-
-
-
- {{
- `${scope.row.count} /${scope.row.successCount} / ${scope.row.failCount}`
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ :StudyInstanceUidList="StudyInstanceUidList"
+ :SopInstanceUidList="SopInstanceUidList"
+ @getList="getList"
+ />
+
@@ -947,7 +238,4 @@ label {
padding-top: 15px;
}
}
-.colorOfRed {
- color: #f44336;
-}
\ No newline at end of file
diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue
index 082a8545..ee83bc71 100644
--- a/src/views/trials/trials-layout/components/trialsNavbar.vue
+++ b/src/views/trials/trials-layout/components/trialsNavbar.vue
@@ -46,6 +46,12 @@
{{ $t('trials:trials-myinfo:title:accountInfo') }}
+
+ {{ $t("trials:trials-myinfo:title:system") }}
{{ $t('trials:trials-myinfo:button:loginout') }}
@@ -108,6 +114,9 @@ export default {
case '4-3':
this.logout()
break
+ case "4-4":
+ this.go("/system");
+ break;
case '1':
this.go('/trials/trials-workbench')
break