xiangpei
2024-09-10 59361ef3152444f33737f49f691ba5b3ed6a27b1
src/views/system/data-manage/data-detail/list.js
@@ -29,6 +29,9 @@
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: "平台数"
            }
          ]
        }
      ]
@@ -323,6 +326,21 @@
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'IP异常数'
            },
            {
              label: 'MAC地址异常数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '合格率'
            },
          ]
        }
      ],
@@ -355,171 +373,284 @@
      index: 'monitor_registration',
      columns: [
        {
          "label": "设备编码",
          "label": "行政编码",
          "align": "center",
          "prop": "sbbm",
          "width": 220
          "prop": "civilCode.value",
          "width": 100
        },
        {
          "label": "设备名称",
          "label": "展示值",
          "align": "center",
          "prop": "sbmc",
          "width": 250
          "prop": "civilCode.showValue",
          "width": 100
        },
        {
          "label": "摄像机采集区域",
          "label": "是否错误",
          "align": "center",
          "prop": "sxjcjqy",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "align": "center",
          "prop": "integrated_device.showValue",
          "width": 120
        },
        {
          "label": "监控点位类型",
          "label": "集成设备是否错误",
          "align": "center",
          "prop": "jkdwlx",
          "prop": "integrated_device.error",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "width": 150
        },
        {
          "label": "IPV4地址",
          "label": "IP地址展示值",
          "align": "center",
          "prop": "ip",
          "prop": "ip.showValue",
          "width": 150
        },
        {
          "label": "经度",
          "label": "IP地址实际值",
          "align": "center",
          "prop": "jd",
          "width": 100
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd",
          "width": 100
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx",
          "prop": "ip.value",
          "width": 150
        },
        {
          "label": "MAC地址",
          "label": "IP地址是否有误",
          "align": "center",
          "prop": "macdz",
          "width": 150
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt",
          "width": 100
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs",
          "width": 150
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy",
          "width": 150
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh",
          "prop": "ip.error",
          "width": 120
        },
        {
          "label": "点位俗称",
          "label": "IP地址错误信息",
          "align": "center",
          "prop": "dwcs",
          "width": 250
          "prop": "ip.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机类型",
          "label": "监控点位类型展示值",
          "align": "center",
          "prop": "sxjlx",
          "prop": "jkdwlx.showValue",
          "width": 100
        },
        {
          "label": "补光属性",
          "label": "监控点位类型实际值",
          "align": "center",
          "prop": "bgsx",
          "prop": "jkdwlx.value",
          "width": 100
        },
        {
          "label": "摄像机编码格式",
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "sxjbmgs",
          "width": 170
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "安装地址",
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "azdz",
          "width": 170
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机位置类型",
          "label": "纬度展示值",
          "align": "center",
          "prop": "sxjwzlx",
          "width": 170
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "监视方位",
          "label": "纬度实际值",
          "align": "center",
          "prop": "jsfw",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "摄像机场景预设照片URL",
          "label": "纬度错误信息",
          "align": "center",
          "prop": "sxjcjyszp",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "联网属性",
          "label": "mac地址实际值",
          "align": "center",
          "prop": "lwsx",
          "width": 120
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg",
          "width": 170
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj",
          "width": 170
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw",
          "width": 170
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "录像保存天数",
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "lxbcts",
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "设备名展示值",
          "align": "center",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "设备名错误信息",
          "align": "center",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "所属部门/行业",
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "ssbmhy",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
@@ -528,42 +659,45 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: 'IP异常数'
            },
            {
              label: '未联网'
              label: 'MAC地址异常数'
            },
            {
              label: '视频监控'
              label: '经度异常数'
            },
            {
              label: '车辆识别'
              label: '纬度异常数'
            },
            {
              label: '人员识别'
              label: '注册率'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 4, label: `摄像机类型`, visible: false },
        { key: 5, label: `补光属性`, visible: false },
        { key: 6, label: `摄像机编码格式`, visible: false },
        { key: 7, label: `安装地址`, visible: false },
        { key: 8, label: `摄像机位置类型`, visible: false },
        { key: 9, label: `监视方位`, visible: false },
        { key: 10, label: `摄像机场景预设照片URL`, visible: false },
        { key: 11, label: `联网属性`, visible: false },
        { key: 12, label: `所属辖区公安机关`, visible: false },
        { key: 13, label: `安装时间`, visible: false },
        { key: 14, label: `管理单位`, visible: false },
        { key: 15, label: `录像保存天数`, visible: false },
        { key: 16, label: `所属部门/行业`, visible: false },
        { key: 16, label: `管理单位联系方式`, visible: false },
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
      ],
    },
    {
@@ -571,172 +705,285 @@
      index: 'archives_rate',
      columns: [
        {
          "label": "设备编码",
          "label": "行政编码",
          "align": "center",
          "prop": "sbbm",
          "width": 220
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "sbmc",
          "width": 250
        },
        {
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "sxjcjqy",
          "width": 150
        },
        {
          "label": "监控点位类型",
          "align": "center",
          "prop": "jkdwlx",
          "width": 170
        },
        {
          "label": "IPV4地址",
          "align": "center",
          "prop": "ip",
          "width": 150
        },
        {
          "label": "经度",
          "align": "center",
          "prop": "jd",
          "width": 130
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd",
          "width": 130
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx",
          "width": 170
        },
        {
          "label": "MAC地址",
          "align": "center",
          "prop": "macdz",
          "width": 150
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt",
          "width": 120
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs",
          "width": 120
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy",
          "width": 150
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh",
          "width": 150
        },
        {
          "label": "点位俗称",
          "align": "center",
          "prop": "dwcs",
          "width": 200
        },
        {
          "label": "摄像机类型",
          "align": "center",
          "prop": "sxjlx",
          "width": 150
        },
        {
          "label": "补光属性",
          "align": "center",
          "prop": "bgsx",
          "prop": "civilCode.value",
          "width": 100
        },
        {
          "label": "摄像机编码格式",
          "label": "展示值",
          "align": "center",
          "prop": "sxjbmgs",
          "width": 200
        },
        {
          "label": "安装地址",
          "align": "center",
          "prop": "azdz",
          "width": 170
        },
        {
          "label": "摄像机位置类型",
          "align": "center",
          "prop": "sxjwzlx",
          "width": 170
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "jsfw",
          "width": 150
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "sxjcjyszp",
          "width": 200
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "lwsx",
          "prop": "civilCode.showValue",
          "width": 100
        },
        {
          "label": "所属辖区公安机关",
          "label": "是否错误",
          "align": "center",
          "prop": "ssxqgafg",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "align": "center",
          "prop": "integrated_device.showValue",
          "width": 120
        },
        {
          "label": "集成设备是否错误",
          "align": "center",
          "prop": "integrated_device.error",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "width": 150
        },
        {
          "label": "IP地址展示值",
          "align": "center",
          "prop": "ip.showValue",
          "width": 150
        },
        {
          "label": "IP地址实际值",
          "align": "center",
          "prop": "ip.value",
          "width": 150
        },
        {
          "label": "IP地址是否有误",
          "align": "center",
          "prop": "ip.error",
          "width": 120
        },
        {
          "label": "IP地址错误信息",
          "align": "center",
          "prop": "ip.errorMessage",
          "width": 150
        },
        {
          "label": "监控点位类型展示值",
          "align": "center",
          "prop": "jkdwlx.showValue",
          "width": 100
        },
        {
          "label": "监控点位类型实际值",
          "align": "center",
          "prop": "jkdwlx.value",
          "width": 100
        },
        {
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "纬度展示值",
          "align": "center",
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "纬度实际值",
          "align": "center",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "纬度错误信息",
          "align": "center",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "安装时间",
          "label": "mac地址实际值",
          "align": "center",
          "prop": "azsj",
          "width": 170
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "管理单位",
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "gldw",
          "width": 180
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "管理单位联系方式",
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "gldwlxfs",
          "width": 170
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "录像保存天数",
          "label": "设备名展示值",
          "align": "center",
          "prop": "lxbcts",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "所属部门/行业",
          "label": "设备名错误信息",
          "align": "center",
          "prop": "ssbmhy",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
      card: [
@@ -744,43 +991,45 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: 'IP异常数'
            },
            {
              label: '未联网'
              label: 'MAC地址异常数'
            },
            {
              label: '视频监控'
              label: '经度异常数'
            },
            {
              label: '车辆识别'
              label: '纬度异常数'
            },
            {
              label: '人员识别'
              label: '考核比'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 3, label: `摄像机类型`, visible: false },
        { key: 3, label: `补光属性`, visible: false },
        { key: 3, label: `摄像机编码格式`, visible: false },
        { key: 3, label: `安装地址`, visible: false },
        { key: 3, label: `摄像机位置类型`, visible: false },
        { key: 3, label: `监视方位`, visible: false },
        { key: 3, label: `摄像机场景预设照片URL`, visible: false },
        { key: 3, label: `联网属性`, visible: false },
        { key: 3, label: `所属辖区公安机关`, visible: false },
        { key: 3, label: `安装时间`, visible: false },
        { key: 3, label: `管理单位`, visible: false },
        { key: 3, label: `管理单位联系方式`, visible: false },
        { key: 3, label: `录像保存天数`, visible: false },
        { key: 3, label: `所属部门/行业`, visible: false },
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
      ],
    },
    {
@@ -914,6 +1163,9 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '在线率'
            },
          ]
        }
