视频监测原数据管理原型
This commit is contained in:
parent
b3778ec7c2
commit
a1966feef6
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue