fuliqi
2024-11-01 4529cc97736ab92b30fb6351b37970bf53a22794
数据中心优化完成
5个文件已修改
3357 ■■■■■ 已修改文件
src/views/system/data-manage/data-detail/list.js 3344 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/face/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/monitor/video/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/distribute/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js
@@ -27,7 +27,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: "平台数"
@@ -44,7 +44,7 @@
          "label": "设备编码",
          "align": "center",
          "prop": "serialNumber",
          "error":"serialNumberError",
          "error": "serialNumberError",
          "width": 300
        },
        {
@@ -127,7 +127,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
@@ -146,23 +146,23 @@
      ],
      optionsStatus: true,
      options: [
        { label: '合格',value: 1 },
        { label: '不合格',value: -1 },
        {label: '合格', value: 1},
        {label: '不合格', value: -1},
      ],
      optionsName: '合格状态',
      showList: [
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `监控点位类型`, visible: true },
        { key: 3, label: `mac地址`, visible: true },
        { key: 4, label: `ip`, visible: true },
        { key: 5, label: `摄像机功能类型`, visible: true },
        { key: 6, label: `设备经度`, visible: true },
        { key: 7, label: `设备纬度`, visible: true },
        { key: 8, label: `摄像机采集区域`, visible: true },
        { key: 9, label: `设备状态`, visible: true },
        { key: 10, label: `行政区域`, visible: true },
        { key: 11, label: `是否集成设备`, visible: true },
        {key: 0, label: `设备编码`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `监控点位类型`, visible: true},
        {key: 3, label: `mac地址`, visible: true},
        {key: 4, label: `ip`, visible: true},
        {key: 5, label: `摄像机功能类型`, visible: true},
        {key: 6, label: `设备经度`, visible: true},
        {key: 7, label: `设备纬度`, visible: true},
        {key: 8, label: `摄像机采集区域`, visible: true},
        {key: 9, label: `设备状态`, visible: true},
        {key: 10, label: `行政区域`, visible: true},
        {key: 11, label: `是否集成设备`, visible: true},
      ],
    },
    {
@@ -173,7 +173,7 @@
          "label": "设备编码",
          "align": "center",
          "prop": "serialNumber",
          "error":"serialNumberError",
          "error": "serialNumberError",
          "width": 300
        },
        {
@@ -262,7 +262,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '今日档案数'
@@ -277,24 +277,24 @@
        }
      ],
      showList: [
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `监控点位类型`, visible: true },
        { key: 3, label: `mac地址`, visible: true },
        { key: 4, label: `ip`, visible: true },
        { key: 5, label: `摄像机功能类型`, visible: true },
        { key: 6, label: `设备经度`, visible: true },
        { key: 7, label: `设备纬度`, visible: true },
        { key: 8, label: `摄像机采集区域`, visible: true },
        { key: 9, label: `设备状态`, visible: true },
        { key: 10, label: `行政区域`, visible: true },
        { key: 11, label: `是否集成设备`, visible: true },
        { key: 12, label: `是否是新设备`, visible: true },
        {key: 0, label: `设备编码`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `监控点位类型`, visible: true},
        {key: 3, label: `mac地址`, visible: true},
        {key: 4, label: `ip`, visible: true},
        {key: 5, label: `摄像机功能类型`, visible: true},
        {key: 6, label: `设备经度`, visible: true},
        {key: 7, label: `设备纬度`, visible: true},
        {key: 8, label: `摄像机采集区域`, visible: true},
        {key: 9, label: `设备状态`, visible: true},
        {key: 10, label: `行政区域`, visible: true},
        {key: 11, label: `是否集成设备`, visible: true},
        {key: 12, label: `是否是新设备`, visible: true},
      ],
      optionsStatus: true,
      options: [
        { label: '是',value: 1 },
        { label: '否',value: -1 },
        {label: '是', value: 1},
        {label: '否', value: -1},
      ],
      optionsName: '新档案',
    },
