fuliqi
2024-08-07 7094168e0cfb963646cde6f9b9eb4329aaf3d10d
src/views/system/data-manage/data-detail/list.js
@@ -5,32 +5,45 @@
      index: 'platform_online',
      columns: [
        {
          label: '卡口名称',
          label: '平台名称',
          align: 'center',
          prop: 'bayonetName',
          prop: 'platformName',
        },
        {
          label: '卡口编号',
          label: '平台IP/域名',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'platformIp',
        },
        {
          label: '过车数据量',
          label: '当前是否在线',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'currentOnline'
        },
        {
          label: '不唯一数据',
          label: '今日离线时长(秒)',
          align: 'center',
          prop: 'notUniqueData'
          prop: 'todayOutlineSed'
        },
        {
          label: '不唯一数据量',
          label: '日期',
          align: 'center',
          prop: 'notUniqueDataNumber'
          prop: 'create_date'
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              value: 1999,
              label: '卡口总数'
            },
            {
              value: 1999,
              label: '不唯一卡口数'
            },
          ]
        },
        {
          icon: 'el-icon-wind-power',
          dataList: [
@@ -51,29 +64,44 @@
      index: 'monitor_qualification',
      columns: [
        {
          label: '卡口名称',
          label: '设备编码',
          align: 'center',
          prop: 'bayonetName',
          prop: 'serialNumber',
        },
        {
          label: '卡口编号',
          label: '设备名称',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'name'
        },
        {
          label: '过车数据量',
          label: '监控点位类型',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'siteType'
        },
        {
          label: '不唯一数据',
          label: 'Mac地址',
          align: 'center',
          prop: 'notUniqueData'
          prop: 'macAddr'
        },
        {
          label: '不唯一数据量',
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'notUniqueDataNumber'
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
@@ -97,29 +125,44 @@
      index: 'monitor_registration',
      columns: [
        {
          label: '卡口名称',
          label: '设备编码',
          align: 'center',
          prop: 'bayonetName',
          prop: 'serialNumber',
        },
        {
          label: '卡口编号',
          label: '设备名称',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'name'
        },
        {
          label: '过车数据量',
          label: '监控点位类型',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'siteType'
        },
        {
          label: '不唯一数据',
          label: 'Mac地址',
          align: 'center',
          prop: 'notUniqueData'
          prop: 'macAddr'
        },
        {
          label: '不唯一数据量',
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'notUniqueDataNumber'
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
@@ -143,29 +186,44 @@
      index: 'archives_rate',
      columns: [
        {
          label: '卡口名称',
          label: '设备编码',
          align: 'center',
          prop: 'bayonetName',
          prop: 'serialNumber',
        },
        {
          label: '卡口编号',
          label: '设备名称',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'name'
        },
        {
          label: '过车数据量',
          label: '监控点位类型',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'siteType'
        },
        {
          label: '不唯一数据',
          label: 'Mac地址',
          align: 'center',
          prop: 'notUniqueData'
          prop: 'macAddr'
        },
        {
          label: '不唯一数据量',
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'notUniqueDataNumber'
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
@@ -265,7 +323,7 @@
      index: 'video_available',
      columns: [
        {
          label: "行政区域名称",
          label: "行政区域",
          align: "center",
          prop: "arealayername"
        },
@@ -288,11 +346,6 @@
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "主键ID",
          align: "center",
          prop: "id"
        },
        {
          label: "缺失时长",
@@ -319,11 +372,6 @@
          align: "center",
          prop: "statTime"
        },
        {
          label: "租户ID",
          align: "center",
          prop: "tenantId"
        }
      ],
      card: [
        {
@@ -361,7 +409,7 @@
          prop: "arealayerno"
        },
        {
          label: "设备 ID",
          label: "设备ID",
          align: "center",
          prop: "deviceId"
        },
@@ -371,24 +419,19 @@
          prop: "deviceName"
        },
        {
          label: "是否大于最大值",
          label: "图片上的字幕时间和摄像机拉码流时间差是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "拉码流时间差",
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "IP 地址",
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片 ocr 识别结果",
          align: "center",
          prop: "ocrResult"
        },
        {
          label: "图片地址",
@@ -401,35 +444,10 @@
          prop: "statusCode"
        },
        {
          label: "拉码流时间格式",
          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"
        }
      ],
      card: [
        {
@@ -467,7 +485,7 @@
          prop: "arealayerno"
        },
        {
          label: "设备 ID",
          label: "设备ID",
          align: "center",
          prop: "deviceId"
        },
@@ -477,24 +495,19 @@
          prop: "deviceName"
        },
        {
          label: "是否大于最大值",
          label: "图片上的字幕时间和摄像机拉码流时间差是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "拉码流时间差",
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "IP 地址",
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片 ocr 识别结果",
          align: "center",
          prop: "ocrResult"
        },
        {
          label: "图片地址",
@@ -507,350 +520,10 @@
          prop: "statusCode"
        },
        {
          label: "拉码流时间格式",
          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"
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              value: 1999,
              label: '卡口总数'
            },
            {
              value: 1999,
              label: '不唯一卡口数'
            },
          ]
        }
      ]
    },
    {
      title: '重点指挥图像在线率',
      columns: [
        {
          label: "区域路径信息",
          align: "center",
          prop: "arealayerPath"
        },
        {
          label: "行政区划编码",
          align: "center",
          prop: "arealayernoCode"
        },
        {
          label: "行政区划名称",
          align: "center",
          prop: "arealayernoName"
        },
        {
          label: "二进制租户ID",
          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: "解码信息",
          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: "组ID",
          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"
        }
      ],
      card: [
        {
@@ -1187,7 +860,58 @@
    {
      title: '重点点位录像可用率',
      index: 'key_video_available',
      columns: [],
      columns: [
        {
          label: "行政区域",
          align: "center",
          prop: "arealayername"
        },
        {
          label: "行政区域ID",
          align: "center",
          prop: "arealayerno"
        },
        {
          label: "创建时间",
          align: "center",
          prop: "createTime"
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId"
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
        },
        {
          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"
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
@@ -1207,7 +931,63 @@
    {
      title: '重点点位标注正确率',
      index: 'key_annotation_accuracy',
      columns: [],
      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: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒)",
          align: "center",
          prop: "osdFormat"
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
@@ -1227,12 +1007,114 @@
    {
      title: '重点点位校时正确率',
      index: 'key_timing_accuracy',
      columns: []
      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: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒)",
          align: "center",
          prop: "osdFormat"
        },
      ]
    },
    {
      title: '重点指挥图像在线率',
      index: 'key_command_image_online',
      columns: [],
      columns: [
        {
          label: "区域路径信息",
          align: "center",
          prop: "arealayerPath"
        },
        {
          label: "arealayernoCode",
          align: "center",
          prop: "arealayernoCode"
        },
        {
          label: "arealayernoName",
          align: "center",
          prop: "arealayernoName"
        },
        {
          label: "binaryTenantId",
          align: "center",
          prop: "binaryTenantId"
        },
        {
          label: "blur",
          align: "center",
          prop: "blur"
        },
        {
          label: "blurRaw",
          align: "center",
          prop: "blurRaw"
        },
        {
          label: "color",
          align: "center",
          prop: "color"
        },
        {
          label: "colorRaw",
          align: "center",
          prop: "colorRaw"
        },
        {
          label: "colorThreshold",
          align: "center",
          prop: "colorThreshold"
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
@@ -1417,7 +1299,72 @@
    {
      title: '视图库对接稳定性',
      index: 'view_connect_stability',
      columns: [],
      columns: [
        {
          label: "卡口内码或采集设备内码",
          align: "center",
          prop: "indexCode"
        },
        {
          label: "设备或卡口国标编码",
          align: "center",
          prop: "externalIndexCode"
        },
        {
          label: "设备或卡口名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "组织编号",
          align: "center",
          prop: "orgCode"
        },{
          label: "抓拍数据量",
          align: "center",
          prop: "dataCount"
        },
        {
          label: "数据抽检量",
          align: "center",
          prop: "sampleCount"
        },
        {
          label: "主要属性识别不一致数据量",
          align: "center",
          prop: "majorDiffCount"
        },
        {
          label: "重要属性不一致数据量",
          align: "center",
          prop: "importantDiffCount"
        },
        {
          label: "车牌号码不一致数据量",
          align: "center",
          prop: "plateDiffCount"
        },
        {
          label: "车牌颜色不一致数据量",
          align: "center",
          prop: "plateColorDiffCount"
        },
        {
          label: "类型属性不一致数据量",
          align: "center",
          prop: "vehicleDiffCount"
        },
        {
          label: "车辆类型不一致数据量",
          align: "center",
          prop: "vehicleTypeDiffCount"
        },
        {
          label: "车辆品牌不一致数据量",
          align: "center",
          prop: "vehicleBrandDiffCount"
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1437,7 +1384,53 @@
    {
      title: '点位在线率',
      index: 'site_online',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultType',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1457,7 +1450,48 @@
    {
      title: '联网卡口设备目录一致率',
      index: 'device_directory_consistent',
      columns: [],
      columns: [
        {
          label: '设备编码',
          align: 'center',
          prop: 'serialNumber',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'name'
        },
        {
          label: '监控点位类型',
          align: 'center',
          prop: 'siteType'
        },
        {
          label: 'Mac地址',
          align: 'center',
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1477,7 +1511,48 @@
    {
      title: '车辆卡口信息采集准确率',
      index: 'vehicle_information_collection_accuracy',
      columns: [],
      columns: [
        {
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '卡口名称 ',
          align: 'center',
          prop: 'crossName',
        },
        {
          label: '经度 ',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度 ',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果 ',
          align: 'center',
          prop: 'lalType',
        },
        {
          label: '国标编码监测结果 ',
          align: 'center',
          prop: 'gbCodeType',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1497,27 +1572,83 @@
    {
      title: '车辆卡口设备抓拍数据完整性',
      index: 'vehicle_capture_integrity',
      columns: [],
      card: [
      columns: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              value: 1999,
              label: '过车数据总量'
            },
            {
              value: 1999,
              label: '不唯一数据量'
            },
          ]
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '主要属性不完整量',
          align: 'center',
          prop: 'mainNoIntegrityCount',
        },
        {
          label: '数据不完整量',
          align: 'center',
          prop: 'noIntegrityCount',
        },
        {
          label: '车牌号码不完整数据量',
          align: 'center',
          prop: 'plateNoItgrCount',
        },
        {
          label: '车牌颜色不完整数据量',
          align: 'center',
          prop: 'plateColorItgrCount',
        },
        {
          label: '车辆类型不完整数据量',
          align: 'center',
          prop: 'vehTypeItgrCount',
        },
        {
          label: '车辆品牌不完整数据量',
          align: 'center',
          prop: 'vehBrandItgrCount',
        },
        {
          label: '车辆型号不完整数据量',
          align: 'center',
          prop: 'vehModelItgrCount',
        },
        {
          label: '车身颜色不完整数据量',
          align: 'center',
          prop: 'vehColorItgrCount',
        },
        {
          label: '两项属性不完整率',
          align: 'center',
          prop: 'noIntegrityPercent',
        },
        {
          label: '六项属性不完整率',
          align: 'center',
          prop: 'mainNoIntegrityPercent',
        }
      ]
    },
    {
      title: '车辆卡口设备抓拍数据完整性',
      index: 'vehicle_capture_integrity',
      columns: [],
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1537,7 +1668,73 @@
    {
      title: '车辆卡口设备抓拍数据准确性',
      index: 'vehicle_capture_accuracy',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '主要属性(车牌号码,车牌颜色)识别不一致数据量',
          align: 'center',
          prop: 'majorDiffCount',
        },
        {
          label: '车牌号码不一致数据量',
          align: 'center',
          prop: 'plateDiffCount',
        },
        {
          label: '车牌颜色不一致数据量',
          align: 'center',
          prop: 'plateColorDiffCount',
        },
        {
          label: '类型属性不一致数据量',
          align: 'center',
          prop: 'vehicleDiffCount',
        },
        {
          label: '车辆类型不一致数据量',
          align: 'center',
          prop: 'vehicleTypeDiffCount',
        },
        {
          label: '车辆品牌不一致数据量',
          align: 'center',
          prop: 'vehicleBrandDiffCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1557,7 +1754,84 @@
    {
      title: '车辆卡口设备时钟准确性',
      index: 'vehicle_timing_accuracy',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '设备编号',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'orgCode',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '当日接收到的当日抓拍量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '当日接收到的非当日抓拍量',
          align: 'center',
          prop: 'daySnapCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataCount',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'snapResult',
        },
        {
          label: '时钟准确率',
          align: 'center',
          prop: 'clockPercent',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'todayClockCount',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'todayClockResult',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'allClockResult',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1577,7 +1851,63 @@
    {
      title: '车辆卡口设备抓拍数据上传及时性',
      index: 'vehicle_upload_timeliness',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '延迟量',
          align: 'center',
          prop: 'delayCount',
        },
        {
          label: '倒挂量',
          align: 'center',
          prop: 'invertCount',
        },
        {
          label: '延迟14-30s的数据量',
          align: 'center',
          prop: 'dataDelayCount1',
        },
        {
          label: '延迟31-60s的数据量',
          align: 'center',
          prop: 'dataDelayCount2',
        },
        {
          label: '延迟61-300s的数据量',
          align: 'center',
          prop: 'dataDelayCount3',
        },
        {
          label: '延迟大于300s的数据量',
          align: 'center',
          prop: 'dataDelayCount4',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1597,7 +1927,68 @@
    {
      title: '车辆卡口设备url可用性',
      index: 'vehicle_url_availability',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: '存在图片访问异常的数据量',
          align: 'center',
          prop: 'expCount',
        },
        {
          label: '人脸大小图不一致数量',
          align: 'center',
          prop: 'imgDiffCount',
        },
        {
          label: 'Osd标注异常量',
          align: 'center',
          prop: 'osdExpCount',
        },
        {
          label: '大图不可用量',
          align: 'center',
          prop: 'bigDisableCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1617,7 +2008,68 @@
    {
      title: '车辆卡口设备抓拍数据大图可用性',
      index: 'vehicle_picture_availability',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '大图可用性数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '大图可用率',
          align: 'center',
          prop: 'bigUsefulPercent',
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: '大图可用率',
          align: 'center',
          prop: 'bigUsefulPercent',
        },
        {
          label: '大图访问异常数据量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: 'osd标注异常数据量',
          align: 'center',
          prop: 'osdExpCount',
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1642,12 +2094,138 @@
    {
      title: '视图库对接稳定性',
      index: 'view_connect_stability',
      columns: []
      columns: [
        {
          label: "卡口内码或采集设备内码",
          align: "center",
          prop: "indexCode"
        },
        {
          label: "设备或卡口国标编码",
          align: "center",
          prop: "externalIndexCode"
        },
        {
          label: "设备或卡口名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "组织编号",
          align: "center",
          prop: "orgCode"
        },{
          label: "抓拍数据量",
          align: "center",
          prop: "dataCount"
        },
        {
          label: "数据抽检量",
          align: "center",
          prop: "sampleCount"
        },
        {
          label: "主要属性识别不一致数据量",
          align: "center",
          prop: "majorDiffCount"
        },
        {
          label: "重要属性不一致数据量",
          align: "center",
          prop: "importantDiffCount"
        },
        {
          label: "车牌号码不一致数据量",
          align: "center",
          prop: "plateDiffCount"
        },
        {
          label: "车牌颜色不一致数据量",
          align: "center",
          prop: "plateColorDiffCount"
        },
        {
          label: "类型属性不一致数据量",
          align: "center",
          prop: "vehicleDiffCount"
        },
        {
          label: "车辆类型不一致数据量",
          align: "center",
          prop: "vehicleTypeDiffCount"
        },
        {
          label: "车辆品牌不一致数据量",
          align: "center",
          prop: "vehicleBrandDiffCount"
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              value: 1999,
              label: '过车数据总量'
            },
            {
              value: 1999,
              label: '不唯一数据量'
            },
          ]
        }
      ]
    },
    {
      title: '点位在线率',
      index: 'site_online',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultType',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1667,7 +2245,48 @@
    {
      title: '目录一致率',
      index: 'device_directory_consistent',
      columns: [],
      columns: [
        {
          label: '设备编码',
          align: 'center',
          prop: 'serialNumber',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'name'
        },
        {
          label: '监控点位类型',
          align: 'center',
          prop: 'siteType'
        },
        {
          label: 'Mac地址',
          align: 'center',
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1687,7 +2306,53 @@
    {
      title: '人脸卡口信息采集准确率',
      index: 'face_information_collection_accuracy',
      columns: [],
      columns: [
        {
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '采集设备名称 ',
          align: 'center',
          prop: 'cameraName',
        },
        {
          label: '经度 ',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度 ',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果 ',
          align: 'center',
          prop: 'lalType',
        },
        {
          label: '普通能力集 ',
          align: 'center',
          prop: 'capabilitySet',
        },
        {
          label: '普通能力集 ',
          align: 'center',
          prop: 'intelligentSet',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1707,7 +2372,53 @@
    {
      title: '设备抓拍图片合格性',
      index: 'face_picture_qualification',
      columns: [],
      columns: [
        {
          label: '设备名称 ',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码 ',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'IP地址 ',
          align: 'center',
          prop: 'networkAddr',
        },
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称 ',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '人脸合格性抽检量 ',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '人脸合格率 ',
          align: 'center',
          prop: 'faceEligPercent',
        },
        {
          label: '人脸不唯一量 ',
          align: 'center',
          prop: 'unfaceEligCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1727,7 +2438,83 @@
    {
      title: '设备抓拍图片时钟准确性',
      index: 'face_timing_accuracy',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '设备编号',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'orgCode',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: 'IP地址',
          align: 'center',
          prop: 'networkAddr',
        },
        {
          label: '当日接收到的当日抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '当日接收到的白天抓拍数据量',
          align: 'center',
          prop: 'daySnapCount',
        },
        {
          label: '当日接收到的非当日抓拍数据量',
          align: 'center',
          prop: 'noTodayCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataCount',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'snapResult',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确量',
          align: 'center',
          prop: 'todayClockCount',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'todayClockResult',
        },
        {
          label: '当日接收的全部抓拍数据中时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
        {
          label: '当日接收的全部抓拍数据中时钟准确性判定结果',
          align: 'center',
          prop: 'allClockResult',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1747,7 +2534,120 @@
    {
      title: '抓拍人脸数据上传及时性',
      index: 'face_upload_timeliness',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '设备编号',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'orgCode',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: 'IP地址',
          align: 'center',
          prop: 'networkAddr',
        },
        {
          label: '当日接收到的当日抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '当日接收到的白天抓拍数据量',
          align: 'center',
          prop: 'daySnapCount',
        },
        {
          label: '当日接收到的非当日抓拍数据量',
          align: 'center',
          prop: 'noTodayCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataCount',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'snapResult',
        },
        {
          label: '及时率',
          align: 'center',
          prop: 'timelyPercent',
        },
        {
          label: '当日接收的当日数据延迟数据量',
          align: 'center',
          prop: 'todayDelayCount',
        },
        {
          label: '当日接收的当日数据延迟30s以上数据量',
          align: 'center',
          prop: 'todayDelayCount2',
        },
        {
          label: '当日接收的当日数据延迟1m以上数据量',
          align: 'center',
          prop: 'todayDelayCount3',
        },
        {
          label: '当日接收的当日数据延迟5m以上数据量',
          align: 'center',
          prop: 'todayDelayCount4',
        },
        {
          label: '当日接收的当日抓拍数据及时性判定结果',
          align: 'center',
          prop: 'todayTimelyResult',
        },
        {
          label: '当日接收的全部抓拍数据中延迟数据量',
          align: 'center',
          prop: 'allDelayCount',
        },
        {
          label: '当日接收的全部抓拍数据中延迟30s以上数据量',
          align: 'center',
          prop: 'allDelayCount2',
        },
        {
          label: '当日接收的全部抓拍数据中延迟1m以上数据量',
          align: 'center',
          prop: 'allDelayCount3',
        },
        {
          label: '当日接收的全部抓拍数据中延迟5m以上数据量',
          align: 'center',
          prop: 'allDelayCount4',
        },
        {
          label: '当日接收的全部抓拍数据中及时性判定结果',
          align: 'center',
          prop: 'allTimelyResult',
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1767,7 +2667,68 @@
    {
      title: '人脸卡口设备抓拍数据大图可用性',
      index: 'face_picture_availability',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: '存在图片访问异常的数据量',
          align: 'center',
          prop: 'expCount',
        },
        {
          label: '人脸大小图不一致数量',
          align: 'center',
          prop: 'imgDiffCount',
        },
        {
          label: 'Osd标注异常量',
          align: 'center',
          prop: 'osdExpCount',
        },
        {
          label: '大图不可用量',
          align: 'center',
          prop: 'bigDisableCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1787,5 +2748,178 @@
  ]
};
export const equipment = [];
export const equipment = {
  table: [
    {
      title: '资产管理',
      index: 'view_zc_manage',
      columns: [
        {
          label: "设备编码",
          align: "center",
          prop: "serialNumber"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "name"
        },
        {
          label: "监控点位类型",
          align: "center",
          prop: "siteType"
        },
        {
          label: "Mac地址",
          align: "center",
          prop: "macAddr"
        },{
          label: "IPV4/IPV6",
          align: "center",
          prop: "ip"
        },
        {
          label: "摄像机功能类型",
          align: "center",
          prop: "cameraFunType"
        },
        {
          label: "经度",
          align: "center",
          prop: "longitude"
        },
        {
          label: "纬度",
          align: "center",
          prop: "latitude"
        },
        {
          label: "摄像机采集区域",
          align: "center",
          prop: "cameraCaptureArea"
        },
        {
          label: "设备状态",
          align: "center",
          prop: "onState"
        },
        {
          label: "行政区域",
          align: "center",
          prop: "civilCode"
        },
        {
          label: "是否集成设备",
          align: "center",
          prop: "integratedDevice"
        },
        {
          label: "摄像机品牌",
          align: "center",
          prop: "cameraBrand"
        },
        {
          label: "安装地址",
          align: "center",
          prop: "address"
        },
        {
          label: "联网属性",
          align: "center",
          prop: "netWorking"
        },
        {
          label: "所属辖区公安机关",
          align: "center",
          prop: "publicSecurity"
        },
        {
          label: "安装时间",
          align: "center",
          prop: "installedTime"
        },
        {
          label: "管理单位",
          align: "center",
          prop: "managementUnit"
        },
        {
          label: "管理单位联系方式",
          align: "center",
          prop: "muContactInfo"
        },
        {
          label: "录像保存天数",
          align: "center",
          prop: "storageDays"
        },
        {
          label: "监视方位",
          align: "center",
          prop: "monitorAzimuth"
        },
        {
          label: "摄像机场景预设照片URL",
          align: "center",
          prop: "scenePhotoAddr"
        },
        {
          label: "设备型号",
          align: "center",
          prop: "model"
        },
        {
          label: "点位俗称",
          align: "center",
          prop: "siteVulgo"
        },
        {
          label: "摄像机类型",
          align: "center",
          prop: "cameraType"
        },
        {
          label: "补光属性",
          align: "center",
          prop: "cameraLightType"
        },
        {
          label: "摄像机编码格式",
          align: "center",
          prop: "encodedFormat"
        },
        {
          label: "所属部门/行业",
          align: "center",
          prop: "cameraDept"
        },
        {
          label: "行业编码",
          align: "center",
          prop: "hybm"
        },
        {
          label: "类型编码",
          align: "center",
          prop: "lxbm"
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              value: 1999,
              label: '过车数据总量'
            },
            {
              value: 1999,
              label: '不唯一数据量'
            },
          ]
        }
      ]
    },
  ],
};