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