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 @@ + + + \ 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") }} - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
-
+ :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