fuliqi
2024-10-28 414212d6d55f8d3e924787bece138ede7e0ab6af
数据中心视频优化完
2个文件已修改
1172 ■■■■ 已修改文件
src/views/system/data-manage/data-detail/index.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 1146 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/index.vue
@@ -79,7 +79,7 @@
        <el-form-item label="关键词" prop="bayonetNumber">
          <el-input v-model="queryParams.keyword" placeholder="关键词搜索" clearable @input="handleQuery"/>
        </el-form-item>
        <el-form-item :label="this.optionsName" prop="option">
        <el-form-item :label="this.optionsName" prop="option" v-show = "this.optionsStatus">
          <el-select  v-model="queryParams.option" size="small" clearable>
            <el-option v-for="option in options" :key="option.value" :label="option.label" :value="option.value"></el-option>
          </el-select>
@@ -111,7 +111,11 @@
    <div>
      <el-table v-loading="loading" :data="tableData.list">
        <el-table-column :prop="item.prop" :label="item.label" :width="item.width" v-for="(item, index) in tableHead"
                         :key="index" v-if="showListPD(item)"/>
                         :key="index" v-if="showListPD(item)">
          <template slot-scope="scope">
            <span :class="{'error-text': scope.row[item.error]}"> {{ scope.row[item.prop] }} </span>
          </template>
        </el-table-column>
      </el-table>
    </div>
@@ -280,12 +284,16 @@
    // 拼接成 yyyy-MM-dd 格式
    this.queryParams.date = `${year}-${month}-${day}`;
    this.index = this.$route.query.index;
    if (this.$route.query.type === '1') {
      let data = videoData.table.filter(item => item.index === this.$route.query.index)[0]
      // if(this.index = 'monitor_qualification'){
      //
      // }
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
      this.optionsStatus = data.optionsStatus;
      this.options = data.options;
      this.optionsName = data.optionsName;
    }
@@ -294,6 +302,7 @@
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
      this.optionsStatus = data.optionsStatus;
      this.options = data.options;
      this.optionsName = data.optionsName;
    }
@@ -302,6 +311,7 @@
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
      this.optionsStatus = data.optionsStatus;
      this.options = data.options;
      this.optionsName = data.optionsName;
    }
