fuliqi
2024-12-12 323df6a80616eec19125feba8bdb47adb25334a0
src/views/system/data-manage/data-detail/list.js
@@ -1,32 +1,3906 @@
export const tableColumn = [
  {
    title: '平台在线',
    columns: [
export const videoData = {
  table: [
    {
      title: '平台在线率',
      index: 'platform_online',
      columns: [
        {
          label: '平台名称',
          align: 'center',
          prop: 'platformName',
        },
        {
          label: '平台IP/域名',
          align: 'center',
          prop: 'platformIp',
        },
        {
          label: '当日离线时长(秒)',
          align: 'center',
          prop: 'todayOutlineSed'
        },
        {
          label: '日期',
          align: 'center',
          prop: 'createDate'
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: "平台数"
            }
          ]
        }
      ]
    },
    {
      title: '一机一档合格率',
      index: 'monitor_qualification',
      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
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '一机一档合格数'
            },
            {
              label: '一机一档不合格数'
            },
            {
              label: '一机一档合格率'
            },
          ]
        }
      ],
      optionsStatus: true,
      options: [
        {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},
      ],
    },
    {
      title: '一机一档注册率',
      index: 'monitor_registration',
      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-video-camera',
          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: 'archives_rate',
      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
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          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},
      ],
    },
    {
      title: "部级点位在线率",
      index: 'ministry_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-video-camera',
          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: '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: 'offLineTimeStr',
          width: 400,
        },
        {
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          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},
        {key: 8, label: `监测时间`, visible: true},
      ],
      options: [
        {label: '在线', value: 1},
        {label: '离线', value: -1},
        {label: '未知', value: 0},
      ],
      optionsName: '在线情况',
      optionsStatus: true,
    },
    {
      title: "录像可用率",
      index: 'video_available',
      columns: [
        {
          label: "行政区域",
          align: "center",
          prop: "arealayername"
        },
        {
          label: "行政区域ID",
          align: "center",
          prop: "arealayerno"
        },
        {
          label: "创建时间",
          align: "center",
          prop: "createTime",
          width: 150,
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId",
          width: 190,
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName",
          width: 230,
        },
        {
          label: "缺失时长",
          align: "center",
          prop: "missDuration"
        },
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId",
          width: 190,
        },
        {
          label: "录像时长",
          align: "center",
          prop: "recordDuration"
        },
        {
          label: "录像完整状态",
          align: "center",
          prop: "recordStatusText"
        },
        {
          label: "统计时间",
          align: "center",
          prop: "statTime",
          width: 150,
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '完整'
            },
            {
              label: '间歇'
            },
            {
              label: '异常'
            },
            {
              label: '录像可用率'
            },
          ]
        }
      ],
      options: [
        {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},
      ],
    },
    {
      title: "部级巡检录像可用率",
      index: 'ministry_video_available',
      columns: [
        {
          label: "行政区域",
          align: "center",
          prop: "arealayername"
        },
        {
          label: "行政区域ID",
          align: "center",
          prop: "arealayerno"
        },
        {
          label: "创建时间",
          align: "center",
          prop: "createTime",
          width: 150,
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId",
          width: 190,
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName",
          width: 230,
        },
        {
          label: "缺失时长",
          align: "center",
          prop: "missDuration"
        },
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId",
          width: 190,
        },
        {
          label: "录像时长",
          align: "center",
          prop: "recordDuration"
        },
        {
          label: "录像完整状态",
          align: "center",
          prop: "recordStatusText"
        },
        {
          label: "统计时间",
          align: "center",
          prop: "statTime",
          width: 150,
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '完整'
            },
            {
              label: '间歇'
            },
            {
              label: '异常'
            },
            {
              label: '录像可用率'
            },
          ]
        }
      ],
      options: [
        {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},
      ],
    },
    {
      title: "标注正确率",
      index: 'annotation_accuracy',
      columns: [
        {
          "label": "设备编码",
          "align": "center",
          "prop": "sbbm"
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "sbmc"
        },
        {
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "sxjcjqy"
        },
        {
          "label": "监控点位类型",
          "align": "center",
          "prop": "jkdwlx"
        },
        {
          "label": "IPV4地址",
          "align": "center",
          "prop": "ip"
        },
        {
          "label": "经度",
          "align": "center",
          "prop": "jd"
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd"
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx"
        },
        {
          "label": "MAC地址",
          "align": "center",
          "prop": "macdz"
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt"
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs"
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy"
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh"
        },
        {
          "label": "点位俗称",
          "align": "center",
          "prop": "dwcs"
        },
        {
          "label": "摄像机类型",
          "align": "center",
          "prop": "sxjlx"
        },
        {
          "label": "补光属性",
          "align": "center",
          "prop": "bgsx"
        },
        {
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "sxjbmgs"
        },
        {
          "label": "安装地址",
          "align": "center",
          "prop": "azdz"
        },
        {
          "label": "摄像机位置类型",
          "align": "center",
          "prop": "sxjwzlx"
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "jsfw"
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "sxjcjyszp"
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "lwsx"
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg"
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj"
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw"
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs"
        },
        {
          "label": "录像保存天数",
          "align": "center",
          "prop": "lxbcts"
        },
        {
          "label": "所属部门/行业",
          "align": "center",
          "prop": "ssbmhy"
        }
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '已联网'
            },
            {
              label: '未联网'
            },
            {
              label: '视频监控'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
            },
          ]
        }
      ]
    },
    {
      title: "校时正确率",
      index: 'timing_accuracy',
      columns: [
        {
          "label": "设备编码",
          "align": "center",
          "prop": "sbbm"
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "sbmc"
        },
        {
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "sxjcjqy"
        },
        {
          "label": "监控点位类型",
          "align": "center",
          "prop": "jkdwlx"
        },
        {
          "label": "IPV4地址",
          "align": "center",
          "prop": "ip"
        },
        {
          "label": "经度",
          "align": "center",
          "prop": "jd"
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd"
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx"
        },
        {
          "label": "MAC地址",
          "align": "center",
          "prop": "macdz"
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt"
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs"
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy"
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh"
        },
        {
          "label": "点位俗称",
          "align": "center",
          "prop": "dwcs"
        },
        {
          "label": "摄像机类型",
          "align": "center",
          "prop": "sxjlx"
        },
        {
          "label": "补光属性",
          "align": "center",
          "prop": "bgsx"
        },
        {
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "sxjbmgs"
        },
        {
          "label": "安装地址",
          "align": "center",
          "prop": "azdz"
        },
        {
          "label": "摄像机位置类型",
          "align": "center",
          "prop": "sxjwzlx"
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "jsfw"
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "sxjcjyszp"
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "lwsx"
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg"
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj"
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw"
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs"
        },
        {
          "label": "录像保存天数",
          "align": "center",
          "prop": "lxbcts"
        },
        {
          "label": "所属部门/行业",
          "align": "center",
          "prop": "ssbmhy"
        }
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '已联网'
            },
            {
              label: '未联网'
            },
            {
              label: '视频监控'
            },
            {
              label: '车辆识别'
            },
            {
              label: '人员识别'
            },
          ]
        }
      ]
    },
    {
      title: '重点点位在线率',
      index: 'key_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-video-camera',
          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: 'key_video_available',
      columns: [
        {
          label: "行政区域",
          align: "center",
          prop: "arealayername"
        },
        {
          label: "行政区域ID",
          align: "center",
          prop: "arealayerno"
        },
        {
          label: "创建时间",
          align: "center",
          prop: "createTime",
          width: 150,
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId",
          width: 190,
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName",
          width: 230,
        },
        {
          label: "缺失时长",
          align: "center",
          prop: "missDuration"
        },
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId",
          width: 190,
        },
        {
          label: "录像时长",
          align: "center",
          prop: "recordDuration"
        },
        {
          label: "录像完整状态",
          align: "center",
          prop: "recordStatusText"
        },
        {
          label: "统计时间",
          align: "center",
          prop: "statTime",
          width: 150,
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
            },
            {
              label: '完整'
            },
            {
              label: '间歇'
            },
            {
              label: '异常'
            },
            {
              label: '录像可用率'
            },
          ]
        }
      ],
      options: [
        {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},
      ],
    },
    {
      title: '重点点位标注正确率',
      index: 'key_annotation_accuracy',
      columns: [
        {
          "label": "设备编码",
          "align": "center",
          "prop": "deviceNo",
          width: 200
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "osdName",
          "error": "osdNameError",
          width: 370
        },
        {
          "label": "osd省",
          "align": "center",
          "prop": "osdProvince",
          "error": "osdProvinceError",
          width: 180
        },
        {
          "label": "osd市",
          "align": "center",
          "prop": "osdCity",
          "error": "osdCityError",
          width: 180
        },
        {
          "label": "osd区",
          "align": "center",
          "prop": "osdPart",
          "error": "osdPartError",
          width: 180
        },
        {
          "label": "osd左下角",
          "align": "center",
          "prop": "osdLB",
          "error": "osdLBError",
          width: 180
        },
        {
          "label": "osd时间",
          "align": "center",
          "prop": "setTime",
          "error": "osdTimeError",
          width: 200
        },
        {
          "label": "检测时间",
          "align": "center",
          "prop": "checkTime",
          width: 200
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
            },
            {
              label: 'OSD正确数'
            },
            {
              label: 'OSD错误数'
            },
            {
              label: 'OSD未知数'
            },
            {
              label: '重点点位标注正确率'
            },
          ]
        }
      ],
      options: [
        {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: `检测时间`, visible: true},
      ],
    },
    {
      title: '重点点位校时正确率',
      index: 'key_timing_accuracy',
      columns: [
        {
          "label": "设备编码",
          "align": "center",
          "prop": "deviceNo",
          width: 200
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "osdName",
          "error": "osdNameError",
          width: 370
        },
        {
          "label": "osd省",
          "align": "center",
          "prop": "osdProvince",
          "error": "osdProvinceError",
          width: 180
        },
        {
          "label": "osd市",
          "align": "center",
          "prop": "osdCity",
          "error": "osdCityError",
          width: 180
        },
        {
          "label": "osd区",
          "align": "center",
          "prop": "osdPart",
          "error": "osdPartError",
          width: 180
        },
        {
          "label": "osd左下角",
          "align": "center",
          "prop": "osdLB",
          "error": "osdLBError",
          width: 180
        },
        {
          "label": "osd时间",
          "align": "center",
          "prop": "setTime",
          "error": "osdTimeError",
          width: 200
        },
        {
          "label": "检测时间",
          "align": "center",
          "prop": "checkTime",
          width: 200
        },
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: [
            {
              label: '总数'
            },
            {
              label: 'OSD正确数'
            },
            {
              label: 'OSD错误数'
            },
            {
              label: 'OSD未知数'
            },
            {
              label: '重点点位标注正确率'
            },
          ]
        }
      ],
      options: [
        {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: `检测时间`, visible: true},
      ],
    },
    {
      title: '重点指挥图像在线率',
      index: 'key_command_image_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-video-camera',
          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: 0},
        {label: '在线', value: 1},
      ],
      optionsName: '在线情况',
    },
    {
      title: "视频图像质量检测报告",
      columns: [
        {
          "label": "数据类型",
          "align": "center",
          "prop": "dataType"
        },
        {
          "label": "卡口或采集设备内码",
          "align": "center",
          "prop": "indexCode"
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode"
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName"
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode"
        },
        {
          "label": "抓拍数据量",
          "align": "center",
          "prop": "dataCount"
        },
        {
          "label": "非今日抓拍量",
          "align": "center",
          "prop": "noTodayCount"
        },
        {
          "label": "周平均抓拍量",
          "align": "center",
          "prop": "weekCompareCount"
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataDays"
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "resultType"
        }
      ],
      card: [
        {
          icon: 'el-icon-video-camera',
          dataList: []
        }
      ]
    },
    {
      title: "视频图像资源安全管理",
      index: 'image_resource_security',
      columns: [
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "部门",
          align: "center",
          prop: "deptName"
        },
        {
          label: "报警类型",
          align: "center",
          prop: "alarmCategory"
        },
        {
          label: "报警级别",
          align: "center",
          prop: "alarmLevel"
        },
        {
          label: "次数",
          align: "center",
          prop: "num"
        },
        {
          label: "报警时间",
          align: "center",
          prop: "alarmTime"
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: []
        }
      ]
    },
  ]
};
export const carData = {
  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-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: `持续无数据天数`, 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: 'offLineTimeStr',
          width: 400,
        },
        {
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          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-truck',
          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: 'vehicle_information_collection_accuracy',
      columns: [
        {
          label: '采集设备内码',
          align: 'center',
          prop: 'indexCode',
          width: 190
        },
        {
          label: '国标编码(外码)',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '卡口名称',
          align: 'center',
          prop: 'crossName',
          width: 250
        },
        {
          label: '经度',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果',
          align: 'center',
          prop: 'lalTypeText',
        },
        {
          label: '国标编码监测结果',
          align: 'center',
          prop: 'gbCodeTypeText',
        },
      ],
      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: 'vehicle_capture_integrity',
      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: 120,
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
          width: 120,
        },
        {
          label: '主要属性不完整量',
          align: 'center',
          prop: 'mainNoIntegrityCount',
          width: 150,
        },
        {
          label: '数据不完整量',
          align: 'center',
          prop: 'noIntegrityCount',
          width: 120,
        },
        {
          label: '车牌号码不完整数据量',
          align: 'center',
          prop: 'plateNoItgrCount',
          width: 190,
        },
        {
          label: '车牌颜色不完整数据量',
          align: 'center',
          prop: 'plateColorItgrCount',
          width: 170,
        },
        {
          label: '车辆类型不完整数据量',
          align: 'center',
          prop: 'vehTypeItgrCount',
          width: 170,
        },
        {
          label: '车辆品牌不完整数据量',
          align: 'center',
          prop: 'vehBrandItgrCount',
          width: 170,
        },
        {
          label: '车辆型号不完整数据量',
          align: 'center',
          prop: 'vehModelItgrCount',
          width: 170,
        },
        {
          label: '车身颜色不完整数据量',
          align: 'center',
          prop: 'vehColorItgrCount',
          width: 190,
        },
        {
          label: '两项属性不完整率',
          align: 'center',
          prop: 'noIntegrityPercent',
          width: 170,
        },
        {
          label: '六项属性不完整率',
          align: 'center',
          prop: 'mainNoIntegrityPercent',
          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: 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: 'vehicle_capture_accuracy',
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          width: 300,
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
          width: 120,
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
          width: 120,
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
          width: 120,
        },
        {
          label: '主要属性(车牌号码,车牌颜色)识别不一致数据量',
          align: 'center',
          prop: 'majorDiffCount',
          width: 200,
        },
        {
          label: '重要属性(全量属性)识别不一致数据量',
          align: 'center',
          prop: 'importantDiffCount',
          width: 200,
        },
        {
          label: '车牌号码不一致数据量',
          align: 'center',
          prop: 'plateDiffCount',
          width: 180,
        },
        {
          label: '车牌颜色不一致数据量',
          align: 'center',
          prop: 'plateColorDiffCount',
          width: 180,
        },
        {
          label: '类型属性不一致数据量',
          align: 'center',
          prop: 'vehicleDiffCount',
          width: 180,
        },
        {
          label: '车辆类型不一致数据量',
          align: 'center',
          prop: 'vehicleTypeDiffCount',
          width: 180,
        },
        {
          label: '车辆品牌不一致数据量',
          align: 'center',
          prop: 'vehicleBrandDiffCount',
          width: 180,
        },
      ],
      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: 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_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: 170,
        },
        {
          "label": "当日接收到的当日抓拍量",
          "align": "center",
          "prop": "dataCount",
          width: 190,
        },
        {
          "label": "当日接收到的白天抓拍量",
          "align": "center",
          "prop": "daySnapCount",
          width: 190,
        },
        {
          "label": "当日接收到的非当日抓拍量",
          "align": "center",
          "prop": "noTodayCount",
          width: 190,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataCount",
          width: 170,
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "snapResultText",
          width: 170,
        },
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "clockPercent",
          width: 120,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "todayClockCount",
          width: 190,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "allClockCount",
          width: 210,
        },
        {
          "label": "全部抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "allClockResultText",
          width: 230,
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          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: 'vehicle_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-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: `延迟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可用性',
      index: 'vehicle_url_availability',
      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: 'sampleCount',
          width: 150,
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
          width: 170,
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
          width: 170,
        },
        {
          label: '存在图片访问异常的数据量',
          align: 'center',
          prop: 'expCount',
          width: 190,
        },
        {
          label: '人脸大小图不一致数量',
          align: 'center',
          prop: 'imgDiffCount',
          width: 170,
        },
        {
          label: 'Osd标注异常量',
          align: 'center',
          prop: 'osdExpCount',
          width: 170,
        },
        {
          label: '大图不可用量',
          align: 'center',
          prop: 'bigDisableCount',
          width: 170,
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              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: '车辆卡口设备抓拍数据大图可用性',
      index: 'vehicle_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,
        },
      ],
      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},
      ],
      optionsStatus: true,
      options: [
        {label: '正常', value: 1},
        {label: '异常', value: -1},
      ],
      optionsName: '大图状态',
    },
  ]
};
export const faceData = {
    table: [
      {
        label: '卡口名称',
        align: 'center',
        prop: 'bayonetName',
        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,
      },
      {
        label: '卡口编号',
        align: 'center',
        prop: 'bayonetNumber'
        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: 'offLineTimeStr',
            width: 400,
          },
          {
            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,
      },
      {
        label: '过车数据量',
        align: 'center',
        prop: 'vehicleDataNumber'
        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: '新档案',
      },
      {
        label: '不唯一数据',
        align: 'center',
        prop: 'notUniqueData'
        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: '状态',
      },
      {
        label: '不唯一数据量',
        align: 'center',
        prop: 'notUniqueDataNumber'
        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: [
    {
      title: '资产管理',
      index: 'view_zc_manage',
      columns: [
        {
          "label": "设备编码",
          "align": "center",
          "prop": "serialNumber"
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "name"
        },
        {
          "label": "监控点位类型",
          "align": "center",
          "prop": "siteType"
        },
        {
          "label": "Mac地址",
          "align": "center",
          "prop": "macAddr"
        }, {
          "label": "IPV4/IPV6",
          "align": "center",
          "prop": "ip"
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "cameraFunType"
        },
        {
          "label": "经度",
          "align": "center",
          "prop": "longitude"
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "latitude"
        },
        {
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "cameraCaptureArea"
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "onState"
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "civilCode"
        },
        {
          "label": "是否集成设备",
          "align": "center",
          "prop": "integratedDevice"
        },
        {
          "label": "摄像机品牌",
          "align": "center",
          "prop": "cameraBrand"
        },
        {
          "label": "安装地址",
          "align": "center",
          "prop": "address"
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "netWorking"
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "publicSecurity"
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "installedTime"
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "managementUnit"
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "muContactInfo"
        },
        {
          "label": "录像保存天数",
          "align": "center",
          "prop": "storageDays"
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "monitorAzimuth"
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "scenePhotoAddr"
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "model"
        },
        {
          "label": "点位俗称",
          "align": "center",
          "prop": "siteVulgo"
        },
        {
          "label": "摄像机类型",
          "align": "center",
          "prop": "cameraType"
        },
        {
          "label": "补光属性",
          "align": "center",
          "prop": "cameraLightType"
        },
        {
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "encodedFormat"
        },
        {
          "label": "所属部门/行业",
          "align": "center",
          "prop": "cameraDept"
        },
        {
          "label": "行业编码",
          "align": "center",
          "prop": "hybm"
        },
        {
          "label": "类型编码",
          "align": "center",
          "prop": "lxbm"
        }
      ],
      card: [
        {
          icon: 'el-icon-user',
          dataList: []
        }
      ]
    },
  ],
};