fuliqi
2024-10-24 f8331485341314c3d0613079d4981887a111568c
src/views/system/data-manage/data-detail/list.js
@@ -339,7 +339,7 @@
              label: '纬度异常数'
            },
            {
              label: '合格率'
              label: '今日合格率'
            },
          ]
        }
@@ -671,7 +671,7 @@
              label: '纬度异常数'
            },
            {
              label: '注册率'
              label: '今日注册率'
            },
          ]
        }
@@ -701,7 +701,7 @@
      ],
    },
    {
      title: '考核档案比',
      title: '档案考核比',
      index: 'archives_rate',
      columns: [
        {
@@ -1003,7 +1003,7 @@
              label: '纬度异常数'
            },
            {
              label: '考核比'
              label: '今日考核比'
            },
          ]
        }
@@ -1037,125 +1037,53 @@
      index: 'ministry_site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -1163,6 +1091,15 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '设备正常数'
            },
            {
              label: '设备异常数'
            },
            {
              label: '未知数'
            },
            {
              label: '在线率'
@@ -1182,131 +1119,65 @@
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: "点位在线率",
      index: 'site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -1314,6 +1185,15 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '设备正常数'
            },
            {
              label: '设备异常数'
            },
            {
              label: '未知数'
            },
            {
              label: '在线率'
@@ -1333,6 +1213,12 @@
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: "录像可用率",
@@ -1399,6 +1285,9 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '完整'
            },
            {
@@ -1408,11 +1297,17 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '录像可用率'
            },
          ]
        }
      ]
      ],
      options: [
        { label: '完整',value: 1 },
        { label: '间歇',value: 0 },
        { label: '异常',value: -1 },
      ],
      optionsName: '录像状态',
    },
    {
      title: "部级巡检录像可用率",
@@ -1479,6 +1374,9 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '完整'
            },
            {
@@ -1488,11 +1386,17 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '录像可用率'
            },
          ]
        }
      ]
      ],
      options: [
        { label: '完整',value: 1 },
        { label: '间歇',value: 0 },
        { label: '异常',value: -1 },
      ],
      optionsName: '录像状态',
    },
    {
      title: "标注正确率",
@@ -1837,125 +1741,53 @@
      index: 'key_site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -1963,6 +1795,15 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '设备正常数'
            },
            {
              label: '设备异常数'
            },
            {
              label: '未知数'
            },
            {
              label: '在线率'
@@ -1982,6 +1823,12 @@
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: '重点点位录像可用率',
@@ -2048,6 +1895,9 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '完整'
            },
            {
@@ -2057,11 +1907,17 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '录像可用率'
            },
          ]
        }
      ]
      ],
      options: [
        { label: '完整',value: 1 },
        { label: '间歇',value: 0 },
        { label: '异常',value: -1 },
      ],
      optionsName: '录像状态',
    },
    {
      title: '重点点位标注正确率',
@@ -2106,63 +1962,62 @@
        {
          "label": "osd时间是否正确",
          "align": "center",
          "prop": "osdTimeCorrect",
          "prop": "osdTimeCorrectText",
          width: 150
        },
        {
          "label": "osd通道名是否正确",
          "align": "center",
          "prop": "osdNameCorrect",
          "prop": "osdNameCorrectText",
          width: 150
        },
        {
          "label": "osd省是否正确",
          "align": "center",
          "prop": "osdProvinceCorrect",
          "prop": "osdProvinceCorrectText",
          width: 150
        },
        {
          "label": "osd市是否正确",
          "align": "center",
          "prop": "osdCityCorrect",
          "prop": "osdCityCorrectText",
          width: 150
        },
        {
          "label": "osd区是否正确",
          "align": "center",
          "prop": "osdPartCorrect",
          "prop": "osdPartCorrectText",
          width: 150
        },
        {
          "label": "osd左下角是否正确",
          "align": "center",
          "prop": "osdLbCorrect",
          width: 150
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '点位名称标注正确数'
              label: '总数'
            },
            {
              label: '点位名称标注错误数'
              label: 'OSD正确数'
            },
            {
              label: 'osd时间标注正确数'
              label: 'OSD错误数'
            },
            {
              label: 'osd时间标注错误数'
              label: 'OSD未知数'
            },
            {
              label: '标注正确率'
              label: '重点点位标注正确率'
            },
          ]
        }
      ],
      options: [
        { label: '正确',value: 1 },
        { label: '错误',value: -1 },
        { label: '未知',value: 0 },
      ],
      optionsName: 'OSD状态',
    },
    {
      title: '重点点位校时正确率',
@@ -2207,57 +2062,62 @@
        {
          "label": "osd时间是否正确",
          "align": "center",
          "prop": "osdTimeCorrect",
          "prop": "osdTimeCorrectText",
          width: 150
        },
        {
          "label": "osd通道名是否正确",
          "align": "center",
          "prop": "osdNameCorrect",
          "prop": "osdNameCorrectText",
          width: 150
        },
        {
          "label": "osd省是否正确",
          "align": "center",
          "prop": "osdProvinceCorrect",
          "prop": "osdProvinceCorrectText",
          width: 150
        },
        {
          "label": "osd市是否正确",
          "align": "center",
          "prop": "osdCityCorrect",
          "prop": "osdCityCorrectText",
          width: 150
        },
        {
          "label": "osd区是否正确",
          "align": "center",
          "prop": "osdPartCorrect",
          "prop": "osdPartCorrectText",
          width: 150
        },
        {
          "label": "osd左下角是否正确",
          "align": "center",
          "prop": "osdLbCorrect",
          width: 150
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'osd时间标注正确数'
              label: '总数'
            },
            {
              label: 'osd时间标注错误数'
              label: 'OSD正确数'
            },
            {
              label: '校时正确率'
              label: 'OSD错误数'
            },
            {
              label: 'OSD未知数'
            },
            {
              label: '重点点位标注正确率'
            },
          ]
        }
      ],
      options: [
        { label: '正确',value: 1 },
        { label: '错误',value: -1 },
        { label: '未知',value: 0 },
      ],
      optionsName: 'OSD时间',
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
@@ -2284,125 +2144,53 @@
      index: 'key_command_image_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -2410,6 +2198,15 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '设备正常数'
            },
            {
              label: '设备异常数'
            },
            {
              label: '未知数'
            },
            {
              label: '在线率'
@@ -2429,6 +2226,12 @@
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: "视频图像质量检测报告",
@@ -2623,7 +2426,7 @@
              label: '数据量少'
            },
            {
              label: '稳定性'
              label: '今日稳定性'
            },
          ]
        }
