From 5bb0479f4503496bf9b99c5987057074f43a70c5 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 28 May 2024 11:15:52 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=80=BB=E8=A7=88=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E4=B8=8B=E8=BD=BD=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trial-summary/download-record/index.vue | 251 ++++++++++++++++++
1 file changed, 251 insertions(+)
create mode 100644 src/views/trials/trials-panel/trial-summary/download-record/index.vue
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
+ }}
+
+
+
+
+
+
+
+
+
+
+