@@ -306,7 +306,7 @@
          "label": "设备编码",
          "align": "center",
          "prop": "serialNumber",
          "error":"serialNumberError",
          "error": "serialNumberError",
          "width": 300
        },
        {
@@ -389,7 +389,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '档案总数'
@@ -404,18 +404,18 @@
        }
      ],
      showList: [
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `监控点位类型`, visible: true },
        { key: 3, label: `mac地址`, visible: true },
        { key: 4, label: `ip`, visible: true },
        { key: 5, label: `摄像机功能类型`, visible: true },
        { key: 6, label: `设备经度`, visible: true },
        { key: 7, label: `设备纬度`, visible: true },
        { key: 8, label: `摄像机采集区域`, visible: true },
        { key: 9, label: `设备状态`, visible: true },
        { key: 10, label: `行政区域`, visible: true },
        { key: 11, label: `是否集成设备`, visible: true },
        {key: 0, label: `设备编码`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `监控点位类型`, visible: true},
        {key: 3, label: `mac地址`, visible: true},
        {key: 4, label: `ip`, visible: true},
        {key: 5, label: `摄像机功能类型`, visible: true},
        {key: 6, label: `设备经度`, visible: true},
        {key: 7, label: `设备纬度`, visible: true},
        {key: 8, label: `摄像机采集区域`, visible: true},
        {key: 9, label: `设备状态`, visible: true},
        {key: 10, label: `行政区域`, visible: true},
        {key: 11, label: `是否集成设备`, visible: true},
      ],
    },
    {
@@ -473,7 +473,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '设备总数'
@@ -494,19 +494,19 @@
        }
      ],
      showList: [
        { key: 0, label: `国标码`, visible: true },
        { key: 1, label: `设备名`, visible: true },
        { key: 2, label: `ip`, visible: true },
        { key: 3, label: `设备状态`, visible: true },
        { key: 4, label: `最近Ping监测状态`, visible: true },
        { key: 5, label: `当日监测次数`, visible: true },
        { key: 6, label: `当日离线次数`, visible: true },
        { key: 7, label: `监测时间`, visible: true },
        {key: 0, label: `国标码`, visible: true},
        {key: 1, label: `设备名`, visible: true},
        {key: 2, label: `ip`, visible: true},
        {key: 3, label: `设备状态`, visible: true},
        {key: 4, label: `最近Ping监测状态`, visible: true},
        {key: 5, label: `当日监测次数`, visible: true},
        {key: 6, label: `当日离线次数`, visible: true},
        {key: 7, label: `监测时间`, visible: true},
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
        {label: '在线', value: 1},
        {label: '离线', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: '在线情况',
      optionsStatus: true,
@@ -566,7 +566,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '设备总数'
@@ -587,19 +587,19 @@
        }
      ],
      showList: [
        { key: 0, label: `国标码`, visible: true },
        { key: 1, label: `设备名`, visible: true },
        { key: 2, label: `ip`, visible: true },
        { key: 3, label: `设备状态`, visible: true },
        { key: 4, label: `最近Ping监测状态`, visible: true },
        { key: 5, label: `当日监测次数`, visible: true },
        { key: 6, label: `当日离线次数`, visible: true },
        { key: 7, label: `监测时间`, visible: true },
        {key: 0, label: `国标码`, visible: true},
        {key: 1, label: `设备名`, visible: true},
        {key: 2, label: `ip`, visible: true},
        {key: 3, label: `设备状态`, visible: true},
        {key: 4, label: `最近Ping监测状态`, visible: true},
        {key: 5, label: `当日监测次数`, visible: true},
        {key: 6, label: `当日离线次数`, visible: true},
        {key: 7, label: `监测时间`, visible: true},
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
        {label: '在线', value: 1},
        {label: '离线', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: '在线情况',
      optionsStatus: true,
@@ -666,7 +666,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
@@ -687,23 +687,23 @@
        }
      ],
      options: [
        { label: '完整',value: 1 },
        { label: '间歇',value: 0 },
        { label: '异常',value: -1 },
        {label: '完整', value: 1},
        {label: '间歇', value: 0},
        {label: '异常', value: -1},
      ],
      optionsName: '录像状态',
      optionsStatus: true,
      showList: [
        { key: 0, label: `行政区域`, visible: true },
        { key: 1, label: `行政区域ID`, visible: true },
        { key: 2, label: `创建时间`, visible: true },
        { key: 3, label: `摄像机ID`, visible: true },
        { key: 4, label: `摄像机名称`, visible: true },
        { key: 5, label: `缺失时长`, visible: true },
        { key: 6, label: `国标平台ID`, visible: true },
        { key: 7, label: `录像时长`, visible: true },
        { key: 7, label: `录像完整状态`, visible: true },
        { key: 7, label: `统计时间`, visible: true },
        {key: 0, label: `行政区域`, visible: true},
        {key: 1, label: `行政区域ID`, visible: true},
        {key: 2, label: `创建时间`, visible: true},
        {key: 3, label: `摄像机ID`, visible: true},
        {key: 4, label: `摄像机名称`, visible: true},
        {key: 5, label: `缺失时长`, visible: true},
        {key: 6, label: `国标平台ID`, visible: true},
        {key: 7, label: `录像时长`, visible: true},
        {key: 7, label: `录像完整状态`, visible: true},
        {key: 7, label: `统计时间`, visible: true},
      ],
    },
    {
@@ -768,7 +768,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
@@ -789,23 +789,23 @@
        }
      ],
      options: [
        { label: '完整',value: 1 },
        { label: '间歇',value: 0 },
        { label: '异常',value: -1 },
        {label: '完整', value: 1},
        {label: '间歇', value: 0},
        {label: '异常', value: -1},
      ],
      optionsName: '录像状态',
      optionsStatus: true,
      showList: [
        { key: 0, label: `行政区域`, visible: true },
        { key: 1, label: `行政区域ID`, visible: true },
        { key: 2, label: `创建时间`, visible: true },
        { key: 3, label: `摄像机ID`, visible: true },
        { key: 4, label: `摄像机名称`, visible: true },
        { key: 5, label: `缺失时长`, visible: true },
        { key: 6, label: `国标平台ID`, visible: true },
        { key: 7, label: `录像时长`, visible: true },
        { key: 7, label: `录像完整状态`, visible: true },
        { key: 7, label: `统计时间`, visible: true },
        {key: 0, label: `行政区域`, visible: true},
        {key: 1, label: `行政区域ID`, visible: true},
        {key: 2, label: `创建时间`, visible: true},
        {key: 3, label: `摄像机ID`, visible: true},
        {key: 4, label: `摄像机名称`, visible: true},
        {key: 5, label: `缺失时长`, visible: true},
        {key: 6, label: `国标平台ID`, visible: true},
        {key: 7, label: `录像时长`, visible: true},
        {key: 7, label: `录像完整状态`, visible: true},
        {key: 7, label: `统计时间`, visible: true},
      ],
    },
    {
@@ -955,7 +955,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '已联网'
@@ -1124,7 +1124,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '已联网'
@@ -1201,7 +1201,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '设备总数'
@@ -1222,19 +1222,19 @@
        }
      ],
      showList: [
        { key: 0, label: `国标码`, visible: true },
        { key: 1, label: `设备名`, visible: true },
        { key: 2, label: `ip`, visible: true },
        { key: 3, label: `设备状态`, visible: true },
        { key: 4, label: `最近Ping监测状态`, visible: true },
        { key: 5, label: `当日监测次数`, visible: true },
        { key: 6, label: `当日离线次数`, visible: true },
        { key: 7, label: `监测时间`, visible: true },
        {key: 0, label: `国标码`, visible: true},
        {key: 1, label: `设备名`, visible: true},
        {key: 2, label: `ip`, visible: true},
        {key: 3, label: `设备状态`, visible: true},
        {key: 4, label: `最近Ping监测状态`, visible: true},
        {key: 5, label: `当日监测次数`, visible: true},
        {key: 6, label: `当日离线次数`, visible: true},
        {key: 7, label: `监测时间`, visible: true},
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
        {label: '在线', value: 1},
        {label: '离线', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: '在线情况',
      optionsStatus: true,
@@ -1301,7 +1301,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
@@ -1322,23 +1322,23 @@
        }
      ],
      options: [
        { label: '完整',value: 1 },
        { label: '间歇',value: 0 },
        { label: '异常',value: -1 },
        {label: '完整', value: 1},
        {label: '间歇', value: 0},
        {label: '异常', value: -1},
      ],
      optionsName: '录像状态',
      optionsStatus: true,
      showList: [
        { key: 0, label: `行政区域`, visible: true },
        { key: 1, label: `行政区域ID`, visible: true },
        { key: 2, label: `创建时间`, visible: true },
        { key: 3, label: `摄像机ID`, visible: true },
        { key: 4, label: `摄像机名称`, visible: true },
        { key: 5, label: `缺失时长`, visible: true },
        { key: 6, label: `国标平台ID`, visible: true },
        { key: 7, label: `录像时长`, visible: true },
        { key: 7, label: `录像完整状态`, visible: true },
        { key: 7, label: `统计时间`, visible: true },
        {key: 0, label: `行政区域`, visible: true},
        {key: 1, label: `行政区域ID`, visible: true},
        {key: 2, label: `创建时间`, visible: true},
        {key: 3, label: `摄像机ID`, visible: true},
        {key: 4, label: `摄像机名称`, visible: true},
        {key: 5, label: `缺失时长`, visible: true},
        {key: 6, label: `国标平台ID`, visible: true},
        {key: 7, label: `录像时长`, visible: true},
        {key: 7, label: `录像完整状态`, visible: true},
        {key: 7, label: `统计时间`, visible: true},
      ],
    },
    {
@@ -1414,7 +1414,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
@@ -1435,24 +1435,24 @@
        }
      ],
      options: [
        { label: '正确',value: 1 },
        { label: '错误',value: -1 },
        { label: '未知',value: 0 },
        {label: '正确', value: 1},
        {label: '错误', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: 'OSD状态',
      optionsStatus: true,
      showList: [
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `osd省`, visible: true },
        { key: 3, label: `osd市`, visible: true },
        { key: 4, label: `osd区`, visible: true },
        { key: 5, label: `osd左下角`, visible: true },
        { key: 6, label: `osd时间是否正确`, visible: true },
        { key: 7, label: `osd通道名是否正确`, visible: true },
        { key: 7, label: `osd省是否正确`, visible: true },
        { key: 7, label: `osd市是否正确`, visible: true },
        { key: 7, label: `osd区是否正确`, visible: true },
        {key: 0, label: `设备编码`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `osd省`, visible: true},
        {key: 3, label: `osd市`, visible: true},
        {key: 4, label: `osd区`, visible: true},
        {key: 5, label: `osd左下角`, visible: true},
        {key: 6, label: `osd时间是否正确`, visible: true},
        {key: 7, label: `osd通道名是否正确`, visible: true},
        {key: 7, label: `osd省是否正确`, visible: true},
        {key: 7, label: `osd市是否正确`, visible: true},
        {key: 7, label: `osd区是否正确`, visible: true},
      ],
    },
    {
@@ -1528,7 +1528,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
@@ -1549,24 +1549,24 @@
        }
      ],
      options: [
        { label: '正确',value: 1 },
        { label: '错误',value: -1 },
        { label: '未知',value: 0 },
        {label: '正确', value: 1},
        {label: '错误', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: 'OSD时间',
      optionsStatus: true,
      showList: [
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `osd省`, visible: true },
        { key: 3, label: `osd市`, visible: true },
        { key: 4, label: `osd区`, visible: true },
        { key: 5, label: `osd左下角`, visible: true },
        { key: 6, label: `osd时间是否正确`, visible: true },
        { key: 7, label: `osd通道名是否正确`, visible: true },
        { key: 7, label: `osd省是否正确`, visible: true },
        { key: 7, label: `osd市是否正确`, visible: true },
        { key: 7, label: `osd区是否正确`, visible: true },
        {key: 0, label: `设备编码`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `osd省`, visible: true},
        {key: 3, label: `osd市`, visible: true},
        {key: 4, label: `osd区`, visible: true},
        {key: 5, label: `osd左下角`, visible: true},
        {key: 6, label: `osd时间是否正确`, visible: true},
        {key: 7, label: `osd通道名是否正确`, visible: true},
        {key: 7, label: `osd省是否正确`, visible: true},
        {key: 7, label: `osd市是否正确`, visible: true},
        {key: 7, label: `osd区是否正确`, visible: true},
      ],
    },
    {
@@ -1624,7 +1624,7 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '设备总数'
@@ -1645,19 +1645,19 @@
        }
      ],
      showList: [
        { key: 0, label: `国标码`, visible: true },
        { key: 1, label: `设备名`, visible: true },
        { key: 2, label: `ip`, visible: true },
        { key: 3, label: `设备状态`, visible: true },
        { key: 4, label: `最近Ping监测状态`, visible: true },
        { key: 5, label: `当日监测次数`, visible: true },
        { key: 6, label: `当日离线次数`, visible: true },
        { key: 7, label: `监测时间`, visible: true },
        {key: 0, label: `国标码`, visible: true},
        {key: 1, label: `设备名`, visible: true},
        {key: 2, label: `ip`, visible: true},
        {key: 3, label: `设备状态`, visible: true},
        {key: 4, label: `最近Ping监测状态`, visible: true},
        {key: 5, label: `当日监测次数`, visible: true},
        {key: 6, label: `当日离线次数`, visible: true},
        {key: 7, label: `监测时间`, visible: true},
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
        {label: '离线', value: -1},
        {label: '未知', value: 0},
        {label: '在线', value: 1},
      ],
      optionsName: '在线情况',
    },
@@ -1717,9 +1717,8 @@
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
          ]
          icon: 'el-icon-video-camera',
          dataList: []
        }
      ]
    },
@@ -1761,9 +1760,7 @@
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
          ]
          dataList: []
        }
      ]
    },
@@ -1777,28 +1774,22 @@
      index: 'view_connect_stability',
      columns: [
        {
          "label": "数据类型",
          "align": "center",
          "prop": "dataType",
          width: 120
        },
        {
          "label": "卡口内码或采集设备内码",
          "label": "卡口内码",
          "align": "center",
          "prop": "indexCode",
          width: 190
          width: 300
        },
        {
          "label": "设备或卡口国标编码",
          "label": "国标码",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190
          width: 300
        },
        {
          "label": "设备或卡口名称",
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          width: 200
          width: 300
        },
        {
          "label": "组织编号",
@@ -1833,7 +1824,7 @@
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "resultType",
          "prop": "resultTypeText",
          width: 170
        }
      ],
