视频监测原数据管理原型

This commit is contained in:
何德超 2025-08-10 20:23:18 +08:00
parent b3778ec7c2
commit a1966feef6
1 changed files with 0 additions and 7 deletions

View File

@ -92,12 +92,8 @@
import { ref, reactive, computed, onMounted } from 'vue' import { ref, reactive, computed, onMounted } from 'vue'
import { Message } from '@arco-design/web-vue' import { Message } from '@arco-design/web-vue'
import type { TableColumnData } from '@arco-design/web-vue' import type { TableColumnData } from '@arco-design/web-vue'
<<<<<<< HEAD
import PreviewModal from './components/PreviewModal.vue' import PreviewModal from './components/PreviewModal.vue'
import rawData from './components/raw-data.vue' import rawData from './components/raw-data.vue'
=======
>>>>>>> 16743cfc7f885acdff70e08f20ddb7795d638a83
import { import {
getProjectList, getProjectList,
getTurbineList, getTurbineList,
@ -330,12 +326,9 @@ const getImageUrl = (imagePath: string): string => {
// //
const previewFile = (file: any) => { const previewFile = (file: any) => {
<<<<<<< HEAD
/* previewFileData.value = file /* previewFileData.value = file
previewModalVisible.value = true*/ previewModalVisible.value = true*/
=======
>>>>>>> 16743cfc7f885acdff70e08f20ddb7795d638a83
const fileObj = { const fileObj = {
id: file.id, id: file.id,
name: file.name, name: file.name,