@@ -2634,65 +2437,53 @@
      index: 'site_online',
      columns: [
        {
          "label": "数据类型",
          "align": "center",
          "prop": "dataType",
          width: 100
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName",
          width: 200
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 120
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "抓拍数据量",
          "align": "center",
          "prop": "dataCount",
          width: 100
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "非今日抓拍量",
          "align": "center",
          "prop": "noTodayCount",
          width: 110
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "周平均抓拍量",
          "align": "center",
          "prop": "weekCompareCount",
          width: 150
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataDays",
          width: 170
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "resultType",
          width: 170
        }
      ],
      card: [
        {
@@ -2702,11 +2493,26 @@
              label: '设备总数'
            },
            {
              label: '设备正常数'
            },
            {
              label: '设备异常数'
            },
            {
              label: '未知数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ]
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: '联网卡口设备目录一致率',
@@ -3011,7 +2817,7 @@
              label: '纬度异常数'
            },
            {
              label: '一致率'
              label: '今日一致率'
            },
          ]
        }
@@ -3105,7 +2911,7 @@
              label: '精度过低'
            },
            {
              label: '准确率'
              label: '今日准确率'
            },
          ]
        }
@@ -3211,7 +3017,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '完整性'
              label: '今日完整性'
            }
          ]
        }
