diff --git a/src/api/load.js b/src/api/load.js
index 91981151..d2532d31 100644
--- a/src/api/load.js
+++ b/src/api/load.js
@@ -8,11 +8,11 @@ export function requestPackageAndAnonymizImage(params) {
})
}
// 获取影像上传列表
-export function getSubjectImageUploadList(params) {
+export function getSubjectImageUploadList(data) {
return request({
url: '/DownloadAndUpload/getSubjectImageUploadList',
- method: 'get',
- params
+ method: 'post',
+ data
})
}
// 预上传
diff --git a/src/components/uploadDicomAndNonedicom/dicomFile.vue b/src/components/uploadDicomAndNonedicom/dicomFile.vue
index 78f81af3..ef54efa9 100644
--- a/src/components/uploadDicomAndNonedicom/dicomFile.vue
+++ b/src/components/uploadDicomAndNonedicom/dicomFile.vue
@@ -3,38 +3,48 @@
{{ $t('upload:dicom:title') }}
-
- {{ $t('upload:dicom:button:upload') }}
-
-
- {{ $t('upload:dicom:button:preview') }}
-
-
- {{ $t('upload:dicom:button:delete') }}
-
+
-
-
+
+
-
+
-
+
0
-
+
-
-
-
-
+ prop="UploadStudyList"
+ :label="$t('upload:dicom:table:uploadStudyListNum')"
+ >
+ {{
+ scope.row.UploadStudyList && Array.isArray(scope.row.UploadStudyList)
+ ? scope.row.UploadStudyList.length
+ : 0
+ }}
+
-
-
-
-
+
-
+
+ {{ $t('upload:dicom:uploadTitle') }}
+
-
@@ -238,11 +278,6 @@
min-width="150"
show-overflow-tooltip
>
-
+
\ No newline at end of file
diff --git a/src/components/uploadDicomAndNonedicom/index.vue b/src/components/uploadDicomAndNonedicom/index.vue
index 67bad8bc..0d3dbe92 100644
--- a/src/components/uploadDicomAndNonedicom/index.vue
+++ b/src/components/uploadDicomAndNonedicom/index.vue
@@ -12,7 +12,11 @@
:label="$t('uploadDicomAndNonedicom:label:dicom')"
name="dicom"
>
-
+