@@ -1063,6 +1315,9 @@
            {
              label: '设备总数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ],
@@ -1152,6 +1407,9 @@
            {
              label: '异常'
            },
            {
              label: '可用率'
            },
          ]
        }
      ]
@@ -1228,6 +1486,9 @@
            },
            {
              label: '异常'
            },
            {
              label: '可用率'
            },
          ]
        }
@@ -1576,172 +1837,124 @@
      index: 'key_site_online',
      columns: [
        {
          "label": "设备编码",
          "label": "行政区划编码",
          "align": "center",
          "prop": "sbbm",
          width: 190
          "prop": "arealayerPath",
          "width": 250
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "sbmc",
          width: 200
          "prop": "deviceName",
          "width": 250
        },
        {
          "label": "摄像机采集区域",
          "label": "icmp延迟",
          "align": "center",
          "prop": "sxjcjqy",
          width: 150
          "prop": "icmpDelay"
        },
        {
          "label": "监控点位类型",
          "label": "icmp状态",
          "align": "center",
          "prop": "jkdwlx",
          width: 120
          "prop": "icmpStatusText"
        },
        {
          "label": "IPV4地址",
          "label": "最近icmp时间",
          "align": "center",
          "prop": "ip",
          width: 120
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "经度",
          "label": "关键帧时延",
          "align": "center",
          "prop": "jd",
          width: 150
          "prop": "ifmDelay"
        },
        {
          "label": "纬度",
          "label": "ip地址",
          "align": "center",
          "prop": "wd",
          width: 150
          "prop": "ipAddr",
          "width": 150
        },
        {
          "label": "摄像机功能类型",
          "label": "最近持续离线故障次数",
          "align": "center",
          "prop": "sxjgnlx",
          width: 150
          "prop": "olErrEverduring",
          "width": 200
        },
        {
          "label": "MAC地址",
          "label": "最近持续离线故障时间",
          "align": "center",
          "prop": "macdz",
          width: 150
          "prop": "olErrEverduringFirstTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "设备状态",
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "sbzt",
          width: 150
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "设备厂商",
          "label": "累计离线故障率",
          "align": "center",
          "prop": "sbcs",
          width: 150
          "prop": "olErrTotalRate",
          "width": 180
        },
        {
          "label": "行政区域",
          "label": "巡检次数",
          "align": "center",
          "prop": "xzqy",
          width: 150
          "prop": "olTotal"
        },
        {
          "label": "设备型号",
          "label": "sip状态码",
          "align": "center",
          "prop": "sbxh",
          width: 150
          "prop": "sipCode"
        },
        {
          "label": "点位俗称",
          "label": "信令时延",
          "align": "center",
          "prop": "dwcs",
          width: 150
          "prop": "sipDelay"
        },
        {
          "label": "摄像机类型",
          "label": "在线状态",
          "align": "center",
          "prop": "sxjlx",
          width: 150
          "prop": "statusText"
        },
        {
          "label": "补光属性",
          "label": "省厅标签",
          "align": "center",
          "prop": "bgsx",
          width: 150
          "prop": "tagStr",
          "width": 200
        },
        {
          "label": "摄像机编码格式",
          "label": "省厅标签列表",
          "align": "center",
          "prop": "sxjbmgs",
          width: 150
          "prop": "tags",
          "width": 200
        },
        {
          "label": "安装地址",
          "label": "视频流时延",
          "align": "center",
          "prop": "azdz",
          width: 150
          "prop": "videoDelay"
        },
        {
          "label": "摄像机位置类型",
          "label": "视频质量检测时间",
          "align": "center",
          "prop": "sxjwzlx",
          width: 180
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "jsfw",
          width: 150
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "sxjcjyszp",
          width: 200
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "lwsx",
          width: 150
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg",
          width: 170
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj",
          width: 120
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw",
          width: 120
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs",
          width: 160
        },
        {
          "label": "录像保存天数",
          "align": "center",
          "prop": "lxbcts",
          width: 150
        },
        {
          "label": "所属部门/行业",
          "align": "center",
          "prop": "ssbmhy",
          width: 150
          "prop": "vqdTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        }
      ],
      card: [
@@ -1749,43 +1962,25 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: '设备总数'
            },
            {
              label: '未联网'
              label: '在线率'
            },
            {
              label: '视频监控'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 3, label: `摄像机类型`, visible: false },
        { key: 3, label: `补光属性`, visible: false },
        { key: 3, label: `摄像机编码格式`, visible: false },
        { key: 3, label: `安装地址`, visible: false },
        { key: 3, label: `摄像机位置类型`, visible: false },
        { key: 3, label: `监视方位`, visible: false },
        { key: 3, label: `摄像机场景预设照片URL`, visible: false },
        { key: 3, label: `联网属性`, visible: false },
        { key: 3, label: `所属辖区公安机关`, visible: false },
        { key: 3, label: `安装时间`, visible: false },
        { key: 3, label: `管理单位`, visible: false },
        { key: 3, label: `管理单位联系方式`, visible: false },
        { key: 3, label: `录像保存天数`, visible: false },
        { key: 3, label: `所属部门/行业`, visible: false },
        { key: 0, label: `解码状态码`, visible: false },
        { key: 1, label: `sip状态码`, visible: false },
        { key: 2, label: `信令时延`, visible: false },
        { key: 3, label: `icmp延迟`, visible: false },
        { key: 3, label: `关键帧时延`, visible: false },
        { key: 3, label: `最近持续离线故障时间`, visible: false },
        { key: 3, label: `视频流时延`, visible: false },
        { key: 3, label: `巡检次数`, visible: false },
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
    },
    {
@@ -1860,6 +2055,9 @@
            },
            {
              label: '异常'
            },
            {
              label: '可用率'
            },
          ]
        }
