xiangpei
2024-09-09 0d5e0f6ccc9b63d7d5cf3580bbf1cfefba0aaaf6
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: '合格率'
            },
          ]
        }
      ],
@@ -641,19 +659,19 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: 'IP异常数'
            },
            {
              label: '未联网'
              label: 'MAC地址异常数'
            },
            {
              label: '视频监控'
              label: '经度异常数'
            },
            {
              label: '车辆识别'
              label: '纬度异常数'
            },
            {
              label: '人员识别'
              label: '注册率'
            },
          ]
        }
@@ -973,21 +991,20 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: 'IP异常数'
            },
            {
              label: '未联网'
              label: 'MAC地址异常数'
            },
            {
              label: '视频监控'
              label: '经度异常数'
            },
            {
              label: '车辆识别'
              label: '纬度异常数'
            },
            {
              label: '人员识别'
              label: '考核比'
            },
          ]
        }
      ],
@@ -1147,6 +1164,9 @@
            {
              label: '设备总数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ],
@@ -1295,6 +1315,9 @@
            {
              label: '设备总数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ],
@@ -1384,6 +1407,9 @@
            {
              label: '异常'
            },
            {
              label: '可用率'
            },
          ]
        }
      ]
@@ -1460,6 +1486,9 @@
            },
            {
              label: '异常'
            },
            {
              label: '可用率'
            },
          ]
        }
@@ -1933,19 +1962,10 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: '设备总数'
            },
            {
              label: '未联网'
            },
            {
              label: '视频监控'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
              label: '在线率'
            },
          ]
        }
@@ -2036,6 +2056,9 @@
            {
              label: '异常'
            },
            {
              label: '可用率'
            },
          ]
        }
      ]
@@ -2123,21 +2146,20 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: '点位名称标注正确数'
            },
            {
              label: '未联网'
              label: '点位名称标注错误数'
            },
            {
              label: '视频监控'
              label: 'osd时间标注正确数'
            },
            {
              label: '车辆识别'
              label: 'osd时间标注错误数'
            },
            {
              label: '人员识别'
              label: '标注正确率'
            },
          ]
        }
      ],
@@ -2225,21 +2247,14 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '已联网'
              label: 'osd时间标注正确数'
            },
            {
              label: '未联网'
              label: 'osd时间标注错误数'
            },
            {
              label: '视频监控'
              label: '校时正确率'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
            },
          ]
        }
      ],
@@ -2393,21 +2408,12 @@
        {
          icon: 'el-icon-wind-power',
          dataList: [
            // {
            //   label: '已联网'
            // },
            // {
            //   label: '未联网'
            // },
            // {
            //   label: '视频监控'
            // },
            // {
            //   label: '车辆识别'
            // },
            // {
            //   label: '人员识别'
            // },
            {
              label: '设备总数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ],
@@ -2616,6 +2622,9 @@
            {
              label: '数据量少'
            },
            {
              label: '稳定性'
            },
          ]
        }
      ]
@@ -2690,16 +2699,10 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
              label: '在线率'
            },
          ]
        }
@@ -2710,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 }
      ],
    },
    {
@@ -2970,6 +3103,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '准确率'
            },
          ]
        }
@@ -3074,7 +3210,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '完整性'
            }
          ]
        }
      ],
@@ -3164,7 +3302,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '准确性'
            }
          ]
        }
      ],
@@ -3425,6 +3565,9 @@
            {
              label: '数据量少'
            },
            {
              label: '准确性'
            },
          ]
        }
      ],
@@ -3535,7 +3678,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '及时性'
            }
          ]
        }
      ]
@@ -3621,7 +3766,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
            }
          ]
        }
      ]
@@ -3743,7 +3890,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
            }
          ]
        }
      ],
@@ -3833,6 +3982,9 @@
            {
              label: '数据量少'
            },
            {
              label: '稳定性'
            },
          ]
        }
      ]
@@ -3900,16 +4052,10 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
              label: '在线率'
            },
          ]
        }
@@ -3920,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
        }
      ],
@@ -4092,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 }
      ],
    },
    {
@@ -4185,6 +4461,9 @@
            {
              label: '精度过低'
            },
            {
              label: '准确率'
            },
          ]
        }
      ]
@@ -4245,6 +4524,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '合格性'
            },
          ]
        }
@@ -4472,6 +4754,9 @@
            {
              label: '数据量少'
            },
            {
              label: '准确性'
            },
          ]
        }
      ],
@@ -4692,6 +4977,9 @@
            {
              label: '数据量少'
            },
            {
              label: '及时性'
            },
          ]
        }
      ],
@@ -4819,7 +5107,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
            }
          ]
        }
      ],