diff --git a/src/views/trials/trials-panel/trial-summary/download-record/index.vue b/src/views/trials/trials-panel/trial-summary/download-record/index.vue
new file mode 100644
index 0000000..2b5202c
--- /dev/null
+++ b/src/views/trials/trials-panel/trial-summary/download-record/index.vue
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("common:button:search") }}
+
+
+
+ {{ $t("common:button:reset") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.VisitImageZipSize && scope.row.VisitImageZipSize > 0
+ ? `${Math.ceil(scope.row.VisitImageZipSize / 1024 / 1024)}MB`
+ : 0
+ }}
+
+
+
+
+
+
+
+
+
+
+