@@ -1948,21 +2146,20 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: '点位名称标注正确数'
            },
            {
              label: '未联网'
              label: '点位名称标注错误数'
            },
            {
              label: '视频监控'
              label: 'osd时间标注正确数'
            },
            {
              label: '车辆识别'
              label: 'osd时间标注错误数'
            },
            {
              label: '人员识别'
              label: '标注正确率'
            },
          ]
        }
      ],
@@ -1974,164 +2171,90 @@
        {
          "label": "设备编码",
          "align": "center",
          "prop": "sbbm"
          "prop": "deviceNo",
          width: 190
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "sbmc"
          "prop": "osdName",
          width: 200
        },
        {
          "label": "摄像机采集区域",
          "label": "osd省",
          "align": "center",
          "prop": "sxjcjqy"
          "prop": "osdProvince",
          width: 150
        },
        {
          "label": "监控点位类型",
          "label": "osd市",
          "align": "center",
          "prop": "jkdwlx"
          "prop": "osdCity",
          width: 150
        },
        {
          "label": "IPV4地址",
          "label": "osd区",
          "align": "center",
          "prop": "ip"
          "prop": "osdPart",
          width: 150
        },
        {
          "label": "经度",
          "label": "osd左下角",
          "align": "center",
          "prop": "jd"
          "prop": "osdLB",
          width: 150
        },
        {
          "label": "纬度",
          "label": "osd时间是否正确",
          "align": "center",
          "prop": "wd"
          "prop": "osdTimeCorrect",
          width: 150
        },
        {
          "label": "摄像机功能类型",
          "label": "osd通道名是否正确",
          "align": "center",
          "prop": "sxjgnlx"
          "prop": "osdNameCorrect",
          width: 150
        },
        {
          "label": "MAC地址",
          "label": "osd省是否正确",
          "align": "center",
          "prop": "macdz"
          "prop": "osdProvinceCorrect",
          width: 150
        },
        {
          "label": "设备状态",
          "label": "osd市是否正确",
          "align": "center",
          "prop": "sbzt"
          "prop": "osdCityCorrect",
          width: 150
        },
        {
          "label": "设备厂商",
          "label": "osd区是否正确",
          "align": "center",
          "prop": "sbcs"
          "prop": "osdPartCorrect",
          width: 150
        },
        {
          "label": "行政区域",
          "label": "osd左下角是否正确",
          "align": "center",
          "prop": "xzqy"
          "prop": "osdLbCorrect",
          width: 150
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh"
        },
        {
          "label": "点位俗称",
          "align": "center",
          "prop": "dwcs"
        },
        {
          "label": "摄像机类型",
          "align": "center",
          "prop": "sxjlx"
        },
        {
          "label": "补光属性",
          "align": "center",
          "prop": "bgsx"
        },
        {
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "sxjbmgs"
        },
        {
          "label": "安装地址",
          "align": "center",
          "prop": "azdz"
        },
        {
          "label": "摄像机位置类型",
          "align": "center",
          "prop": "sxjwzlx"
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "jsfw"
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "sxjcjyszp"
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "lwsx"
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg"
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj"
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw"
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs"
        },
        {
          "label": "录像保存天数",
          "align": "center",
          "prop": "lxbcts"
        },
        {
          "label": "所属部门/行业",
          "align": "center",
          "prop": "ssbmhy"
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: 'osd时间标注正确数'
            },
            {
              label: '未联网'
              label: 'osd时间标注错误数'
            },
            {
              label: '视频监控'
              label: '校时正确率'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
            },
          ]
        }
      ],