@@ -3303,7 +3109,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '准确性'
              label: '今日准确性'
            }
          ]
        }
@@ -3566,7 +3372,7 @@
              label: '数据量少'
            },
            {
              label: '准确性'
              label: '今日准确性'
            },
          ]
        }
@@ -3679,7 +3485,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '及时性'
              label: '今日及时性'
            }
          ]
        }
@@ -3767,7 +3573,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
              label: '今日可用性'
            }
          ]
        }
@@ -3891,7 +3697,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
              label: '今日可用性'
            }
          ]
        }
@@ -3983,7 +3789,7 @@
              label: '数据量少'
            },
            {
              label: '稳定性'
              label: '今日稳定性'
            },
          ]
        }
@@ -3994,57 +3800,52 @@
      index: 'site_online',
      columns: [
        {
          label: '内码',
          label: '国标码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
          prop: 'no',
          width: 300,
        },
        {
          label: '设备或卡口国标编码',
          label: '设备名',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
          prop: 'name',
          width: 380,
        },
        {
          label: '设备或卡口名称',
          label: 'ip',
          align: 'center',
          prop: 'deviceName',
          prop: 'ip',
          width: 200,
        },
        {
          label: '组织编号',
          label: '设备状态',
          align: 'center',
          prop: 'orgCode',
          width: 100,
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '抓拍数据量',
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'dataCount',
          width: 120,
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          label: '非今日抓拍量',
          label: '当日监测次数',
          align: 'center',
          prop: 'noTodayCount',
          width: 120,
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '周平均抓拍量',
          label: '当日离线次数',
          align: 'center',
          prop: 'weekCompareCount',
          width: 120,
          prop: 'offLineCount',
          width: 200,
        },
        {
          label: '持续无数据天数',
          label: '监测时间',
          align: 'center',
          prop: 'continueNoDataDays',
          width: 120,
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          width: 150,
          prop: 'mongoCreateTime',
          width: 200,
        },
      ],
      card: [
@@ -4052,23 +3853,29 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
              label: '设备正常数'
            },
            {
              label: '数据突降'
              label: '设备异常数'
            },
            {
              label: '数据量少'
              label: '未知数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ]
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: '目录一致率',
@@ -4373,7 +4180,7 @@
              label: '纬度异常数'
            },
            {
              label: '一致率'
              label: '今日一致率'
            },
          ]
        }
@@ -4471,7 +4278,7 @@
              label: '精度过低'
            },
            {
              label: '准确率'
              label: '今日准确率'
            },
          ]
        }
@@ -4535,7 +4342,7 @@
              label: '精度过低'
            },
            {
              label: '合格性'
              label: '今日合格性'
            },
          ]
        }
@@ -4764,7 +4571,7 @@
              label: '数据量少'
            },
            {
              label: '准确性'
              label: '今日准确性'
            },
          ]
        }
@@ -4987,7 +4794,7 @@
              label: '数据量少'
            },
            {
              label: '及时性'
              label: '今日及时性'
            },
          ]
        }
@@ -5117,7 +4924,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
              label: '今日可用性'
            }
          ]
        }