@@ -310,12 +320,18 @@
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
      this.optionsStatus = data.optionsStatus;
      this.options = data.options;
      this.optionsName = data.optionsName;
    }
    this.getList();
  },
  methods: {
    getColor(value, prop) {
      // 默认颜色
      return 'red';
    },
    clickTab(active) {
      this.queryParams.dataType = active
      this.getList()
@@ -441,7 +457,9 @@
.tab {
  padding: 5px 15px;
}
.error-text {
  color: red;
}
.tab:hover {
  cursor: pointer;
  user-select: none;
src/views/system/data-manage/data-detail/list.js
@@ -41,331 +41,128 @@
      index: 'monitor_qualification',
      columns: [
        {
          "label": "行政编码",
          "label": "设备编码",
          "align": "center",
          "prop": "civilCode.value",
          "width": 100
          "prop": "serialNumber",
          "error":"serialNumberError",
          "width": 300
        },
        {
          "label": "展示值",
          "label": "设备名称",
          "align": "center",
          "prop": "civilCode.showValue",
          "width": 100
          "prop": "name",
          "error": "nameError",
          "width": 300
        },
        {
          "label": "是否错误",
          "label": "监控点位类型",
          "align": "center",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "prop": "jkdwlx",
          "error": "jkdwlxError",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "label": "mac地址",
          "align": "center",
          "prop": "integrated_device.showValue",
          "prop": "macdz",
          "error": "macdzError",
          "width": 150
        },
        {
          "label": "ip",
          "align": "center",
          "prop": "ip",
          "error": "ipError",
          "width": 120
        },
        {
          "label": "集成设备是否错误",
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "integrated_device.error",
          "prop": "sxjgnlx",
          "error": "sxjgnlxError",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "label": "设备经度",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "prop": "longitude",
          "error": "longitudeError",
          "width": 150
        },
        {
          "label": "IP地址展示值",
          "label": "设备纬度",
          "align": "center",
          "prop": "ip.showValue",
          "prop": "latitude",
          "error": "latitudeError",
          "width": 150
        },
        {
          "label": "IP地址实际值",
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "ip.value",
          "prop": "sxjcjqy",
          "error": "sxjcjqyError",
          "width": 150
        },
        {
          "label": "IP地址是否有误",
          "label": "设备状态",
          "align": "center",
          "prop": "ip.error",
          "prop": "sbzt",
          "error": "sbztError",
          "width": 120
        },
        {
          "label": "IP地址错误信息",
          "label": "行政区域",
          "align": "center",
          "prop": "ip.errorMessage",
          "prop": "civilCode",
          "error": "civilCodeError",
          "width": 150
        },
        {
          "label": "监控点位类型展示值",
          "label": "是否集成设备",
          "align": "center",
          "prop": "jkdwlx.showValue",
          "prop": "integratedDevice",
          "error": "integratedDeviceError",
          "width": 100
        },
        {
          "label": "监控点位类型实际值",
          "align": "center",
          "prop": "jkdwlx.value",
          "width": 100
        },
        {
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "纬度展示值",
          "align": "center",
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "纬度实际值",
          "align": "center",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "纬度错误信息",
          "align": "center",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "mac地址实际值",
          "align": "center",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "设备名展示值",
          "align": "center",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "设备名错误信息",
          "align": "center",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'IP异常数'
              label: '总数'
            },
            {
              label: 'MAC地址异常数'
              label: '一机一档合格数'
            },
            {
              label: '经度异常数'
              label: '一机一档不合格数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '今日合格率'
              label: '一机一档合格率'
            },
          ]
        }
      ],
      optionsStatus: true,
      options: [
        { label: '合格',value: 1 },
        { label: '不合格',value: -1 },
      ],
      optionsName: '合格状态',
      showList: [
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `监控点位类型`, visible: true },
        { key: 3, label: `mac地址`, visible: true },
        { key: 4, label: `ip`, visible: true },
        { key: 5, label: `摄像机功能类型`, visible: true },
        { key: 6, label: `设备经度`, visible: true },
        { key: 7, label: `设备纬度`, visible: true },
        { key: 8, label: `摄像机采集区域`, visible: true },
        { key: 9, label: `设备状态`, visible: true },
        { key: 10, label: `行政区域`, visible: true },
        { key: 11, label: `是否集成设备`, visible: true },
      ],
    },
    {
@@ -373,285 +170,94 @@
      index: 'monitor_registration',
      columns: [
        {
          "label": "行政编码",
          "label": "设备编码",
          "align": "center",
          "prop": "civilCode.value",
          "width": 100
          "prop": "serialNumber",
          "error":"serialNumberError",
          "width": 300
        },
        {
          "label": "展示值",
          "label": "设备名称",
          "align": "center",
          "prop": "civilCode.showValue",
          "width": 100
          "prop": "name",
          "error": "nameError",
          "width": 300
        },
        {
          "label": "是否错误",
          "label": "监控点位类型",
          "align": "center",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "prop": "jkdwlx",
          "error": "jkdwlxError",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "label": "mac地址",
          "align": "center",
          "prop": "integrated_device.showValue",
          "prop": "macdz",
          "error": "macdzError",
          "width": 150
        },
        {
          "label": "ip",
          "align": "center",
          "prop": "ip",
          "error": "ipError",
          "width": 120
        },
        {
          "label": "集成设备是否错误",
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "integrated_device.error",
          "prop": "sxjgnlx",
          "error": "sxjgnlxError",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "label": "设备经度",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "prop": "longitude",
          "error": "longitudeError",
          "width": 150
        },
        {
          "label": "IP地址展示值",
          "label": "设备纬度",
          "align": "center",
          "prop": "ip.showValue",
          "prop": "latitude",
          "error": "latitudeError",
          "width": 150
        },
        {
          "label": "IP地址实际值",
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "ip.value",
          "prop": "sxjcjqy",
          "error": "sxjcjqyError",
          "width": 150
        },
        {
          "label": "IP地址是否有误",
          "label": "设备状态",
          "align": "center",
          "prop": "ip.error",
          "prop": "sbzt",
          "error": "sbztError",
          "width": 120
        },
        {
          "label": "IP地址错误信息",
          "label": "行政区域",
          "align": "center",
          "prop": "ip.errorMessage",
          "prop": "civilCode",
          "error": "civilCodeError",
          "width": 150
        },
        {
          "label": "监控点位类型展示值",
          "label": "是否集成设备",
          "align": "center",
          "prop": "jkdwlx.showValue",
          "prop": "integratedDevice",
          "error": "integratedDeviceError",
          "width": 100
        },
        {
          "label": "监控点位类型实际值",
          "label": "是否是新设备",
          "align": "center",
          "prop": "jkdwlx.value",
          "prop": "newDevice",
          "width": 100
        },
        {
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "纬度展示值",
          "align": "center",
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "纬度实际值",
          "align": "center",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "纬度错误信息",
          "align": "center",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "mac地址实际值",
          "align": "center",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "设备名展示值",
          "align": "center",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "设备名错误信息",
          "align": "center",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
      card: [
@@ -659,377 +265,157 @@
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'IP异常数'
              label: '今日档案数'
            },
            {
              label: 'MAC地址异常数'
              label: '新档案数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '今日注册率'
              label: '一机一档注册率'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `监控点位类型`, visible: true },
        { key: 3, label: `mac地址`, visible: true },
        { key: 4, label: `ip`, visible: true },
        { key: 5, label: `摄像机功能类型`, visible: true },
        { key: 6, label: `设备经度`, visible: true },
        { key: 7, label: `设备纬度`, visible: true },
        { key: 8, label: `摄像机采集区域`, visible: true },
        { key: 9, label: `设备状态`, visible: true },
        { key: 10, label: `行政区域`, visible: true },
        { key: 11, label: `是否集成设备`, visible: true },
        { key: 12, label: `是否是新设备`, visible: true },
      ],
      optionsStatus: true,
      options: [
        { label: '是',value: 1 },
        { label: '否',value: -1 },
      ],
      optionsName: '新档案',
    },
    {
      title: '档案考核比',
      index: 'archives_rate',
      columns: [
        {
          "label": "行政编码",
          "label": "设备编码",
          "align": "center",
          "prop": "civilCode.value",
          "width": 100
          "prop": "serialNumber",
          "error":"serialNumberError",
          "width": 300
        },
        {
          "label": "展示值",
          "label": "设备名称",
          "align": "center",
          "prop": "civilCode.showValue",
          "width": 100
          "prop": "name",
          "error": "nameError",
          "width": 300
        },
        {
          "label": "是否错误",
          "label": "监控点位类型",
          "align": "center",
          "prop": "civilCode.error"
        },
        {
          "label": "错误信息",
          "align": "center",
          "prop": "civilCode.errorMessage",
          "prop": "jkdwlx",
          "error": "jkdwlxError",
          "width": 150
        },
        {
          "label": "集成设备展示值",
          "label": "mac地址",
          "align": "center",
          "prop": "integrated_device.showValue",
          "prop": "macdz",
          "error": "macdzError",
          "width": 150
        },
        {
          "label": "ip",
          "align": "center",
          "prop": "ip",
          "error": "ipError",
          "width": 120
        },
        {
          "label": "集成设备是否错误",
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "integrated_device.error",
          "prop": "sxjgnlx",
          "error": "sxjgnlxError",
          "width": 130
        },
        {
          "label": "集成设备错误信息",
          "label": "设备经度",
          "align": "center",
          "prop": "integrated_device.errorMessage",
          "prop": "longitude",
          "error": "longitudeError",
          "width": 150
        },
        {
          "label": "IP地址展示值",
          "label": "设备纬度",
          "align": "center",
          "prop": "ip.showValue",
          "prop": "latitude",
          "error": "latitudeError",
          "width": 150
        },
        {
          "label": "IP地址实际值",
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "ip.value",
          "prop": "sxjcjqy",
          "error": "sxjcjqyError",
          "width": 150
        },
        {
          "label": "IP地址是否有误",
          "label": "设备状态",
          "align": "center",
          "prop": "ip.error",
          "prop": "sbzt",
          "error": "sbztError",
          "width": 120
        },
        {
          "label": "IP地址错误信息",
          "label": "行政区域",
          "align": "center",
          "prop": "ip.errorMessage",
          "prop": "civilCode",
          "error": "civilCodeError",
          "width": 150
        },
        {
          "label": "监控点位类型展示值",
          "label": "是否集成设备",
          "align": "center",
          "prop": "jkdwlx.showValue",
          "prop": "integratedDevice",
          "error": "integratedDeviceError",
          "width": 100
        },
        {
          "label": "监控点位类型实际值",
          "align": "center",
          "prop": "jkdwlx.value",
          "width": 100
        },
        {
          "label": "监控点位类型是否有误",
          "align": "center",
          "prop": "jkdwlx.error",
          "width": 150
        },
        {
          "label": "监控点位类型错误信息",
          "align": "center",
          "prop": "jkdwlx.errorMessage",
          "width": 150
        },
        {
          "label": "纬度展示值",
          "align": "center",
          "prop": "latitude.showValue",
          "width": 100
        },
        {
          "label": "纬度实际值",
          "align": "center",
          "prop": "latitude.value",
          "width": 100
        },
        {
          "label": "纬度是否有误",
          "align": "center",
          "prop": "latitude.error",
          "width": 120
        },
        {
          "label": "纬度错误信息",
          "align": "center",
          "prop": "latitude.errorMessage",
          "width": 100
        },
        {
          "label": "经度展示值",
          "align": "center",
          "prop": "longitude.showValue",
          "width": 100
        },
        {
          "label": "经度实际值",
          "align": "center",
          "prop": "longitude.value",
          "width": 100
        },
        {
          "label": "经度是否有误",
          "align": "center",
          "prop": "longitude.error",
          "width": 100
        },
        {
          "label": "经度错误信息",
          "align": "center",
          "prop": "longitude.errorMessage",
          "width": 100
        },
        {
          "label": "mac地址展示值",
          "align": "center",
          "prop": "macdz.showValue",
          "width": 190
        },
        {
          "label": "mac地址实际值",
          "align": "center",
          "prop": "macdz.value",
          "width": 190
        },
        {
          "label": "mac地址是否有误",
          "align": "center",
          "prop": "macdz.error",
          "width": 130
        },
        {
          "label": "mac地址错误信息",
          "align": "center",
          "prop": "macdz.errorMessage",
          "width": 150
        },
        {
          "label": "设备名展示值",
          "align": "center",
          "prop": "name.showValue",
          "width": 250
        },
        {
          "label": "设备名实际值",
          "align": "center",
          "prop": "name.value",
          "width": 250
        },
        {
          "label": "设备名是否有误",
          "align": "center",
          "prop": "name.error",
          "width": 120
        },
        {
          "label": "设备名错误信息",
          "align": "center",
          "prop": "name.errorMessage",
          "width": 150
        },
        {
          "label": "设备状态展示值",
          "align": "center",
          "prop": "sbzt.showValue",
          "width": 100
        },
        {
          "label": "设备状态实际值",
          "align": "center",
          "prop": "sbzt.value",
          "width": 120
        },
        {
          "label": "设备状态是否有误",
          "align": "center",
          "prop": "sbzt.error",
          "width": 130
        },
        {
          "label": "设备状态错误信息",
          "align": "center",
          "prop": "sbzt.errorMessage",
          "width": 150
        },
        {
          "label": "设备编码展示值",
          "align": "center",
          "prop": "serialNumber.showValue",
          "width": 150
        },
        {
          "label": "设备编码实际值",
          "align": "center",
          "prop": "serialNumber.value",
          "width": 150
        },
        {
          "label": "设备编码是否有误",
          "align": "center",
          "prop": "serialNumber.error",
          "width": 150
        },
        {
          "label": "设备编码错误信息",
          "align": "center",
          "prop": "serialNumber.errorMessage",
          "width": 150
        },
        {
          "label": "摄像机采集区域展示值",
          "align": "center",
          "prop": "sxjcjqy.showValue",
          "width": 150
        },
        {
          "label": "摄像机采集区域实际值",
          "align": "center",
          "prop": "sxjcjqy.value",
          "width": 100
        },
        {
          "label": "摄像机采集区域是否有误",
          "align": "center",
          "prop": "sxjcjqy.error",
          "width": 170
        },
        {
          "label": "摄像机采集区域错误信息",
          "align": "center",
          "prop": "sxjcjqy.errorMessage",
          "width": 170
        },
        {
          "label": "摄像机功能类型展示值",
          "align": "center",
          "prop": "sxjgnlx.showValue",
          "width": 170
        },
        {
          "label": "摄像机功能类型实际值",
          "align": "center",
          "prop": "sxjgnlx.value",
          "width": 170
        },
        {
          "label": "摄像机功能类型是否有误",
          "align": "center",
          "prop": "sxjgnlx.error",
          "width": 170
        },
        {
          "label": "摄像机功能类型错误信息",
          "align": "center",
          "prop": "sxjgnlx.errorMessage",
          "width": 170
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'IP异常数'
              label: '档案总数'
            },
            {
              label: 'MAC地址异常数'
              label: '今日档案数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '今日考核比'
              label: '档案考核比'
            },
          ]
        }
      ],
      showList: [
        { key: 0, label: `集成设备展示值`, visible: false },
        { key: 1, label: `IP地址展示值`, visible: false },
        { key: 2, label: `IP地址实际值`, visible: false },
        { key: 3, label: `监控点位类型展示值`, visible: false },
        { key: 4, label: `监控点位类型实际值`, visible: false },
        { key: 5, label: `纬度展示值`, visible: false },
        { key: 6, label: `纬度实际值`, visible: false },
        { key: 7, label: `经度展示值`, visible: false },
        { key: 8, label: `经度实际值`, visible: false },
        { key: 9, label: `mac地址展示值`, visible: false },
        { key: 10, label: `mac地址实际值`, visible: false },
        { key: 11, label: `设备名展示值`, visible: false },
        { key: 12, label: `设备名实际值`, visible: false },
        { key: 13, label: `设备状态展示值`, visible: false },
        { key: 14, label: `设备状态实际值`, visible: false },
        { key: 15, label: `设备编码展示值`, visible: false },
        { key: 16, label: `设备编码实际值`, visible: false },
        { key: 17, label: `摄像机采集区域展示值`, visible: false },
        { key: 18, label: `摄像机采集区域实际值`, visible: false },
        { key: 19, label: `摄像机功能类型展示值`, visible: false },
        { key: 20, label: `摄像机功能类型实际值`, visible: false }
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `监控点位类型`, visible: true },
        { key: 3, label: `mac地址`, visible: true },
        { key: 4, label: `ip`, visible: true },
        { key: 5, label: `摄像机功能类型`, visible: true },
        { key: 6, label: `设备经度`, visible: true },
        { key: 7, label: `设备纬度`, visible: true },
        { key: 8, label: `摄像机采集区域`, visible: true },
        { key: 9, label: `设备状态`, visible: true },
        { key: 10, label: `行政区域`, visible: true },
        { key: 11, label: `是否集成设备`, visible: true },
      ],
    },
    {
@@ -1108,16 +494,14 @@
        }
      ],
      showList: [
        { key: 0, label: `解码状态码`, visible: false },
        { key: 1, label: `sip状态码`, visible: false },
        { key: 2, label: `信令时延`, visible: false },
        { key: 3, label: `icmp延迟`, visible: false },
        { key: 3, label: `关键帧时延`, visible: false },
        { key: 3, label: `最近持续离线故障时间`, visible: false },
        { key: 3, label: `视频流时延`, visible: false },
        { key: 3, label: `巡检次数`, visible: false },
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
        { 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 },
@@ -1125,6 +509,7 @@
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
      optionsStatus: true,
    },
    {
      title: "点位在线率",
@@ -1202,16 +587,14 @@
        }
      ],
      showList: [
        { key: 0, label: `解码状态码`, visible: false },
        { key: 1, label: `sip状态码`, visible: false },
        { key: 2, label: `信令时延`, visible: false },
        { key: 3, label: `icmp延迟`, visible: false },
        { key: 3, label: `关键帧时延`, visible: false },
        { key: 3, label: `最近持续离线故障时间`, visible: false },
        { key: 3, label: `视频流时延`, visible: false },
        { key: 3, label: `巡检次数`, visible: false },
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
        { 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 },
@@ -1219,6 +602,7 @@
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
      optionsStatus: true,
    },
    {
      title: "录像可用率",
@@ -1308,6 +692,19 @@
        { 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: "部级巡检录像可用率",
@@ -1397,6 +794,19 @@
        { 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: "标注正确率",
@@ -1812,16 +1222,14 @@
        }
      ],
      showList: [
        { key: 0, label: `解码状态码`, visible: false },
        { key: 1, label: `sip状态码`, visible: false },
        { key: 2, label: `信令时延`, visible: false },
        { key: 3, label: `icmp延迟`, visible: false },
        { key: 3, label: `关键帧时延`, visible: false },
        { key: 3, label: `最近持续离线故障时间`, visible: false },
        { key: 3, label: `视频流时延`, visible: false },
        { key: 3, label: `巡检次数`, visible: false },
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
        { 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 },
@@ -1829,6 +1237,7 @@
        { label: '在线',value: 1 },
      ],
      optionsName: '在线情况',
      optionsStatus: true,
    },
    {
      title: '重点点位录像可用率',
@@ -1918,6 +1327,19 @@
        { 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: '重点点位标注正确率',
@@ -2018,6 +1440,20 @@
        { label: '未知',value: 0 },
      ],
      optionsName: 'OSD状态',
      optionsStatus: true,
      showList: [
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `osd省`, visible: true },
        { key: 3, label: `osd市`, visible: true },
        { key: 4, label: `osd区`, visible: true },
        { key: 5, label: `osd左下角`, visible: true },
        { key: 6, label: `osd时间是否正确`, visible: true },
        { key: 7, label: `osd通道名是否正确`, visible: true },
        { key: 7, label: `osd省是否正确`, visible: true },
        { key: 7, label: `osd市是否正确`, visible: true },
        { key: 7, label: `osd区是否正确`, visible: true },
      ],
    },
    {
      title: '重点点位校时正确率',
@@ -2118,25 +1554,19 @@
        { label: '未知',value: 0 },
      ],
      optionsName: 'OSD时间',
      optionsStatus: true,
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 3, label: `摄像机类型`, visible: false },
        { key: 3, label: `补光属性`, visible: false },
        { key: 3, label: `摄像机编码格式`, visible: false },
        { key: 3, label: `安装地址`, visible: false },
        { key: 3, label: `摄像机位置类型`, visible: false },
        { key: 3, label: `监视方位`, visible: false },
        { key: 3, label: `摄像机场景预设照片URL`, visible: false },
        { key: 3, label: `联网属性`, visible: false },
        { key: 3, label: `所属辖区公安机关`, visible: false },
        { key: 3, label: `安装时间`, visible: false },
        { key: 3, label: `管理单位`, visible: false },
        { key: 3, label: `管理单位联系方式`, visible: false },
        { key: 3, label: `录像保存天数`, visible: false },
        { key: 3, label: `所属部门/行业`, visible: false },
        { key: 0, label: `设备编码`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `osd省`, visible: true },
        { key: 3, label: `osd市`, visible: true },
        { key: 4, label: `osd区`, visible: true },
        { key: 5, label: `osd左下角`, visible: true },
        { key: 6, label: `osd时间是否正确`, visible: true },
        { key: 7, label: `osd通道名是否正确`, visible: true },
        { key: 7, label: `osd省是否正确`, visible: true },
        { key: 7, label: `osd市是否正确`, visible: true },
        { key: 7, label: `osd区是否正确`, visible: true },
      ],
    },
    {
@@ -2215,16 +1645,14 @@
        }
      ],
      showList: [
        { key: 0, label: `解码状态码`, visible: false },
        { key: 1, label: `sip状态码`, visible: false },
        { key: 2, label: `信令时延`, visible: false },
        { key: 3, label: `icmp延迟`, visible: false },
        { key: 3, label: `关键帧时延`, visible: false },
        { key: 3, label: `最近持续离线故障时间`, visible: false },
        { key: 3, label: `视频流时延`, visible: false },
        { key: 3, label: `巡检次数`, visible: false },
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
        { 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 },