@@ -2161,73 +2284,151 @@
      index: 'key_command_image_online',
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          "label": "ip地址",
          "align": "center",
          "prop": "ipAddr",
          "width": 150
        },
        {
          "label": "最近持续离线故障次数",
          "align": "center",
          "prop": "olErrEverduring",
          "width": 200
        },
        {
          "label": "最近持续离线故障时间",
          "align": "center",
          "prop": "olErrEverduringFirstTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 180
        },
        {
          "label": "巡检次数",
          "align": "center",
          "prop": "olTotal"
        },
        {
          "label": "sip状态码",
          "align": "center",
          "prop": "sipCode"
        },
        {
          "label": "信令时延",
          "align": "center",
          "prop": "sipDelay"
        },
        {
          "label": "在线状态",
          "align": "center",
          "prop": "statusText"
        },
        {
          "label": "省厅标签",
          "align": "center",
          "prop": "tagStr",
          "width": 200
        },
        {
          "label": "省厅标签列表",
          "align": "center",
          "prop": "tags",
          "width": 200
        },
        {
          "label": "视频流时延",
          "align": "center",
          "prop": "videoDelay"
        },
        {
          "label": "视频质量检测时间",
          "align": "center",
          "prop": "vqdTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: '设备总数'
            },
            {
              label: '未联网'
            },
            {
              label: '视频监控'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
              label: '在线率'
            },
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `解码状态码`, visible: false },
        { key: 1, label: `sip状态码`, visible: false },
        { key: 2, label: `信令时延`, visible: false },
        { key: 3, label: `icmp延迟`, visible: false },
        { key: 3, label: `关键帧时延`, visible: false },
        { key: 3, label: `最近持续离线故障时间`, visible: false },
        { key: 3, label: `视频流时延`, visible: false },
        { key: 3, label: `巡检次数`, visible: false },
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
    },
    {
      title: "视频图像质量检测报告",
@@ -2421,6 +2622,9 @@
            {
              label: '数据量少'
            },
            {
              label: '稳定性'
            },
          ]
        }
      ]