@@ -1842,23 +1833,39 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '抓拍总量'
            },
            {
              label: '正常'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
            },
            {
              label: '今日稳定性'
              label: '视图库对接稳定性'
            },
          ]
        }
      ]
      ],
      showList: [
        {key: 0, label: `卡口内码`, visible: true},
        {key: 1, label: `国标码`, visible: true},
        {key: 2, label: `设备名称`, visible: true},
        {key: 3, label: `组织编号`, visible: true},
        {key: 4, label: `抓拍数据量`, visible: true},
        {key: 5, label: `非今日抓拍量`, visible: true},
        {key: 6, label: `周平均抓拍量`, visible: true},
        {key: 7, label: `持续无数据天数`, visible: true},
        {key: 8, label: `抓拍数据量监测结果`, visible: true},
      ],
      options: [
        {label: '正常', value: 1},
        {label: '无数据', value: 2},
        {label: '数据突降', value: 3},
        {label: '数据量少', value: 4},
      ],
      optionsName: '抓拍量',
      optionsStatus: true,
    },
    {
      title: '点位在线率',
@@ -1935,389 +1942,201 @@
          ]
        }
      ],
      showList: [
        {key: 0, label: `国标码`, visible: true},
        {key: 1, label: `设备名`, visible: true},
        {key: 2, label: `ip`, visible: true},
        {key: 3, label: `设备状态`, visible: true},
        {key: 4, label: `最近Ping监测状态`, visible: true},
        {key: 5, label: `当日监测次数`, visible: true},
        {key: 6, label: `当日离线次数`, visible: true},
        {key: 7, label: `监测时间`, visible: true},
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
        {label: '在线', value: 1},
        {label: '离线', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: '在线情况',
      optionsStatus: true,
    },
    {
      title: '联网卡口设备目录一致率',
      index: 'device_directory_consistent',
      columns: [
        {
          "label": "行政编码",
          "label": "设备编码",
          "align": "center",
          "prop": "civilCode.value",
          "width": 100
          "prop": "serialNumber",
          "error": "serialNumberError",
          "width": 300
        },
        {
          "label": "展示值",
          "label": "设备名称",
          "align": "center",
          "prop": "civilCode.showValue",
          "width": 100
          "prop": "name",
          "error": "nameError",
          "width": 300
        },
        {
          "label": "是否错误",
          "label": "监控点位类型",
          "align": "center",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "prop": "jkdwlx",
          "error": "jkdwlxError",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "label": "mac地址",
          "align": "center",
          "prop": "integrated_device.showValue",
          "prop": "macdz",
          "error": "macdzError",
          "width": 150
        },
        {
          "label": "ip",
          "align": "center",
          "prop": "ip",
          "error": "ipError",
          "width": 120
        },
        {
          "label": "集成设备是否错误",
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "integrated_device.error",
          "prop": "sxjgnlx",
          "error": "sxjgnlxError",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "label": "设备经度",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "prop": "longitude",
          "error": "longitudeError",
          "width": 150
        },
        {
          "label": "IP地址展示值",
          "label": "设备纬度",
          "align": "center",
          "prop": "ip.showValue",
          "prop": "latitude",
          "error": "latitudeError",
          "width": 150
        },
        {
          "label": "IP地址实际值",
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "ip.value",
          "prop": "sxjcjqy",
          "error": "sxjcjqyError",
          "width": 150
        },
        {
          "label": "IP地址是否有误",
          "label": "设备状态",
          "align": "center",
          "prop": "ip.error",
          "prop": "sbzt",
          "error": "sbztError",
          "width": 120
        },
        {
          "label": "IP地址错误信息",
          "label": "行政区域",
          "align": "center",
          "prop": "ip.errorMessage",
          "prop": "civilCode",
          "error": "civilCodeError",
          "width": 150
        },
        {
          "label": "监控点位类型展示值",
          "label": "是否集成设备",
          "align": "center",
          "prop": "jkdwlx.showValue",
          "prop": "integratedDevice",
          "error": "integratedDeviceError",
          "width": 100
        },
        {
          "label": "监控点位类型实际值",
          "label": "是否是新设备",
          "align": "center",
          "prop": "jkdwlx.value",
          "prop": "newDevice",
          "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": "mac地址实际值",
          "align": "center",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "mac地址是否有误",
          "align": "center",
          "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": "摄像机采集区域错误信息",
          "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: [
        {
          icon: 'el-icon-wind-power',
          icon: 'el-icon-truck',
          dataList: [
            {
              label: 'IP异常数'
              label: '今日档案数'
            },
            {
              label: 'MAC地址异常数'
              label: '新档案数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '今日一致率'
              label: '目录一致率'
            },
          ]
        }
      ],
      showList: [
        { 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 }
        {key: 0, label: `设备编码`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `监控点位类型`, visible: true},
        {key: 3, label: `mac地址`, visible: true},
        {key: 4, label: `ip`, visible: true},
        {key: 5, label: `摄像机功能类型`, visible: true},
        {key: 6, label: `设备经度`, visible: true},
        {key: 7, label: `设备纬度`, visible: true},
        {key: 8, label: `摄像机采集区域`, visible: true},
        {key: 9, label: `设备状态`, visible: true},
        {key: 10, label: `行政区域`, visible: true},
        {key: 11, label: `是否集成设备`, visible: true},
        {key: 12, label: `是否是新设备`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '是', value: 1},
        {label: '否', value: -1},
      ],
      optionsName: '新档案',
    },
    {
      title: '车辆卡口信息采集准确率',
      index: 'vehicle_information_collection_accuracy',
      columns: [
        {
          label: '采集设备内码 ',
          label: '采集设备内码',
          align: 'center',
          prop: 'indexCode',
          width: 190
        },
        {
          label: '国标编码(外码) ',
          label: '国标编码(外码)',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190
        },
        {
          label: '组织编号 ',
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '卡口名称 ',
          label: '卡口名称',
          align: 'center',
          prop: 'crossName',
          width: 250
        },
        {
          label: '经度 ',
          label: '经度',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度 ',
          label: '纬度',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果 ',
          label: '经纬度监测结果',
          align: 'center',
          prop: 'lalTypeText',
        },
        {
          label: '国标编码监测结果 ',
          label: '国标编码监测结果',
          align: 'center',
          prop: 'gbCodeTypeText',
        },
@@ -2327,23 +2146,36 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '总数'
            },
            {
              label: '经纬度缺失'
              label: '正常数'
            },
            {
              label: '不在辖区'
              label: '异常数'
            },
            {
              label: '精度过低'
            },
            {
              label: '今日准确率'
              label: '信息采集准确率'
            },
          ]
        }
      ]
      ],
      showList: [
        {key: 0, label: `采集设备内码`, visible: true},
        {key: 1, label: `国标编码(外码)`, visible: true},
        {key: 2, label: `组织编号`, visible: true},
        {key: 3, label: `卡口名称`, visible: true},
        {key: 4, label: `经度`, visible: true},
        {key: 5, label: `纬度`, visible: true},
        {key: 6, label: `经纬度监测结果`, visible: true},
        {key: 8, label: `国标编码监测结果`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '正常', value: 1},
        {label: '异常', value: -1},
      ],
      optionsName: '状态',
    },
    {
      title: '车辆卡口设备抓拍数据完整性',
@@ -2445,15 +2277,43 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日完整性'
              label: '抓拍数据总量'
            },
            {
              label: '数据不完整量'
            },
            {
              label: '主要属性不完整量'
            },
            {
              label: '抓拍数据完整率'
            }
          ]
        }
      ],
      showList: [
        { key: 0, label: `内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
        {key: 0, label: `内码`, visible: true},
        {key: 1, label: `设备或卡口国标编码`, visible: true},
        {key: 2, label: `设备或卡口名称`, visible: true},
        {key: 3, label: `组织编号`, visible: true},
        {key: 4, label: `抓拍数据量`, visible: true},
        {key: 5, label: `主要属性不完整量`, visible: true},
        {key: 6, label: `数据不完整量`, visible: true},
        {key: 7, label: `车牌号码不完整数据量`, visible: true},
        {key: 8, label: `车牌颜色不完整数据量`, visible: true},
        {key: 9, label: `车辆类型不完整数据量`, visible: true},
        {key: 10, label: `车辆品牌不完整数据量`, visible: true},
        {key: 11, label: `车辆型号不完整数据量`, visible: true},
        {key: 12, label: `车身颜色不完整数据量`, visible: true},
        {key: 13, label: `两项属性不完整率`, visible: true},
        {key: 14, label: `六项属性不完整率`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '主要属性不完整', value: 1},
        {label: '数据不完整', value: -1},
      ],
      optionsName: '状态',
    },
    {
      title: '车辆卡口设备抓拍数据准确性',
@@ -2475,7 +2335,7 @@
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          width: 200,
          width: 300,
        },
        {
          label: '抓拍数据量',
@@ -2499,7 +2359,13 @@
          label: '主要属性(车牌号码,车牌颜色)识别不一致数据量',
          align: 'center',
          prop: 'majorDiffCount',
          width: 350,
          width: 200,
        },
        {
          label: '重要属性(全量属性)识别不一致数据量',
          align: 'center',
          prop: 'importantDiffCount',
          width: 200,
        },
        {
          label: '车牌号码不一致数据量',
@@ -2537,15 +2403,41 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日准确性'
              label: '数据抽检量'
            },
            {
              label: '主要属性不一致量'
            },
            {
              label: '重要属性不一致量'
            },
            {
              label: '抓拍数据准确性'
            }
          ]
        }
      ],
      showList: [
        { key: 0, label: `内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
        {key: 0, label: `内码`, visible: true},
        {key: 1, label: `设备或卡口国标编码`, visible: true},
        {key: 2, label: `设备或卡口名称`, visible: true},
        {key: 3, label: `抓拍数据量`, visible: true},
        {key: 4, label: `组织编号`, visible: true},
        {key: 5, label: `数据抽检量`, visible: true},
        {key: 6, label: `主要属性(车牌号码,车牌颜色)识别不一致数据量`, visible: true},
        {key: 7, label: `重要属性(全量属性)识别不一致数据量`, visible: true},
        {key: 8, label: `车牌号码不一致数据量`, visible: true},
        {key: 9, label: `车牌颜色不一致数据量`, visible: true},
        {key: 10, label: `类型属性不一致数据量`, visible: true},
        {key: 11, label: `车辆类型不一致数据量`, visible: true},
        {key: 12, label: `车辆品牌不一致数据量`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '主要属性不一致', value: 1},
        {label: '重要属性不一致', value: -1},
      ],
      optionsName: '状态',
    },
    {
      title: '车辆卡口设备时钟准确性',
@@ -2614,228 +2506,79 @@
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "snapClock.clockPercent",
          "prop": "clockPercent",
          width: 120,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.todayClockCount",
          "prop": "todayClockCount",
          width: 190,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.todayClockResultText",
          "prop": "todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.allClockCount",
          "prop": "allClockCount",
          width: 210,
        },
        {
          "label": "全部抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.allClockResultText",
          "prop": "allClockResultText",
          width: 230,
        },
        {
          "label": "及时率",
          "align": "center",
          "prop": "snapTimely.timelyPercent",
          width: 100,
        },
        {
          "label": "当日抓拍数据延迟量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount",
          width: 170,
        },
        {
          "label": "当日抓拍数据延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount2",
          width: 230,
        },
        {
          "label": "当日抓拍数据延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount3",
          width: 210,
        },
        {
          "label": "当日抓拍数据延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount4",
          width: 210,
        },
        {
          "label": "当日抓拍数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.todayTimelyResultText",
          width: 210,
        },
        {
          "label": "全部数据延迟量",
          "align": "center",
          "prop": "snapTimely.allDelayCount",
          width: 150,
        },
        {
          "label": "全部数据中延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount2",
          width: 230,
        },
        {
          "label": "全部数据中延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount3",
          width: 210,
        },
        {
          "label": "全部数据中延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount4",
          width: 210,
        },
        {
          "label": "全部数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.allTimelyResultText",
          width: 170,
        },
        {
          "label": "不唯一数据量",
          "align": "center",
          "prop": "snapUnique.nouniqueData",
          width: 140,
        },
        {
          "label": "不唯一数据重复量",
          "align": "center",
          "prop": "snapUnique.nouniqueCount",
          width: 150,
        },
        {
          "label": "车牌未识别量",
          "align": "center",
          "prop": "snapPlate.noNumberCount",
          width: 120,
        },
        {
          "label": "白天未识别量",
          "align": "center",
          "prop": "snapPlate.dayNoNumberCount",
          width: 120,
        },
        {
          "label": "车牌识别异常",
          "align": "center",
          "prop": "snapPlate.recgResultText",
          width: 120,
        },
        {
          "label": "车牌号不完整量",
          "align": "center",
          "prop": "integrity.plateNoItgrCount",
          width: 120,
        },
        {
          "label": "车牌颜色不完整量",
          "align": "center",
          "prop": "integrity.plateColorItgrCount",
          width: 140,
        },
        {
          "label": "车辆类型不完整量",
          "align": "center",
          "prop": "integrity.vehTypeItgrCount",
          width: 150,
        },
        {
          "label": "车辆品牌不完整量",
          "align": "center",
          "prop": "integrity.vehBrandItgrCount",
          width: 170,
        },
        {
          "label": "车辆颜色不完整量",
          "align": "center",
          "prop": "integrity.vehColorItgrCount",
          width: 170,
        },
        {
          "label": "车辆型号不完整量",
          "align": "center",
          "prop": "integrity.vehModelItgrCount",
          width: 170,
        },
        {
          "label": "主要属性不完整量",
          "align": "center",
          "prop": "integrity.mainNoIntegrityCount",
          width: 170,
        },
        {
          "label": "全量属性不完整量",
          "align": "center",
          "prop": "integrity.noIntegrityCount",
          width: 170,
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '当日时钟准确数据量'
            },
            {
              label: '无数据'
              label: '当日时钟异常数据量'
            },
            {
              label: '数据量少'
              label: '全部时钟准确数据量'
            },
            {
              label: '今日准确性'
              label: '全部时钟异常数据量'
            },
            {
              label: '时钟准确率'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `卡口内码或采集设备内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
        { key: 1, label: `组织名称`, visible: false },
        { key: 1, label: `当日接收到的当日抓拍量`, visible: true },
        { key: 1, label: `当日接收到的白天抓拍量`, visible: true },
        { key: 1, label: `当日接收到的非当日抓拍量`, visible: true },
        { key: 1, label: `持续无数据天数`, visible: true },
        { key: 1, label: `抓拍数据量监测结果`, visible: true },
        { key: 1, label: `时钟准确率`, visible: true },
        { key: 1, label: `当日抓拍数据时钟准确数据量`, visible: true },
        { key: 1, label: `当日抓拍数据时钟准确性判定结果`, visible: true },
        { key: 1, label: `全部抓拍数据时钟准确数据量`, visible: true },
        { key: 1, label: `全部抓拍数据时钟准确性判定结果`, visible: true },
        { key: 1, label: `及时率`, visible: true },
        { key: 1, label: `当日抓拍数据延迟量`, visible: true },
        { key: 1, label: `当日抓拍数据延迟30s以上数据量`, visible: true },
        { key: 1, label: `当日抓拍数据延迟1m以上数据量`, visible: true },
        { key: 1, label: `当日抓拍数据延迟5m以上数据量`, visible: true },
        { key: 1, label: `当日抓拍数据及时性判定结果`, visible: true },
        { key: 1, label: `全部数据延迟量`, visible: true },
        { key: 1, label: `全部数据中延迟30s以上数据量`, visible: true },
        { key: 1, label: `全部数据中延迟1m以上数据量`, visible: true },
        { key: 1, label: `全部数据中延迟5m以上数据量`, visible: true },
        { key: 1, label: `全部数据及时性判定结果`, visible: true },
        { key: 1, label: `不唯一数据量`, visible: true },
        { key: 1, label: `不唯一数据重复量`, visible: true },
        { key: 1, label: `车牌未识别量`, visible: true },
        { key: 1, label: `白天未识别量`, visible: true },
        { key: 1, label: `车牌识别异常`, visible: true },
        {key: 0, label: `设备编号`, visible: true},
        {key: 1, label: `设备名称`, visible: true},
        {key: 2, label: `卡口内码或采集设备内码`, visible: true},
        {key: 3, label: `组织编号`, visible: true},
        {key: 4, label: `组织名称`, visible: true},
        {key: 5, label: `当日接收到的当日抓拍量`, visible: true},
        {key: 6, label: `当日接收到的白天抓拍量`, visible: true},
        {key: 7, label: `当日接收到的非当日抓拍量`, visible: true},
        {key: 8, label: `持续无数据天数`, visible: true},
        {key: 9, label: `抓拍数据量监测结果`, visible: true},
        {key: 10, label: `时钟准确率`, visible: true},
        {key: 11, label: `当日抓拍数据时钟准确数据量`, visible: true},
        {key: 12, label: `当日抓拍数据时钟准确性判定结果`, visible: true},
        {key: 13, label: `全部抓拍数据时钟准确数据量`, visible: true},
        {key: 14, label: `全部抓拍数据时钟准确性判定结果`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '当日抓拍数据时钟异常', value: 1},
        {label: '全部抓拍数据时钟异常', value: -1},
      ],
      optionsName: '时钟状态',
    },
    {
      title: '车辆卡口设备抓拍数据上传及时性',
@@ -2913,11 +2656,36 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日及时性'
              label: '总设备量'
            },
            {
              label: '延迟设备量'
            },
            {
              label: '数据上传及时性'
            }
          ]
        }
      ]
      ],
      showList: [
        {key: 0, label: `内码`, visible: true},
        {key: 1, label: `设备或卡口国标编码`, visible: true},
        {key: 2, label: `设备或卡口名称`, visible: true},
        {key: 3, label: `组织编号`, visible: true},
        {key: 4, label: `抓拍数据量`, visible: true},
        {key: 5, label: `延迟量`, visible: true},
        {key: 6, label: `倒挂量`, visible: true},
        {key: 7, label: `延迟14-30s的数据量`, visible: true},
        {key: 8, label: `延迟31-60s的数据量`, visible: true},
        {key: 9, label: `延迟61-300s的数据量`, visible: true},
        {key: 10, label: `延迟大于300s的数据量`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '正常', value: 1},
        {label: '延迟', value: -1},
      ],
      optionsName: '延迟状态',
    },
    {
      title: '车辆卡口设备url可用性',
@@ -3001,11 +2769,37 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
              label: '抽检数据量'
            },
            {
              label: 'url异常数据量'
            },
            {
              label: 'url可用性'
            }
          ]
        }
      ]
      ],
      showList: [
        {key: 0, label: `内码`, visible: true},
        {key: 1, label: `设备或卡口国标编码`, visible: true},
        {key: 2, label: `设备或卡口名称`, visible: true},
        {key: 3, label: `组织编号`, visible: true},
        {key: 4, label: `抓拍数据量`, visible: true},
        {key: 5, label: `数据抽检量`, visible: true},
        {key: 6, label: `小图访问异常量`, visible: true},
        {key: 7, label: `大图访问异常量`, visible: true},
        {key: 8, label: `存在图片访问异常的数据量`, visible: true},
        {key: 9, label: `人脸大小图不一致数量`, visible: true},
        {key: 10, label: `Osd标注异常量`, visible: true},
        {key: 11, label: `大图不可用量`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '正常', value: 1},
        {label: '异常', value: -1},
      ],
      optionsName: 'url状态',
    },
    {
      title: '车辆卡口设备抓拍数据大图可用性',
@@ -3015,1367 +2809,945 @@
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190,
          width: 250,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190,
          width: 250,
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName",
          width: 200,
          width: 400,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 150,
          width: 200,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName",
          width: 170,
          width: 200,
        },
        {
          "label": "大图可用性数据抽检量",
          "align": "center",
          "prop": "bigUseful.sampleCount",
          width: 190,
          "prop": "sampleCount",
          width: 200,
        },
        {
          "label": "大图可用率",
          "align": "center",
          "prop": "bigUseful.bigUsefulPercent",
          width: 150,
          "prop": "bigUsefulPercent",
          width: 200,
        },
        {
          "label": "大图访问异常数据量",
          "align": "center",
          "prop": "bigUseful.bigPicExpCount",
          width: 170,
          "prop": "bigPicExpCount",
          width: 200,
        },
        {
          "label": "OSD标注异常数据量",
          "align": "center",
          "prop": "bigUseful.osdExpCount",
          width: 170,
          "prop": "osdExpCount",
          width: 200,
        },
        {
          "label": "车辆属性不一致数据抽检量",
          "align": "center",
          "prop": "vehDiff.sampleCount",
          width: 190,
        },
        {
          "label": "车牌号码不一致数据量",
          "align": "center",
          "prop": "vehDiff.plateNoDiffCount",
          width: 190,
        },
        {
          "label": "车牌颜色不一致数据量",
          "align": "center",
          "prop": "vehDiff.plateColorDiffCount",
          width: 190,
        },
        {
          "label": "车辆类型不一致数据量",
          "align": "center",
          "prop": "vehDiff.vehTypeDiffCount",
          width: 190,
        },
        {
          "label": "车辆品牌不一致数据量",
          "align": "center",
          "prop": "vehDiff.vehBrandDiffCount",
          width: 190,
        },
        {
          "label": "主要属性不一致数据量",
          "align": "center",
          "prop": "vehDiff.majorDiffCount",
          width: 190,
        },
        {
          "label": "主要属性一致率",
          "align": "center",
          "prop": "vehDiff.majorConPercent",
          width: 150,
        },
        {
          "label": "重要属性不一致数据量",
          "align": "center",
          "prop": "vehDiff.importDiffCount",
          width: 170,
        },
        {
          "label": "重要属性一致率",
          "align": "center",
          "prop": "vehDiff.importantConPercent",
          width: 150,
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
              label: '大图抽检量'
            },
            {
              label: '大图不可用量'
            },
            {
              label: '大图可用性'
            }
          ]
        }
      ],
      showList: [
        { key: 0, label: `卡口内码或采集设备内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
        { key: 1, label: `组织名称`, visible: false },
        {key: 0, label: `卡口内码或采集设备内码`, visible: true},
        {key: 1, label: `设备或卡口国标编码`, visible: true},
        {key: 2, label: `设备或卡口名称`, visible: true},
        {key: 3, label: `组织编号`, visible: true},
        {key: 4, label: `组织名称`, visible: true},
        {key: 5, label: `大图可用性数据抽检量`, visible: true},
        {key: 6, label: `大图可用率`, visible: true},
        {key: 7, label: `大图访问异常数据量`, visible: true},
        {key: 8, label: `OSD标注异常数据量`, visible: true},
      ],
      optionsStatus: true,
      options: [
        {label: '正常', value: 1},
        {label: '异常', value: -1},
      ],
      optionsName: '大图状态',
    },
  ]
};
export const faceData = {
  table: [
    {
      title: '视图库对接稳定性',
      index: 'view_connect_stability',
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          width: 200,
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
          width: 150,
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
          width: 150,
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
          width: 150,
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
          width: 150,
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
          width: 150,
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          width: 150,
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
            },
            {
              label: '今日稳定性'
            },
          ]
        }
      ]
    },
    {
      title: '点位在线率',
      index: 'site_online',
      columns: [
        {
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '设备正常数'
            },
            {
              label: '设备异常数'
            },
            {
              label: '未知数'
            },
            {
              label: '在线率'
            },
          ]
        }
      ],
      options: [
        { label: '离线',value: -1 },
        { label: '未知',value: 0 },
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
    },
    {
      title: '目录一致率',
      index: 'device_directory_consistent',
      columns: [
        {
          "label": "行政编码",
          "align": "center",
          "prop": "civilCode.value",
          "width": 100
        },
        {
          "label": "展示值",
          "align": "center",
          "prop": "civilCode.showValue",
          "width": 100
        },
        {
          "label": "是否错误",
          "align": "center",
          "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": "mac地址实际值",
          "align": "center",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "mac地址是否有误",
          "align": "center",
          "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": "摄像机采集区域错误信息",
          "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: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: 'IP异常数'
            },
            {
              label: 'MAC地址异常数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '今日一致率'
            },
          ]
        }
      ],
      showList: [
        { 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 }
      ],
    },
    {
      title: '人脸卡口信息采集准确率',
      index: 'face_information_collection_accuracy',
      columns: [
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
          width: 100,
        },
        {
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
          width: 190,
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
        },
        {
          label: '卡口名称 ',
          align: 'center',
          prop: 'crossName',
        },
        {
          label: '经度 ',
          align: 'center',
          prop: 'longitude',
          width: 100,
        },
        {
          label: '纬度 ',
          align: 'center',
          prop: 'latitude',
          width: 100,
        },
        {
          label: '经纬度监测结果 ',
          align: 'center',
          prop: 'lalTypeText',
          width: 150,
        },
        {
          label: '国标编码监测结果 ',
          align: 'center',
          prop: 'gbCodeTypeText',
          width: 150,
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
            },
            {
              label: '经纬度缺失'
            },
            {
              label: '不在辖区'
            },
            {
              label: '精度过低'
            },
            {
              label: '今日准确率'
            },
          ]
        }
      ]
    },
    {
      title: '设备抓拍图片合格性',
      index: 'face_picture_qualification',
      columns: [
        {
          label: '采集设备名称 ',
          align: 'center',
          prop: 'cameraName',
          width: 250
        },
        {
          label: '经度 ',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度 ',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果 ',
          align: 'center',
          prop: 'lalTypeText',
        },
        {
          label: '国标编码监测结果 ',
          align: 'center',
          prop: 'gbCodeTypeText',
        },
        {
          label: '普通能力集 ',
          align: 'center',
          prop: 'capabilitySet',
        },
        {
          label: '智能能力集 ',
          align: 'center',
          prop: 'intelligentSet',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
            },
            {
              label: '经纬度缺失'
            },
            {
              label: '不在辖区'
            },
            {
              label: '精度过低'
            },
            {
              label: '今日合格性'
            },
          ]
        }
      ]
    },
    {
      title: '设备抓拍图片时钟准确性',
      index: 'face_timing_accuracy',
      columns: [
        {
          "label": "设备编号",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          width: 200,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 150,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName",
          width: 190,
        },
        {
          "label": "当日接收到的当日抓拍量",
          "align": "center",
          "prop": "dataCount",
          width: 200,
        },
        {
          "label": "当日接收到的白天抓拍量",
          "align": "center",
          "prop": "daySnapCount",
          width: 200,
        },
        {
          "label": "当日接收到的非当日抓拍量",
          "align": "center",
          "prop": "noTodayCount",
          width: 200,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataCount",
          width: 150,
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "snapResultText",
          width: 170,
        },
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "snapClock.clockPercent",
          width: 150,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.todayClockCount",
          width: 210,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.allClockCount",
          width: 190,
        },
        {
          "label": "全部抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.allClockResultText",
          width: 230,
        },
        {
          "label": "及时率",
          "align": "center",
          "prop": "snapTimely.timelyPercent",
          width: 120,
        },
        {
          "label": "当日抓拍数据延迟量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount",
          width: 170,
        },
        {
          "label": "当日抓拍数据延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount2",
          width: 230,
        },
        {
          "label": "当日抓拍数据延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount3",
          width: 230,
        },
        {
          "label": "当日抓拍数据延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount4",
          width: 230,
        },
        {
          "label": "当日抓拍数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.todayTimelyResultText",
          width: 210,
        },
        {
          "label": "全部数据延迟量",
          "align": "center",
          "prop": "snapTimely.allDelayCount",
          width: 150,
        },
        {
          "label": "全部数据中延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount2",
          width: 230,
        },
        {
          "label": "全部数据中延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount3",
          width: 210,
        },
        {
          "label": "全部数据中延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount4",
          width: 210,
        },
        {
          "label": "全部数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.allTimelyResultText",
          width: 190,
        },
        {
          "label": "建模失败率",
          "align": "center",
          "prop": "snapValidity.failPercent",
          width: 120,
        },
        {
          "label": "建模失败数据量",
          "align": "center",
          "prop": "snapValidity.failCount",
          width: 150,
        },
        {
          "label": "白天建模失败数据量",
          "align": "center",
          "prop": "snapValidity.dayFailCount",
          width: 170,
        },
        {
          "label": "低评分数据量",
          "align": "center",
          "prop": "snapValidity.lowScoreCount",
          width: 120,
        },
        {
          "label": "平均人脸低平分率",
          "align": "center",
          "prop": "snapValidity.lowScorePercent",
          width: 150,
        },
        {
          "label": "白天人脸低平分数据量",
          "align": "center",
          "prop": "snapValidity.dayLowCount",
          width: 170,
        },
        {
          "label": "不唯一数据量",
          "align": "center",
          "prop": "snapUnique.nouniqueData",
          width: 150,
        },
        {
          "label": "不唯一数据重复量",
          "align": "center",
          "prop": "snapUnique.nouniqueCount",
          width: 150,
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
            },
            {
              label: '无数据'
            },
            {
              label: '数据量少'
            },
            {
              label: '今日准确性'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备编号`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `卡口内码或采集设备内码`, visible: true },
        { key: 3, label: `组织编号`, visible: false },
        { key: 4, label: `组织名称`, visible: false },
        { key: 5, label: `当日接收到的当日抓拍量`, visible: true },
        { key: 6, label: `当日接收到的白天抓拍量`, visible: true },
        { key: 7, label: `当日接收到的非当日抓拍量`, visible: true },
        { key: 8, label: `持续无数据天数`, visible: true },
        { key: 9, label: `抓拍数据量监测结果`, visible: true },
        { key: 10, label: `时钟准确率`, visible: true },
        { key: 11, label: `当日抓拍数据时钟准确数据量`, visible: true },
        { key: 12, label: `当日抓拍数据时钟准确性判定结果`, visible: true },
        { key: 13, label: `全部抓拍数据时钟准确数据量`, visible: true },
        { key: 14, label: `全部抓拍数据时钟准确性判定结果`, visible: true },
        { key: 15, label: `及时率`, visible: true },
        { key: 16, label: `当日抓拍数据延迟量`, visible: true },
        { key: 17, label: `当日抓拍数据延迟30s以上数据量`, visible: true },
        { key: 18, label: `当日抓拍数据延迟1m以上数据量`, visible: true },
        { key: 19, label: `当日抓拍数据延迟5m以上数据量`, visible: true },
        { key: 20, label: `当日抓拍数据及时性判定结果`, visible: true },
        { key: 20, label: `全部数据延迟量`, visible: true },
        { key: 20, label: `全部数据中延迟30s以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟1m以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟5m以上数据量`, visible: true },
        { key: 20, label: `全部数据及时性判定结果`, visible: true },
        { key: 20, label: `建模失败率`, visible: true },
        { key: 20, label: `建模失败数据量`, visible: true },
      ],
    },
    {
      title: '抓拍人脸数据上传及时性',
      index: 'face_upload_timeliness',
      columns: [
        {
          "label": "设备编号",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          width: 190,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 150,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName",
          width: 150,
        },
        {
          "label": "当日接收到的当日抓拍量",
          "align": "center",
          "prop": "dataCount",
          width: 200,
        },
        {
          "label": "当日接收到的白天抓拍量",
          "align": "center",
          "prop": "daySnapCount",
          width: 200,
        },
        {
          "label": "当日接收到的非当日抓拍量",
          "align": "center",
          "prop": "noTodayCount",
          width: 210,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataCount",
          width: 170,
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "snapResultText",
          width: 190,
        },
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "snapClock.clockPercent",
          width: 120,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.todayClockCount",
          width: 200,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.allClockCount",
          width: 200,
        },
        {
          "label": "全部抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.allClockResultText",
          width: 230,
        },
        {
          "label": "及时率",
          "align": "center",
          "prop": "snapTimely.timelyPercent",
          width: 100,
        },
        {
          "label": "当日抓拍数据延迟量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount",
          width: 170,
        },
        {
          "label": "当日抓拍数据延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount2",
          width: 230,
        },
        {
          "label": "当日抓拍数据延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount3",
          width: 230,
        },
        {
          "label": "当日抓拍数据延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount4",
          width: 230,
        },
        {
          "label": "当日抓拍数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.todayTimelyResultText",
          width: 200,
        },
        {
          "label": "全部数据延迟量",
          "align": "center",
          "prop": "snapTimely.allDelayCount",
          width: 150,
        },
        {
          "label": "全部数据中延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount2",
          width: 200,
        },
        {
          "label": "全部数据中延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount3",
          width: 200,
        },
        {
          "label": "全部数据中延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount4",
          width: 200,
        },
        {
          "label": "全部数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.allTimelyResultText",
          width: 190,
        },
        {
          "label": "不唯一数据量",
          "align": "center",
          "prop": "snapUnique.nouniqueData",
          width: 150,
        },
        {
          "label": "不唯一数据重复量",
          "align": "center",
          "prop": "snapUnique.nouniqueCount",
          width: 170,
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
            },
            {
              label: '无数据'
            },
            {
              label: '数据量少'
            },
            {
              label: '今日及时性'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `设备编号`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `卡口内码或采集设备内码`, visible: true },
        { key: 3, label: `组织编号`, visible: false },
        { key: 4, label: `组织名称`, visible: false },
        { key: 5, label: `当日接收到的当日抓拍量`, visible: true },
        { key: 6, label: `当日接收到的白天抓拍量`, visible: true },
        { key: 7, label: `当日接收到的非当日抓拍量`, visible: true },
        { key: 8, label: `持续无数据天数`, visible: true },
        { key: 9, label: `抓拍数据量监测结果`, visible: true },
        { key: 10, label: `时钟准确率`, visible: true },
        { key: 11, label: `当日抓拍数据时钟准确数据量`, visible: true },
        { key: 12, label: `当日抓拍数据时钟准确性判定结果`, visible: true },
        { key: 13, label: `全部抓拍数据时钟准确数据量`, visible: true },
        { key: 14, label: `全部抓拍数据时钟准确性判定结果`, visible: true },
        { key: 15, label: `及时率`, visible: true },
        { key: 16, label: `当日抓拍数据延迟量`, visible: true },
        { key: 17, label: `当日抓拍数据延迟30s以上数据量`, visible: true },
        { key: 18, label: `当日抓拍数据延迟1m以上数据量`, visible: true },
        { key: 19, label: `当日抓拍数据延迟5m以上数据量`, visible: true },
        { key: 20, label: `当日抓拍数据及时性判定结果`, visible: true },
        { key: 20, label: `全部数据延迟量`, visible: true },
        { key: 20, label: `全部数据中延迟30s以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟1m以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟5m以上数据量`, visible: true },
        { key: 20, label: `全部数据及时性判定结果`, visible: true },
        { key: 20, label: `不唯一数据量`, visible: true },
        { key: 20, label: `不唯一数据重复量`, visible: true },
      ],
    },
    {
      title: '人脸卡口设备抓拍数据大图可用性',
      index: 'face_picture_availability',
      columns: [
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          width: 230,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "IP地址",
          "align": "center",
          "prop": "networkAddr",
          width: 150,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 150,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName",
          width: 150,
        },
        {
          "label": "大图可用性抽检量",
          "align": "center",
          "prop": "bigUseful.sampleCount",
          width: 170,
        },
        {
          "label": "大图不可用率",
          "align": "center",
          "prop": "bigUseful.bigUsefulPercent",
          width: 150,
        },
        {
          "label": "大图访问异常数据量",
          "align": "center",
          "prop": "bigUseful.bigPicExpCount",
          width: 200,
        },
        {
          "label": "人脸大小图不一致数据量",
          "align": "center",
          "prop": "bigUseful.imgDiffCount",
          width: 200,
        },
        {
          "label": "OSD标注异常数据量",
          "align": "center",
          "prop": "bigUseful.osdExpCount",
          width: 180,
        },
        {
          "label": "人脸合格性抽检量",
          "align": "center",
          "prop": "faceElig.sampleCount",
          width: 180,
        },
        {
          "label": "人脸合格率",
          "align": "center",
          "prop": "faceElig.faceEligPercent",
          width: 150,
        },
        {
          "label": "人脸不唯一量",
          "align": "center",
          "prop": "faceElig.unfaceEligCount",
          width: 150,
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ],
      showList: [
        { key: 1, label: `设备名称`, visible: true },
        { key: 1, label: `卡口内码或采集设备内码`, visible: true },
        { key: 2, label: `设备或卡口国标编码`, visible: true },
        { key: 2, label: `IP地址`, visible: true },
        { key: 3, label: `组织编号`, visible: false },
        { key: 4, label: `组织名称`, visible: false },
        { key: 8, label: `大图可用性抽检量`, visible: true },
        { key: 9, label: `大图不可用率`, visible: true },
        { key: 10, label: `大图访问异常数据量`, visible: true },
        { key: 11, label: `人脸大小图不一致数据量`, visible: true },
        { key: 12, label: `OSD标注异常数据量`, visible: true },
        { key: 13, label: `人脸合格性抽检量`, visible: true },
        { key: 14, label: `人脸合格率`, visible: true },
        { key: 15, label: `人脸不唯一量`, visible: true },
      ],
    },
  ]
};
    table: [
      {
        title: '视图库对接稳定性',
        index: 'view_connect_stability',
        columns: [
          {
            "label": "设备内码",
            "align": "center",
            "prop": "indexCode",
            width: 300
          },
          {
            "label": "国标码",
            "align": "center",
            "prop": "externalIndexCode",
            width: 300
          },
          {
            "label": "设备名称",
            "align": "center",
            "prop": "deviceName",
            width: 300
          },
          {
            "label": "组织编号",
            "align": "center",
            "prop": "orgCode",
            width: 100,
          },
          {
            "label": "抓拍数据量",
            "align": "center",
            "prop": "dataCount",
            width: 100,
          },
          {
            "label": "非今日抓拍量",
            "align": "center",
            "prop": "noTodayCount",
            width: 100,
          },
          {
            "label": "周平均抓拍量",
            "align": "center",
            "prop": "weekCompareCount",
            width: 120,
          },
          {
            "label": "持续无数据天数",
            "align": "center",
            "prop": "continueNoDataDays",
            width: 120,
          },
          {
            "label": "抓拍数据量监测结果",
            "align": "center",
            "prop": "resultTypeText",
            width: 170
          }
        ],
        card: [
          {
            icon: 'el-icon-user',
            dataList: [
              {
                label: '抓拍总量'
              },
              {
                label: '正常'
              },
              {
                label: '无数据'
              },
              {
                label: '视图库对接稳定性'
              },
            ]
          }
        ],
        showList: [
          {key: 0, label: `设备内码`, visible: true},
          {key: 1, label: `国标码`, visible: true},
          {key: 2, label: `设备名称`, visible: true},
          {key: 3, label: `组织编号`, visible: true},
          {key: 4, label: `抓拍数据量`, visible: true},
          {key: 5, label: `非今日抓拍量`, visible: true},
          {key: 6, label: `周平均抓拍量`, visible: true},
          {key: 7, label: `持续无数据天数`, visible: true},
          {key: 8, label: `抓拍数据量监测结果`, visible: true},
        ],
        options: [
          {label: '正常', value: 1},
          {label: '无数据', value: 2},
          {label: '数据突降', value: 3},
          {label: '数据量少', value: 4},
        ],
        optionsName: '抓拍量',
        optionsStatus: true,
      },
      {
        title: '点位在线率',
        index: 'site_online',
        columns: [
          {
            label: '国标码',
            align: 'center',
            prop: 'no',
            width: 300,
          },
          {
            label: '设备名',
            align: 'center',
            prop: 'name',
            width: 380,
          },
          {
            label: 'ip',
            align: 'center',
            prop: 'ip',
            width: 200,
          },
          {
            label: '设备状态',
            align: 'center',
            prop: 'onlineStr',
            width: 200,
          },
          {
            label: '最近Ping监测状态',
            align: 'center',
            prop: 'pingOnlineStr',
            width: 200,
          },
          {
            label: '当日监测次数',
            align: 'center',
            prop: 'checkCount',
            width: 200,
          },
          {
            label: '当日离线次数',
            align: 'center',
            prop: 'offLineCount',
            width: 200,
          },
          {
            label: '监测时间',
            align: 'center',
            prop: 'mongoCreateTime',
            width: 200,
          },
        ],
        card: [
          {
            icon: 'el-icon-user',
            dataList: [
              {
                label: '设备总数'
              },
              {
                label: '设备正常数'
              },
              {
                label: '设备异常数'
              },
              {
                label: '未知数'
              },
              {
                label: '在线率'
              },
            ]
          }
        ],
        showList: [
          {key: 0, label: `国标码`, visible: true},
          {key: 1, label: `设备名`, visible: true},
          {key: 2, label: `ip`, visible: true},
          {key: 3, label: `设备状态`, visible: true},
          {key: 4, label: `最近Ping监测状态`, visible: true},
          {key: 5, label: `当日监测次数`, visible: true},
          {key: 6, label: `当日离线次数`, visible: true},
          {key: 7, label: `监测时间`, visible: true},
        ],
        options: [
          {label: '在线', value: 1},
          {label: '离线', value: -1},
          {label: '未知', value: 0},
        ],
        optionsName: '在线情况',
        optionsStatus: true,
      },
      {
        title: '目录一致率',
        index: 'device_directory_consistent',
        columns: [
          {
            "label": "设备编码",
            "align": "center",
            "prop": "serialNumber",
            "error": "serialNumberError",
            "width": 300
          },
          {
            "label": "设备名称",
            "align": "center",
            "prop": "name",
            "error": "nameError",
            "width": 300
          },
          {
            "label": "监控点位类型",
            "align": "center",
            "prop": "jkdwlx",
            "error": "jkdwlxError",
            "width": 150
          },
          {
            "label": "mac地址",
            "align": "center",
            "prop": "macdz",
            "error": "macdzError",
            "width": 150
          },
          {
            "label": "ip",
            "align": "center",
            "prop": "ip",
            "error": "ipError",
            "width": 120
          },
          {
            "label": "摄像机功能类型",
            "align": "center",
            "prop": "sxjgnlx",
            "error": "sxjgnlxError",
            "width": 130
          },
          {
            "label": "设备经度",
            "align": "center",
            "prop": "longitude",
            "error": "longitudeError",
            "width": 150
          },
          {
            "label": "设备纬度",
            "align": "center",
            "prop": "latitude",
            "error": "latitudeError",
            "width": 150
          },
          {
            "label": "摄像机采集区域",
            "align": "center",
            "prop": "sxjcjqy",
            "error": "sxjcjqyError",
            "width": 150
          },
          {
            "label": "设备状态",
            "align": "center",
            "prop": "sbzt",
            "error": "sbztError",
            "width": 120
          },
          {
            "label": "行政区域",
            "align": "center",
            "prop": "civilCode",
            "error": "civilCodeError",
            "width": 150
          },
          {
            "label": "是否集成设备",
            "align": "center",
            "prop": "integratedDevice",
            "error": "integratedDeviceError",
            "width": 100
          },
          {
            "label": "是否是新设备",
            "align": "center",
            "prop": "newDevice",
            "width": 100
          }
        ],
        card: [
          {
            icon: 'el-icon-user',
            dataList: [
              {
                label: '今日档案数'
              },
              {
                label: '新档案数'
              },
              {
                label: '目录一致率'
              },
            ]
          }
        ],
        showList: [
          {key: 0, label: `设备编码`, visible: true},
          {key: 1, label: `设备名称`, visible: true},
          {key: 2, label: `监控点位类型`, visible: true},
          {key: 3, label: `mac地址`, visible: true},
          {key: 4, label: `ip`, visible: true},
          {key: 5, label: `摄像机功能类型`, visible: true},
          {key: 6, label: `设备经度`, visible: true},
          {key: 7, label: `设备纬度`, visible: true},
          {key: 8, label: `摄像机采集区域`, visible: true},
          {key: 9, label: `设备状态`, visible: true},
          {key: 10, label: `行政区域`, visible: true},
          {key: 11, label: `是否集成设备`, visible: true},
          {key: 12, label: `是否是新设备`, visible: true},
        ],
        optionsStatus: true,
        options: [
          {label: '是', value: 1},
          {label: '否', value: -1},
        ],
        optionsName: '新档案',
      },
      {
        title: '人脸卡口信息采集准确率',
        index: 'face_information_collection_accuracy',
        columns: [
          {
            label: '组织编号',
            align: 'center',
            prop: 'orgCode',
            width: 100,
          },
          {
            label: '采集设备内码',
            align: 'center',
            prop: 'indexCode',
            width: 190,
          },
          {
            label: '国标编码(外码)',
            align: 'center',
            prop: 'externalIndexCode',
            width: 190,
          },
          {
            label: '采集设备名称',
            align: 'center',
            prop: 'cameraName',
          },
          {
            label: '经度',
            align: 'center',
            prop: 'longitude',
            width: 100,
          },
          {
            label: '纬度',
            align: 'center',
            prop: 'latitude',
            width: 100,
          },
          {
            label: '经纬度监测结果',
            align: 'center',
            prop: 'lalTypeText',
            width: 150,
          },
          {
            label: '国标编码监测结果',
            align: 'center',
            prop: 'gbCodeTypeText',
            width: 150,
          },
        ],
        card: [
          {
            icon: 'el-icon-truck',
            dataList: [
              {
                label: '总数'
              },
              {
                label: '正常数'
              },
              {
                label: '异常数'
              },
              {
                label: '信息采集准确率'
              },
            ]
          }
        ],
        showList: [
          {key: 0, label: `组织编号`, visible: true},
          {key: 1, label: `采集设备内码`, visible: true},
          {key: 2, label: `国标编码(外码)`, visible: true},
          {key: 3, label: `采集设备名称`, visible: true},
          {key: 4, label: `经度`, visible: true},
          {key: 5, label: `纬度`, visible: true},
          {key: 6, label: `经纬度监测结果`, visible: true},
          {key: 8, label: `国标编码监测结果`, visible: true},
        ],
        optionsStatus: true,
        options: [
          {label: '正常', value: 1},
          {label: '异常', value: -1},
        ],
        optionsName: '状态',
      },
      {
        title: '设备抓拍图片合格性',
        index: 'face_picture_qualification',
        columns: [
          {
            "label": "卡口内码或采集设备内码",
            "align": "center",
            "prop": "indexCode",
            width: 200,
          },
          {
            "label": "设备或卡口国标编码",
            "align": "center",
            "prop": "externalIndexCode",
            width: 200,
          },
          {
            "label": "设备或卡口名称",
            "align": "center",
            "prop": "deviceName",
            width: 400,
          },
          {
            "label": "组织编号",
            "align": "center",
            "prop": "orgCode",
            width: 200,
          },
          {
            "label": "组织名称",
            "align": "center",
            "prop": "orgName",
            width: 200,
          },
          {
            "label": "人脸合格性抽检量",
            "align": "center",
            "prop": "sampleCount",
            width: 150,
          },
          {
            "label": "人脸合格率",
            "align": "center",
            "prop": "faceEligPercent",
            width: 150,
          },
          {
            "label": "人脸不唯一量",
            "align": "center",
            "prop": "unfaceEligCount",
            width: 150,
          },
        ],
        card: [
          {
            icon: 'el-icon-user',
            dataList: [
              {
                label: '人脸抽检总量'
              },
              {
                label: '人脸不唯一总量'
              },
              {
                label: '抓拍图片合格性'
              },
            ]
          }
        ],
        showList: [
          {key: 0, label: `卡口内码或采集设备内码`, visible: true},
          {key: 1, label: `设备或卡口国标编码`, visible: true},
          {key: 2, label: `设备或卡口名称`, visible: true},
          {key: 3, label: `组织编号`, visible: true},
          {key: 4, label: `组织名称`, visible: true},
          {key: 5, label: `人脸合格性抽检量`, visible: true},
          {key: 6, label: `人脸合格率`, visible: true},
          {key: 8, label: `人脸不唯一量`, visible: true},
        ],
        optionsStatus: true,
        options: [
          {label: '正常', value: 1},
          {label: '异常', value: -1},
        ],
        optionsName: '图片合格状态',
      },
      {
        title: '设备抓拍图片时钟准确性',
        index: 'face_timing_accuracy',
        columns: [
          {
            "label": "设备编号",
            "align": "center",
            "prop": "externalIndexCode",
            width: 190,
          },
          {
            "label": "设备名称",
            "align": "center",
            "prop": "deviceName",
            width: 200,
          },
          {
            "label": "卡口内码或采集设备内码",
            "align": "center",
            "prop": "indexCode",
            width: 190,
          },
          {
            "label": "组织编号",
            "align": "center",
            "prop": "orgCode",
            width: 150,
          },
          {
            "label": "组织名称",
            "align": "center",
            "prop": "orgName",
            width: 190,
          },
          {
            "label": "当日接收到的当日抓拍量",
            "align": "center",
            "prop": "dataCount",
            width: 200,
          },
          {
            "label": "当日接收到的白天抓拍量",
            "align": "center",
            "prop": "daySnapCount",
            width: 200,
          },
          {
            "label": "当日接收到的非当日抓拍量",
            "align": "center",
            "prop": "noTodayCount",
            width: 200,
          },
          {
            "label": "持续无数据天数",
            "align": "center",
            "prop": "continueNoDataCount",
            width: 150,
          },
          {
            "label": "抓拍数据量监测结果",
            "align": "center",
            "prop": "snapResultText",
            width: 170,
          },
          {
            "label": "时钟准确率",
            "align": "center",
            "prop": "clockPercent",
            width: 150,
          },
          {
            "label": "当日抓拍数据时钟准确数据量",
            "align": "center",
            "prop": "todayClockCount",
            width: 210,
          },
          {
            "label": "当日抓拍数据时钟准确性判定结果",
            "align": "center",
            "prop": "todayClockResultText",
            width: 230,
          },
          {
            "label": "全部抓拍数据时钟准确数据量",
            "align": "center",
            "prop": "allClockCount",
            width: 190,
          },
          {
            "label": "全部抓拍数据时钟准确性判定结果",
            "align": "center",
            "prop": "allClockResultText",
            width: 230,
          },
        ],
        card: [
          {
            icon: 'el-icon-user',
            dataList: [
              {
                label: '当日时钟准确数据量'
              },
              {
                label: '当日时钟异常数据量'
              },
              {
                label: '全部时钟准确数据量'
              },
              {
                label: '全部时钟异常数据量'
              },
              {
                label: '时钟准确率'
              },
            ]
          }
        ],
        showList: [
          {key: 0, label: `设备编号`, visible: true},
          {key: 1, label: `设备名称`, visible: true},
          {key: 2, label: `卡口内码或采集设备内码`, visible: true},
          {key: 3, label: `组织编号`, visible: true},
          {key: 4, label: `组织名称`, visible: true},
          {key: 5, label: `当日接收到的当日抓拍量`, visible: true},
          {key: 6, label: `当日接收到的白天抓拍量`, visible: true},
          {key: 7, label: `当日接收到的非当日抓拍量`, visible: true},
          {key: 8, label: `持续无数据天数`, visible: true},
          {key: 9, label: `抓拍数据量监测结果`, visible: true},
          {key: 10, label: `时钟准确率`, visible: true},
          {key: 11, label: `当日抓拍数据时钟准确数据量`, visible: true},
          {key: 12, label: `当日抓拍数据时钟准确性判定结果`, visible: true},
          {key: 13, label: `全部抓拍数据时钟准确数据量`, visible: true},
          {key: 14, label: `全部抓拍数据时钟准确性判定结果`, visible: true},
        ],
        optionsStatus: true,
        options: [
          {label: '当日抓拍数据时钟异常', value: 1},
          {label: '全部抓拍数据时钟异常', value: -1},
        ],
        optionsName: '时钟状态',
      },
      {
        title: '抓拍人脸数据上传及时性',
        index: 'face_upload_timeliness',
        columns: [
          {
            label: '内码',
            align: 'center',
            prop: 'indexCode',
            width: 190,
          },
          {
            label: '设备或卡口国标编码',
            align: 'center',
            prop: 'externalIndexCode',
            width: 190,
          },
          {
            label: '设备或卡口名称',
            align: 'center',
            prop: 'deviceName',
            width: 200,
          },
          {
            label: '组织编号',
            align: 'center',
            prop: 'orgCode',
            width: 150,
          },
          {
            label: '抓拍数据量',
            align: 'center',
            prop: 'dataCount',
            width: 120,
          },
          {
            label: '延迟量',
            align: 'center',
            prop: 'delayCount',
            width: 120,
          },
          {
            label: '倒挂量',
            align: 'center',
            prop: 'invertCount',
            width: 120,
          },
          {
            label: '延迟14-30s的数据量',
            align: 'center',
            prop: 'dataDelayCount1',
            width: 190,
          },
          {
            label: '延迟31-60s的数据量',
            align: 'center',
            prop: 'dataDelayCount2',
            width: 190,
          },
          {
            label: '延迟61-300s的数据量',
            align: 'center',
            prop: 'dataDelayCount3',
            width: 190,
          },
          {
            label: '延迟大于300s的数据量',
            align: 'center',
            prop: 'dataDelayCount4',
            width: 190,
          },
        ],
        card: [
          {
            icon: 'el-icon-user',
            dataList: [
              {
                label: '总设备量'
              },
              {
                label: '延迟设备量'
              },
              {
                label: '数据上传及时性'
              }
            ]
          }
        ],
        showList: [
          {key: 0, label: `内码`, visible: true},
          {key: 1, label: `设备或卡口国标编码`, visible: true},
          {key: 2, label: `设备或卡口名称`, visible: true},
          {key: 3, label: `组织编号`, visible: true},
          {key: 4, label: `抓拍数据量`, visible: true},
          {key: 5, label: `延迟量`, visible: true},
          {key: 6, label: `倒挂量`, visible: true},
          {key: 7, label: `延迟14-30s的数据量`, visible: true},
          {key: 8, label: `延迟31-60s的数据量`, visible: true},
          {key: 9, label: `延迟61-300s的数据量`, visible: true},
          {key: 10, label: `延迟大于300s的数据量`, visible: true},
        ],
        optionsStatus: true,
        options: [
          {label: '正常', value: 1},
          {label: '延迟', value: -1},
        ],
        optionsName: '延迟状态',
      },
      {
        title: '人脸卡口设备抓拍数据大图可用性',
        index: 'face_picture_availability',
        columns: [
          {
            "label": "卡口内码或采集设备内码",
            "align": "center",
            "prop": "indexCode",
            width: 250,
          },
          {
            "label": "设备或卡口国标编码",
            "align": "center",
            "prop": "externalIndexCode",
            width: 250,
          },
          {
            "label": "设备或卡口名称",
            "align": "center",
            "prop": "deviceName",
            width: 400,
          },
          {
            "label": "组织编号",
            "align": "center",
            "prop": "orgCode",
            width: 200,
          },
          {
            "label": "组织名称",
            "align": "center",
            "prop": "orgName",
            width: 200,
          },
          {
            "label": "大图可用性数据抽检量",
            "align": "center",
            "prop": "sampleCount",
            width: 200,
          },
          {
            "label": "大图可用率",
            "align": "center",
            "prop": "bigUsefulPercent",
            width: 200,
          },
          {
            "label": "大图访问异常数据量",
            "align": "center",
            "prop": "bigPicExpCount",
            width: 200,
          },
          {
            "label": "OSD标注异常数据量",
            "align": "center",
            "prop": "osdExpCount",
            width: 200,
          },
          {
            "label": "人脸大小图不一致数据量",
            "align": "center",
            "prop": "imgDiffCount",
            width: 200,
          },
        ],
        card: [
          {
            icon: 'el-icon-truck',
            dataList: [
              {
                label: '大图抽检量'
              },
              {
                label: '大图不可用量'
              },
              {
                label: '大图可用性'
              }
            ]
          }
        ],
        showList: [
          {key: 0, label: `卡口内码或采集设备内码`, visible: true},
          {key: 1, label: `设备或卡口国标编码`, visible: true},
          {key: 2, label: `设备或卡口名称`, visible: true},
          {key: 3, label: `组织编号`, visible: true},
          {key: 4, label: `组织名称`, visible: true},
          {key: 5, label: `大图可用性数据抽检量`, visible: true},
          {key: 6, label: `大图可用率`, visible: true},
          {key: 7, label: `大图访问异常数据量`, visible: true},
          {key: 8, label: `OSD标注异常数据量`, visible: true},
          {key: 9, label: `人脸大小图不一致数据量`, visible: true},
        ],
        optionsStatus: true,
        options: [
          {label: '正常', value: 1},
          {label: '异常', value: -1},
        ],
        optionsName: '大图状态',
      },
    ]
  }
;
export const equipment = {
  table: [
@@ -4535,10 +3907,8 @@
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
          ]
          icon: 'el-icon-user',
          dataList: []
        }
      ]
    },
src/views/system/monitor/face/index.vue
@@ -140,7 +140,6 @@
      <el-table-column label="建模失败率" align="center" prop="failPercent" width="180" v-if="columns[12].visible"/>
      <el-table-column label="人脸合格率" align="center" prop="facePercent" width="180" v-if="columns[13].visible"/>
      <el-table-column label="大图可用率" align="center" prop="bigUsefulPercent" width="180" v-if="columns[14].visible"/>
      <el-table-column label="url可用率" align="center" prop="urlPercent" width="180" v-if="columns[15].visible"/>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width"  fixed="right">
          <template slot-scope="scope">
            <el-button
@@ -262,7 +261,6 @@
            <el-form-item label="当日抓拍量:">{{ form.snapCount }}</el-form-item>
            <el-form-item label="上传及时率:">{{ form.uploadPercent }}</el-form-item>
            <el-form-item label="人脸合格率:">{{ form.facePercent }}</el-form-item>
            <el-form-item label="url可用率:">{{ form.urlPercent }}</el-form-item>
          </el-col>
        </el-row>
      </el-form>
@@ -299,8 +297,7 @@
        { 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: 14, label: `大图不可用量`, visible: false }
      ],
      count: {
        totalPosts: 0,
src/views/system/monitor/video/index.vue
@@ -153,7 +153,7 @@
                  <!--                  </div>-->
                </el-radio-group>
              </el-form-item>
              <el-button type="primary" size="small" style="width: 400px" @click="handleExport">导出</el-button>
              <el-button type="primary" size="small" style="width: 100%" @click="handleExport">导出</el-button>
            </el-form>
            <el-button slot="reference" type="primary" size="mini" plain>导出</el-button>
          </el-popover>
src/views/system/work-order/distribute/index.vue
@@ -104,6 +104,7 @@
        <el-table v-loading="loading" :data="workOrderList" @selection-change="handleSelectionChange">
          <el-table-column type="selection" width="55" align="center" />
          <el-table-column label="工单号" align="center" prop="workOrderNo"/>
          <el-table-column label="国标码" align="center" prop="serialNumber"/>
          <el-table-column label="故障点位" align="center" prop="source">
            <template slot-scope="scope">
              <el-popover
src/views/system/work-order/index.vue
@@ -118,7 +118,10 @@
                    <el-col :span="24" class="time">故障时间:{{ item.createTime }}</el-col>
                  </el-row>
                  <el-row class="work-order-item">
                    <el-col class="time" :span="24"><div>国标码:{{ item.serialNumber }}</div><div>{{ item.source }}</div></el-col>
                    <el-col class="time" :span="24"><div>国标码:{{ item.serialNumber }}</div>
                      <el-tooltip effect="dark" :content="item.source" placement="top-start">
                        <div>{{ item.source }}</div>
                      </el-tooltip></el-col>
                  </el-row>
                  <el-row style="position: absolute;bottom: 10px">
                    <el-button