diff --git a/src/views/assetManage/errorLog/index.vue b/src/views/assetManage/errorLog/index.vue new file mode 100644 index 0000000..8d2fda2 --- /dev/null +++ b/src/views/assetManage/errorLog/index.vue @@ -0,0 +1,285 @@ + + + + + diff --git a/src/views/assetManage/inOutLog/index.vue b/src/views/assetManage/inOutLog/index.vue index 60da3e1..4b81ed8 100644 --- a/src/views/assetManage/inOutLog/index.vue +++ b/src/views/assetManage/inOutLog/index.vue @@ -1,7 +1,7 @@ @@ -255,7 +290,9 @@ export default { ], query: { status: '' - } + }, + hkVideoVisible: false, + videoUrl: '' } }, computed: { @@ -325,6 +362,17 @@ export default { // 关闭弹框前的操作 [CRUD.HOOK.beforeAddCancel](crud) { }, + handleViewVideo(data) { + const videoId = data.videoId + this.hkVideoVisible = true + // 测试用 + // this.videoUrl = this.baseApi + '/api/minio/video/play?fileName=ceshi20260602video.mp4' + this.videoUrl = this.baseApi + '/api/minio/video/play?fileName=' + videoId + }, + handleClose() { + this.hkVideoVisible = false + this.videoUrl = '' + }, searchChange(val) { // 切换类型时清空关键词 this.keyWord = '' @@ -414,20 +462,6 @@ export default {