@@ -2495,16 +2699,10 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
              label: '在线率'
            },
          ]
        }
@@ -2515,201 +2713,331 @@
      index: 'device_directory_consistent',
      columns: [
        {
          "label": "设备编码",
          "label": "行政编码",
          "align": "center",
          "prop": "sbbm",
          "width": 220
          "prop": "civilCode.value",
          "width": 100
        },
        {
          "label": "设备名称",
          "label": "展示值",
          "align": "center",
          "prop": "sbmc",
          "width": 250
          "prop": "civilCode.showValue",
          "width": 100
        },
        {
          "label": "摄像机采集区域",
          "label": "是否错误",
          "align": "center",
          "prop": "sxjcjqy",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "align": "center",
          "prop": "integrated_device.showValue",
          "width": 120
        },
        {
          "label": "监控点位类型",
          "label": "集成设备是否错误",
          "align": "center",
          "prop": "jkdwlx",
          "prop": "integrated_device.error",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "width": 150
        },
        {
          "label": "IPV4地址",
          "label": "IP地址展示值",
          "align": "center",
          "prop": "ip",
          "prop": "ip.showValue",
          "width": 150
        },
        {
          "label": "经度",
          "label": "IP地址实际值",
          "align": "center",
          "prop": "jd",
          "width": 100
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd",
          "width": 100
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx",
          "prop": "ip.value",
          "width": 150
        },
        {
          "label": "MAC地址",
          "label": "IP地址是否有误",
          "align": "center",
          "prop": "macdz",
          "width": 150
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt",
          "width": 100
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs",
          "width": 150
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy",
          "width": 150
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh",
          "prop": "ip.error",
          "width": 120
        },
        {
          "label": "点位俗称",
          "label": "IP地址错误信息",
          "align": "center",
          "prop": "dwcs",
          "width": 250
          "prop": "ip.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机类型",
          "label": "监控点位类型展示值",
          "align": "center",
          "prop": "sxjlx",
          "prop": "jkdwlx.showValue",
          "width": 100
        },
        {
          "label": "补光属性",
          "label": "监控点位类型实际值",
          "align": "center",
          "prop": "bgsx",
          "prop": "jkdwlx.value",
          "width": 100
        },
        {
          "label": "摄像机编码格式",
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "sxjbmgs",
          "width": 170
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "安装地址",
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "azdz",
          "width": 170
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机位置类型",
          "label": "纬度展示值",
          "align": "center",
          "prop": "sxjwzlx",
          "width": 170
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "监视方位",
          "label": "纬度实际值",
          "align": "center",
          "prop": "jsfw",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "摄像机场景预设照片URL",
          "label": "纬度错误信息",
          "align": "center",
          "prop": "sxjcjyszp",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "联网属性",
          "label": "mac地址实际值",
          "align": "center",
          "prop": "lwsx",
          "width": 120
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg",
          "width": 170
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj",
          "width": 170
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw",
          "width": 170
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "录像保存天数",
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "lxbcts",
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "设备名展示值",
          "align": "center",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "设备名错误信息",
          "align": "center",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "所属部门/行业",
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "ssbmhy",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'IP异常数'
            },
            {
              label: 'MAC地址异常数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '一致率'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 4, label: `摄像机类型`, visible: false },
        { key: 5, label: `补光属性`, visible: false },
        { key: 6, label: `摄像机编码格式`, visible: false },
        { key: 7, label: `安装地址`, visible: false },
        { key: 8, label: `摄像机位置类型`, visible: false },
        { key: 9, label: `监视方位`, visible: false },
        { key: 10, label: `摄像机场景预设照片URL`, visible: false },
        { key: 11, label: `联网属性`, visible: false },
        { key: 12, label: `所属辖区公安机关`, visible: false },
        { key: 13, label: `安装时间`, visible: false },
        { key: 14, label: `管理单位`, visible: false },
        { key: 15, label: `录像保存天数`, visible: false },
        { key: 16, label: `所属部门/行业`, visible: false },
        { key: 16, label: `管理单位联系方式`, visible: false },
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
      ],
    },
    {
@@ -2775,6 +3103,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '准确率'
            },
          ]
        }
