From dd1bb5e756d7dbebf0140deb8e2510c1cbbd81db Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 17 七月 2024 11:20:49 +0800
Subject: [PATCH] 工单阈值字段定义,菜单样式回滚
---
src/views/system/data-manage/data-detail/list.js | 704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 702 insertions(+), 2 deletions(-)
diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js
index c75e138..3648368 100644
--- a/src/views/system/data-manage/data-detail/list.js
+++ b/src/views/system/data-manage/data-detail/list.js
@@ -1,4 +1,4 @@
-export const tableColumn = [
+export const videoData = [
{
title: '骞冲彴鍦ㄧ嚎',
columns: [
@@ -28,5 +28,705 @@
prop: 'notUniqueDataNumber'
},
]
+ },
+ {
+ title: '涓�鏈轰竴妗�',
+ columns: [
+ {
+ label: '鍗″彛鍚嶇О',
+ align: 'center',
+ prop: 'bayonetName',
+ },
+ {
+ label: '鍗″彛缂栧彿',
+ align: 'center',
+ prop: 'bayonetNumber'
+ },
+ {
+ label: '杩囪溅鏁版嵁閲�',
+ align: 'center',
+ prop: 'vehicleDataNumber'
+ },
+ {
+ label: '涓嶅敮涓�鏁版嵁',
+ align: 'center',
+ prop: 'notUniqueData'
+ },
+ {
+ label: '涓嶅敮涓�鏁版嵁閲�',
+ align: 'center',
+ prop: 'notUniqueDataNumber'
+ },
+ ]
+ },
+ {
+ title: "鐐逛綅鍦ㄧ嚎",
+ columns: [
+ {
+ label: "琛屾斂鍖哄垝缂栫爜",
+ align: "center",
+ prop: "arealayernoCode"
+ },
+ {
+ label: "琛屾斂鍖哄垝鍚嶇О",
+ align: "center",
+ prop: "arealayernoName"
+ },
+ {
+ label: "璇婃柇鏃ユ湡",
+ align: "center",
+ prop: "diagDate"
+ },
+ {
+ label: "缁熻绾害",
+ align: "center",
+ prop: "dim"
+ },
+ {
+ label: "icmp绂荤嚎鏁�",
+ align: "center",
+ prop: "icmpOfflineNum"
+ },
+ {
+ label: "icmp鍦ㄧ嚎鏁�",
+ align: "center",
+ prop: "icmpOnlineNum"
+ },
+ {
+ label: "icmp鍦ㄧ嚎鐜�",
+ align: "center",
+ prop: "icmpOnlineRate"
+ },
+ {
+ label: "icmp璇婃柇鎬绘暟",
+ align: "center",
+ prop: "icmpTotalNum"
+ },
+ {
+ label: "绂荤嚎鏁�",
+ align: "center",
+ prop: "offlineNum"
+ },
+ {
+ label: "鍦ㄧ嚎鏁�",
+ align: "center",
+ prop: "onlineNum"
+ },
+ {
+ label: "鍦ㄧ嚎鐜�",
+ align: "center",
+ prop: "onlineRate"
+ }
+ ]
+ },
+ {
+ title: "褰曞儚鍙敤",
+ columns: [
+ {
+ label: "琛屾斂鍖哄煙鍚嶇О",
+ align: "center",
+ prop: "arealayername"
+ },
+ {
+ label: "琛屾斂鍖哄煙ID",
+ align: "center",
+ prop: "arealayerno"
+ },
+ {
+ label: "鍒涘缓鏃堕棿",
+ align: "center",
+ prop: "createTime"
+ },
+ {
+ label: "鎽勫儚鏈篒D",
+ align: "center",
+ prop: "deviceId"
+ },
+ {
+ label: "鎽勫儚鏈哄悕绉�",
+ align: "center",
+ prop: "deviceName"
+ },
+ {
+ label: "涓婚敭ID",
+ align: "center",
+ prop: "id"
+ },
+ {
+ label: "缂哄け鏃堕暱",
+ align: "center",
+ prop: "missDuration"
+ },
+ {
+ label: "鍥芥爣骞冲彴ID",
+ align: "center",
+ prop: "platId"
+ },
+ {
+ label: "褰曞儚鏃堕暱",
+ align: "center",
+ prop: "recordDuration"
+ },
+ {
+ label: "褰曞儚瀹屾暣鐘舵��",
+ align: "center",
+ prop: "recordStatus"
+ },
+ {
+ label: "缁熻鏃堕棿",
+ align: "center",
+ prop: "statTime"
+ },
+ {
+ label: "绉熸埛ID",
+ align: "center",
+ prop: "tenantId"
+ }
+ ]
+ },
+ {
+ title: "瑙嗛鏍囨敞",
+ columns: [
+ {
+ label: "鍖哄煙璺緞淇℃伅",
+ align: "center",
+ prop: "arealayerPath"
+ },
+ {
+ label: "鍖哄煙鍚嶇О",
+ align: "center",
+ prop: "arealayername"
+ },
+ {
+ label: "鍖哄煙缂栫爜",
+ align: "center",
+ prop: "arealayerno"
+ },
+ {
+ label: "璁惧 ID",
+ align: "center",
+ prop: "deviceId"
+ },
+ {
+ label: "璁惧鍚嶇О",
+ align: "center",
+ prop: "deviceName"
+ },
+ {
+ label: "鏄惁澶т簬鏈�澶у��",
+ align: "center",
+ prop: "diff"
+ },
+ {
+ label: "鎷夌爜娴佹椂闂村樊",
+ align: "center",
+ prop: "diffTime"
+ },
+ {
+ label: "IP 鍦板潃",
+ align: "center",
+ prop: "ip"
+ },
+ {
+ label: "鍥剧墖 ocr 璇嗗埆缁撴灉",
+ align: "center",
+ prop: "ocrResult"
+ },
+ {
+ label: "鍥剧墖鍦板潃",
+ align: "center",
+ prop: "imgPath"
+ },
+ {
+ label: "鐘舵�佺爜",
+ align: "center",
+ prop: "statusCode"
+ },
+ {
+ label: "鎷夌爜娴佹椂闂存牸寮�",
+ align: "center",
+ prop: "osdFormat"
+ },
+ {
+ label: "OSD 淇℃伅",
+ align: "center",
+ prop: "osdInfo"
+ },
+ {
+ label: "鍥剧墖涓婄殑瀛楀箷鏃堕棿",
+ align: "center",
+ prop: "osdTime"
+ },
+ {
+ label: "鎽勫儚鏈烘爣绛�",
+ align: "center",
+ prop: "tags"
+ },
+ {
+ label: "鏇存柊鏃堕棿",
+ align: "center",
+ prop: "updateTime"
+ },
+ {
+ label: "瑙嗛鐮佹祦鑾峰彇鏃堕棿",
+ align: "center",
+ prop: "videoGetTime"
+ }
+ ]
+ },
+ {
+ title: '閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�',
+ columns: [
+ {
+ label: "鍖哄煙璺緞淇℃伅",
+ align: "center",
+ prop: "arealayerPath"
+ },
+ {
+ label: "琛屾斂鍖哄垝缂栫爜",
+ align: "center",
+ prop: "arealayernoCode"
+ },
+ {
+ label: "琛屾斂鍖哄垝鍚嶇О",
+ align: "center",
+ prop: "arealayernoName"
+ },
+ {
+ label: "浜岃繘鍒剁鎴稩D",
+ align: "center",
+ prop: "binaryTenantId"
+ },
+ {
+ label: "妯$硦",
+ align: "center",
+ prop: "blur"
+ },
+ {
+ label: "妯$硦鍘熷鍒嗗��",
+ align: "center",
+ prop: "blurRaw"
+ },
+ {
+ label: "妯$硦闃堝��",
+ align: "center",
+ prop: "blurThreshold"
+ },
+ {
+ label: "棰滆壊",
+ align: "center",
+ prop: "color"
+ },
+ {
+ label: "棰滆壊鍘熷鍒嗗��",
+ align: "center",
+ prop: "colorRaw"
+ },
+ {
+ label: "棰滆壊闃堝��",
+ align: "center",
+ prop: "colorThreshold"
+ },
+ {
+ label: "瑙g爜淇℃伅",
+ align: "center",
+ prop: "decodeInfo"
+ },
+ {
+ label: "璁惧鍥芥爣ID",
+ align: "center",
+ prop: "deviceId"
+ },
+ {
+ label: "璁惧IP",
+ align: "center",
+ prop: "deviceIp"
+ },
+ {
+ label: "璁惧鍚嶇О",
+ align: "center",
+ prop: "deviceName"
+ },
+ {
+ label: "鎵╁睍JSON",
+ align: "center",
+ prop: "extJson"
+ },
+ {
+ label: "涓㈠抚鐜�",
+ align: "center",
+ prop: "frameLostRate"
+ },
+ {
+ label: "缁処D",
+ align: "center",
+ prop: "groupId"
+ },
+ {
+ label: "涓婚敭ID",
+ align: "center",
+ prop: "id"
+ },
+ {
+ label: "IFM寤惰繜",
+ align: "center",
+ prop: "ifmDelay"
+ },
+ {
+ label: "鍥惧儚璺緞",
+ align: "center",
+ prop: "imagePath"
+ },
+ {
+ label: "鍥惧儚鐘舵��",
+ align: "center",
+ prop: "imgStatus"
+ },
+ {
+ label: "鍏ョ綉鏃堕棿",
+ align: "center",
+ prop: "inTime"
+ },
+ {
+ label: "绾害",
+ align: "center",
+ prop: "latitude"
+ },
+ {
+ label: "浜害",
+ align: "center",
+ prop: "light"
+ },
+ {
+ label: "浜害鍘熷鍒嗗��",
+ align: "center",
+ prop: "lightRaw"
+ },
+ {
+ label: "浜害闃堝��",
+ align: "center",
+ prop: "lightThreshold"
+ },
+ {
+ label: "缁忓害",
+ align: "center",
+ prop: "longitude"
+ },
+ {
+ label: "鍦ㄧ嚎鐘舵��",
+ align: "center",
+ prop: "onlineStatus"
+ },
+ {
+ label: "鍘熷骞冲彴ID",
+ align: "center",
+ prop: "originalPlatId"
+ },
+ {
+ label: "璐熻浇绫诲瀷",
+ align: "center",
+ prop: "payloadType"
+ },
+ {
+ label: "鍍忕礌淇℃伅",
+ align: "center",
+ prop: "pixelInfo"
+ },
+ {
+ label: "骞冲彴ID",
+ align: "center",
+ prop: "platId"
+ },
+ {
+ label: "閬尅",
+ align: "center",
+ prop: "shade"
+ },
+ {
+ label: "閬尅鍘熷鍒嗗��",
+ align: "center",
+ prop: "shadeRaw"
+ },
+ {
+ label: "閬尅闃堝��",
+ align: "center",
+ prop: "shadeThreshold"
+ },
+ {
+ label: "鎶栧姩",
+ align: "center",
+ prop: "shake"
+ },
+ {
+ label: "鎶栧姩鍘熷鍒嗗��",
+ align: "center",
+ prop: "shakeRaw"
+ },
+ {
+ label: "鎶栧姩闃堝��",
+ align: "center",
+ prop: "shakeThreshold"
+ },
+ {
+ label: "鏃犱俊鍙�",
+ align: "center",
+ prop: "signa1"
+ },
+ {
+ label: "鏃犱俊鍙峰師濮嬪垎鍊�",
+ align: "center",
+ prop: "signa1Raw"
+ },
+ {
+ label: "鏃犱俊鍙风姸鎬�",
+ align: "center",
+ prop: "signa1Status"
+ },
+ {
+ label: "鏃犱俊鍙烽槇鍊�",
+ align: "center",
+ prop: "signa1Threshold"
+ },
+ {
+ label: "SIP寤惰繜",
+ align: "center",
+ prop: "sipDelay"
+ },
+ {
+ label: "闆姳",
+ align: "center",
+ prop: "snow"
+ },
+ {
+ label: "闆姳鍘熷鍒嗗��",
+ align: "center",
+ prop: "snowRaw"
+ },
+ {
+ label: "闆姳闃堝��",
+ align: "center",
+ prop: "snowThreshold"
+ },
+ {
+ label: "鏉$汗",
+ align: "center",
+ prop: "stripe"
+ },
+ {
+ label: "鏉$汗鍘熷鍒嗗��",
+ align: "center",
+ prop: "stripeRaw"
+ },
+ {
+ label: "鏉$汗闃堝��",
+ align: "center",
+ prop: "stripeThreshold"
+ },
+ {
+ label: "鎽勫儚鏈烘爣绛�",
+ align: "center",
+ prop: "tags"
+ },
+ {
+ label: "浠诲姟鍒涘缓鏃堕棿",
+ align: "center",
+ prop: "taskCreateTime"
+ },
+ {
+ label: "浠诲姟澶嶆鏃堕棿",
+ align: "center",
+ prop: "taskRecheckTime"
+ },
+ {
+ label: "绉熸埛ID",
+ align: "center",
+ prop: "tenantId"
+ },
+ {
+ label: "瑙嗛寤惰繜",
+ align: "center",
+ prop: "videoDelay"
+ },
+ {
+ label: "瑙嗛璇婃柇鐘舵��",
+ align: "center",
+ prop: "videoDiagStatus"
+ },
+ {
+ label: "瑙嗛璇婃柇鏃堕棿",
+ align: "center",
+ prop: "videoDiagTime"
+ },
+ {
+ label: "瑙嗛鑾峰彇鐘舵��",
+ align: "center",
+ prop: "videoGetStatus"
+ },
+ {
+ label: "瑙嗛鑾峰彇鏃堕棿",
+ align: "center",
+ prop: "videoGetTime"
+ },
+ {
+ label: "澶滈棿VQD",
+ align: "center",
+ prop: "vqdAtNight"
+ }
+ ]
+ },
+ {
+ title: '瑙嗛鍥惧儚璧勬簮瀹夊叏绠$悊',
+ columns: []
+ },
+ {
+ title: "瑙嗛鍥惧儚璐ㄩ噺妫�娴嬫姤鍛�",
+ columns: [
+ {
+ label: "琛屾斂鍖哄垝缂栫爜",
+ align: "center",
+ prop: "arealayernoCode"
+ },
+ {
+ label: "琛屾斂鍖哄垝鍚嶇О",
+ align: "center",
+ prop: "arealayernoName"
+ },
+ {
+ label: "妯$硦",
+ align: "center",
+ prop: "blur"
+ },
+ {
+ label: "妯$硦鍘熷鍒嗗��",
+ align: "center",
+ prop: "blurRaw"
+ },
+ {
+ label: "棰滆壊",
+ align: "center",
+ prop: "color"
+ },
+ {
+ label: "棰滆壊鍘熷鍒嗗��",
+ align: "center",
+ prop: "colorRaw"
+ },
+ {
+ label: "鎽勫儚鏈�-鍥芥爣id",
+ align: "center",
+ prop: "deviceId"
+ },
+ {
+ label: "鎽勫儚鏈篿p",
+ align: "center",
+ prop: "deviceIp"
+ },
+ {
+ label: "鎽勫儚鏈鸿澶囧悕绉�",
+ align: "center",
+ prop: "deviceName"
+ },
+ {
+ label: "缁熻绾害",
+ align: "center",
+ prop: "dim"
+ },
+ {
+ label: "鍥惧儚鏄惁姝e父",
+ align: "center",
+ prop: "isImgAbnormal"
+ },
+ {
+ label: "淇″彿鏄惁涓㈠け",
+ align: "center",
+ prop: "isSignalMiss"
+ },
+ {
+ label: "浜害",
+ align: "center",
+ prop: "light"
+ },
+ {
+ label: "浜害鍘熷鍒嗗��",
+ align: "center",
+ prop: "lightRaw"
+ },
+ {
+ label: "閬尅",
+ align: "center",
+ prop: "shade"
+ },
+ {
+ label: "閬尅鍘熷鍒嗗��",
+ align: "center",
+ prop: "shadeRaw"
+ },
+ {
+ label: "鎶栧姩",
+ align: "center",
+ prop: "shake"
+ },
+ {
+ label: "鎶栧姩鍘熷鍒嗗��",
+ align: "center",
+ prop: "shakeRaw"
+ },
+ {
+ label: "鏃犱俊鍙�",
+ align: "center",
+ prop: "signa1"
+ },
+ {
+ label: "鏃犱俊鍙峰師濮嬪垎鍊�",
+ align: "center",
+ prop: "signa1Raw"
+ },
+ {
+ label: "闆姳",
+ align: "center",
+ prop: "snow"
+ },
+ {
+ label: "闆姳鍘熷鍒嗗��",
+ align: "center",
+ prop: "snowRaw"
+ },
+ {
+ label: "鎺掑簭灞炴��",
+ align: "center",
+ prop: "sortFiled"
+ },
+ {
+ label: "璇婃柇鐘舵�佺紪鐮�",
+ align: "center",
+ prop: "status"
+ },
+ {
+ label: "璇婃柇鐘舵�佸悕绉�",
+ align: "center",
+ prop: "statusName"
+ },
+ {
+ label: "鏉$汗",
+ align: "center",
+ prop: "stripe"
+ },
+ {
+ label: "鏉$汗鍘熷鍒嗗��",
+ align: "center",
+ prop: "stripeRaw"
+ },
+ {
+ label: "璇婃柇鏃堕棿",
+ align: "center",
+ prop: "vqdTime"
+ }
+ ]
}
-]
\ No newline at end of file
+];
+
+export const carData = [];
+
+export const faceData = [];
+
+export const equipment = [];
\ No newline at end of file
--
Gitblit v1.8.0