From e47b8d354e41c5b48ee47e3a1ba03e66bfd3ac2a Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Tue, 23 Jun 2026 08:44:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BC=98=E5=8C=96=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=B8=ADvideoname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fileList/list.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/fileList/list.vue b/src/views/fileList/list.vue index be7fe26..688c78c 100644 --- a/src/views/fileList/list.vue +++ b/src/views/fileList/list.vue @@ -74,7 +74,7 @@
@@ -109,6 +109,7 @@ const multiple = ref(true); const total = ref(0); const monitorVideoUrl = ref(); const downloadUrl = ref(); +const videoName = ref('录像文件'); const queryFormRef = ref(); const demoFormRef = ref(); @@ -218,6 +219,7 @@ const handlePlay = async (row?: any) => { return; } monitorVideoUrl.value = row.videoUrl; + videoName.value = row.videoName; dialog.visible = true; }; const handleDown = async (row?: any) => {