From fa0c3979f9e08bc77b00098ca7ac9b93994291b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Thu, 4 Jun 2026 16:53:33 +0800 Subject: [PATCH] fix: Fix the title of the video file and other file --- .../execution-detail-card/index.vue | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/ui/src/components/execution-detail-card/index.vue b/ui/src/components/execution-detail-card/index.vue index f163b40c7a3..c005b4dbb69 100644 --- a/ui/src/components/execution-detail-card/index.vue +++ b/ui/src/components/execution-detail-card/index.vue @@ -90,6 +90,11 @@ fit="cover" style="width: 40px; height: 40px; display: block" class="border-r-6" + :preview-src-list="data.image_list.map((img: any) => img.url)" + :initial-index="i" + :zoom-rate="1.2" + :max-scale="7" + :min-scale="0.2" /> @@ -109,7 +114,7 @@
-

{{ $t('common.fileUpload.image') }}:

+

{{ $t('common.fileUpload.video') }}:

+ - + @@ -896,6 +921,9 @@ fit="cover" style="width: 40px; height: 40px; display: block" class="border-r-6" + :zoom-rate="1.2" + :max-scale="7" + :min-scale="0.2" />
@@ -907,6 +935,11 @@ fit="cover" style="width: 40px; height: 40px; display: block" class="border-r-6" + :preview-src-list="data.last_frame_url.map((img: any) => img.url)" + :initial-index="i" + :zoom-rate="1.2" + :max-scale="7" + :min-scale="0.2" />