@@ -2879,7 +3210,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '完整性'
            }
          ]
        }
      ],
@@ -2969,7 +3302,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '准确性'
            }
          ]
        }
      ],
@@ -3230,6 +3565,9 @@
            {
              label: '数据量少'
            },
            {
              label: '准确性'
            },
          ]
        }
      ],
@@ -3340,7 +3678,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '及时性'
            }
          ]
        }
      ]
@@ -3426,7 +3766,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
            }
          ]
        }
      ]
@@ -3548,7 +3890,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
            }
          ]
        }
      ],
@@ -3638,6 +3982,9 @@
            {
              label: '数据量少'
            },
            {
              label: '稳定性'
            },
          ]
        }
      ]
@@ -3705,16 +4052,10 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
              label: '在线率'
            },
          ]
        }
@@ -3725,171 +4066,284 @@
      index: 'device_directory_consistent',
      columns: [
        {
          "label": "设备编码",
          "label": "行政编码",
          "align": "center",
          "prop": "sbbm",
          "width": 220
          "prop": "civilCode.value",
          "width": 100
        },
        {
          "label": "设备名称",
          "label": "展示值",
          "align": "center",
          "prop": "sbmc",
          "width": 250
          "prop": "civilCode.showValue",
          "width": 100
        },
        {
          "label": "摄像机采集区域",
          "label": "是否错误",
          "align": "center",
          "prop": "sxjcjqy",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "align": "center",
          "prop": "integrated_device.showValue",
          "width": 120
        },
        {
          "label": "监控点位类型",
          "label": "集成设备是否错误",
          "align": "center",
          "prop": "jkdwlx",
          "prop": "integrated_device.error",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "width": 150
        },
        {
          "label": "IPV4地址",
          "label": "IP地址展示值",
          "align": "center",
          "prop": "ip",
          "prop": "ip.showValue",
          "width": 150
        },
        {
          "label": "经度",
          "label": "IP地址实际值",
          "align": "center",
          "prop": "jd",
          "width": 100
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd",
          "width": 100
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx",
          "prop": "ip.value",
          "width": 150
        },
        {
          "label": "MAC地址",
          "label": "IP地址是否有误",
          "align": "center",
          "prop": "macdz",
          "width": 150
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt",
          "width": 100
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs",
          "width": 150
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy",
          "width": 150
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh",
          "prop": "ip.error",
          "width": 120
        },
        {
          "label": "点位俗称",
          "label": "IP地址错误信息",
          "align": "center",
          "prop": "dwcs",
          "width": 250
          "prop": "ip.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机类型",
          "label": "监控点位类型展示值",
          "align": "center",
          "prop": "sxjlx",
          "prop": "jkdwlx.showValue",
          "width": 100
        },
        {
          "label": "补光属性",
          "label": "监控点位类型实际值",
          "align": "center",
          "prop": "bgsx",
          "prop": "jkdwlx.value",
          "width": 100
        },
        {
          "label": "摄像机编码格式",
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "sxjbmgs",
          "width": 170
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "安装地址",
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "azdz",
          "width": 170
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机位置类型",
          "label": "纬度展示值",
          "align": "center",
          "prop": "sxjwzlx",
          "width": 170
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "监视方位",
          "label": "纬度实际值",
          "align": "center",
          "prop": "jsfw",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "摄像机场景预设照片URL",
          "label": "纬度错误信息",
          "align": "center",
          "prop": "sxjcjyszp",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "联网属性",
          "label": "mac地址实际值",
          "align": "center",
          "prop": "lwsx",
          "width": 120
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg",
          "width": 170
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj",
          "width": 170
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw",
          "width": 170
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "录像保存天数",
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "lxbcts",
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "设备名展示值",
          "align": "center",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "设备名错误信息",
          "align": "center",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "所属部门/行业",
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "ssbmhy",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
@@ -3897,29 +4351,46 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: 'IP异常数'
            },
            {
              label: 'MAC地址异常数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '一致率'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 4, label: `摄像机类型`, visible: false },
        { key: 5, label: `补光属性`, visible: false },
        { key: 6, label: `摄像机编码格式`, visible: false },
        { key: 7, label: `安装地址`, visible: false },
        { key: 8, label: `摄像机位置类型`, visible: false },
        { key: 9, label: `监视方位`, visible: false },
        { key: 10, label: `摄像机场景预设照片URL`, visible: false },
        { key: 11, label: `联网属性`, visible: false },
        { key: 12, label: `所属辖区公安机关`, visible: false },
        { key: 13, label: `安装时间`, visible: false },
        { key: 14, label: `管理单位`, visible: false },
        { key: 15, label: `录像保存天数`, visible: false },
        { key: 16, label: `所属部门/行业`, visible: false },
        { key: 16, label: `管理单位联系方式`, visible: false },
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
      ],
    },
    {
@@ -3990,6 +4461,9 @@
            {
              label: '精度过低'
            },
            {
              label: '准确率'
            },
          ]
        }
      ]
@@ -4050,6 +4524,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '合格性'
            },
          ]
        }
@@ -4277,6 +4754,9 @@
            {
              label: '数据量少'
            },
            {
              label: '准确性'
            },
          ]
        }
      ],
@@ -4497,6 +4977,9 @@
            {
              label: '数据量少'
            },
            {
              label: '及时性'
            },
          ]
        }
      ],
@@ -4624,7 +5107,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
            }
          ]
        }
      ],