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) => {