@@ -5149,153 +4956,153 @@
      index: 'view_zc_manage',
      columns: [
        {
          label: "设备编码",
          align: "center",
          prop: "serialNumber"
          "label": "设备编码",
          "align": "center",
          "prop": "serialNumber"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "name"
          "label": "设备名称",
          "align": "center",
          "prop": "name"
        },
        {
          label: "监控点位类型",
          align: "center",
          prop: "siteType"
          "label": "监控点位类型",
          "align": "center",
          "prop": "siteType"
        },
        {
          label: "Mac地址",
          align: "center",
          prop: "macAddr"
          "label": "Mac地址",
          "align": "center",
          "prop": "macAddr"
        }, {
          label: "IPV4/IPV6",
          align: "center",
          prop: "ip"
          "label": "IPV4/IPV6",
          "align": "center",
          "prop": "ip"
        },
        {
          label: "摄像机功能类型",
          align: "center",
          prop: "cameraFunType"
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "cameraFunType"
        },
        {
          label: "经度",
          align: "center",
          prop: "longitude"
          "label": "经度",
          "align": "center",
          "prop": "longitude"
        },
        {
          label: "纬度",
          align: "center",
          prop: "latitude"
          "label": "纬度",
          "align": "center",
          "prop": "latitude"
        },
        {
          label: "摄像机采集区域",
          align: "center",
          prop: "cameraCaptureArea"
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "cameraCaptureArea"
        },
        {
          label: "设备状态",
          align: "center",
          prop: "onState"
          "label": "设备状态",
          "align": "center",
          "prop": "onState"
        },
        {
          label: "行政区域",
          align: "center",
          prop: "civilCode"
          "label": "行政区域",
          "align": "center",
          "prop": "civilCode"
        },
        {
          label: "是否集成设备",
          align: "center",
          prop: "integratedDevice"
          "label": "是否集成设备",
          "align": "center",
          "prop": "integratedDevice"
        },
        {
          label: "摄像机品牌",
          align: "center",
          prop: "cameraBrand"
          "label": "摄像机品牌",
          "align": "center",
          "prop": "cameraBrand"
        },
        {
          label: "安装地址",
          align: "center",
          prop: "address"
          "label": "安装地址",
          "align": "center",
          "prop": "address"
        },
        {
          label: "联网属性",
          align: "center",
          prop: "netWorking"
          "label": "联网属性",
          "align": "center",
          "prop": "netWorking"
        },
        {
          label: "所属辖区公安机关",
          align: "center",
          prop: "publicSecurity"
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "publicSecurity"
        },
        {
          label: "安装时间",
          align: "center",
          prop: "installedTime"
          "label": "安装时间",
          "align": "center",
          "prop": "installedTime"
        },
        {
          label: "管理单位",
          align: "center",
          prop: "managementUnit"
          "label": "管理单位",
          "align": "center",
          "prop": "managementUnit"
        },
        {
          label: "管理单位联系方式",
          align: "center",
          prop: "muContactInfo"
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "muContactInfo"
        },
        {
          label: "录像保存天数",
          align: "center",
          prop: "storageDays"
          "label": "录像保存天数",
          "align": "center",
          "prop": "storageDays"
        },
        {
          label: "监视方位",
          align: "center",
          prop: "monitorAzimuth"
          "label": "监视方位",
          "align": "center",
          "prop": "monitorAzimuth"
        },
        {
          label: "摄像机场景预设照片URL",
          align: "center",
          prop: "scenePhotoAddr"
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "scenePhotoAddr"
        },
        {
          label: "设备型号",
          align: "center",
          prop: "model"
          "label": "设备型号",
          "align": "center",
          "prop": "model"
        },
        {
          label: "点位俗称",
          align: "center",
          prop: "siteVulgo"
          "label": "点位俗称",
          "align": "center",
          "prop": "siteVulgo"
        },
        {
          label: "摄像机类型",
          align: "center",
          prop: "cameraType"
          "label": "摄像机类型",
          "align": "center",
          "prop": "cameraType"
        },
        {
          label: "补光属性",
          align: "center",
          prop: "cameraLightType"
          "label": "补光属性",
          "align": "center",
          "prop": "cameraLightType"
        },
        {
          label: "摄像机编码格式",
          align: "center",
          prop: "encodedFormat"
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "encodedFormat"
        },
        {
          label: "所属部门/行业",
          align: "center",
          prop: "cameraDept"
          "label": "所属部门/行业",
          "align": "center",
          "prop": "cameraDept"
        },
        {
          label: "行业编码",
          align: "center",
          prop: "hybm"
          "label": "行业编码",
          "align": "center",
          "prop": "hybm"
        },
        {
          label: "类型编码",
          align: "center",
          prop: "lxbm"
          "label": "类型编码",
          "align": "center",
          "prop": "lxbm"
        }
      ],
      card: [