xiangpei
2024-09-03 11c62bd9363726dccb38abdbc2a6eff173720bac
车辆数据中心优化
2个文件已修改
415 ■■■■ 已修改文件
src/views/system/data-manage/data-detail/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 411 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/index.vue
@@ -265,23 +265,25 @@
      let data = videoData.table.filter(item => item.index === this.$route.query.index)[0]
      this.tableHead = data.columns;
      this.cardList = data.card;
      console.log(data)
      this.showList = data.showList;
    }
    if (this.$route.query.type === '2') {
      let data = carData.table.filter(item => item.index === this.$route.query.index)[0]
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
    }
    if (this.$route.query.type === '3') {
      let data = faceData.table.filter(item => item.index === this.$route.query.index)[0]
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
    }
    if (this.$route.query.type === '4') {
      let data = equipment.table.filter(item => item.index === this.$route.query.index)[0]
      this.tableHead = data.columns;
      this.cardList = data.card;
      this.showList = data.showList;
    }
    this.getList();
  },
src/views/system/data-manage/data-detail/list.js
@@ -2420,27 +2420,32 @@
        {
          "label": "数据类型",
          "align": "center",
          "prop": "dataType"
          "prop": "dataType",
          width: 100
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode"
          "prop": "indexCode",
          width: 190
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode"
          "prop": "externalIndexCode",
          width: 190
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName"
          "prop": "deviceName",
          width: 200
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode"
          "prop": "orgCode",
          width: 120
        },
        {
          "label": "抓拍数据量",
@@ -2455,17 +2460,20 @@
        {
          "label": "周平均抓拍量",
          "align": "center",
          "prop": "weekCompareCount"
          "prop": "weekCompareCount",
          width: 150
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataDays"
          "prop": "continueNoDataDays",
          width: 170
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "resultType"
          "prop": "resultType",
          width: 170
        }
      ],
      card: [
@@ -2495,142 +2503,170 @@
        {
          "label": "设备编码",
          "align": "center",
          "prop": "sbbm"
          "prop": "sbbm",
          "width": 220
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "sbmc"
          "prop": "sbmc",
          "width": 250
        },
        {
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "sxjcjqy"
          "prop": "sxjcjqy",
          "width": 120
        },
        {
          "label": "监控点位类型",
          "align": "center",
          "prop": "jkdwlx"
          "prop": "jkdwlx",
          "width": 150
        },
        {
          "label": "IPV4地址",
          "align": "center",
          "prop": "ip"
          "prop": "ip",
          "width": 150
        },
        {
          "label": "经度",
          "align": "center",
          "prop": "jd"
          "prop": "jd",
          "width": 100
        },
        {
          "label": "纬度",
          "align": "center",
          "prop": "wd"
          "prop": "wd",
          "width": 100
        },
        {
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "sxjgnlx"
          "prop": "sxjgnlx",
          "width": 150
        },
        {
          "label": "MAC地址",
          "align": "center",
          "prop": "macdz"
          "prop": "macdz",
          "width": 150
        },
        {
          "label": "设备状态",
          "align": "center",
          "prop": "sbzt"
          "prop": "sbzt",
          "width": 100
        },
        {
          "label": "设备厂商",
          "align": "center",
          "prop": "sbcs"
          "prop": "sbcs",
          "width": 150
        },
        {
          "label": "行政区域",
          "align": "center",
          "prop": "xzqy"
          "prop": "xzqy",
          "width": 150
        },
        {
          "label": "设备型号",
          "align": "center",
          "prop": "sbxh"
          "prop": "sbxh",
          "width": 120
        },
        {
          "label": "点位俗称",
          "align": "center",
          "prop": "dwcs"
          "prop": "dwcs",
          "width": 250
        },
        {
          "label": "摄像机类型",
          "align": "center",
          "prop": "sxjlx"
          "prop": "sxjlx",
          "width": 100
        },
        {
          "label": "补光属性",
          "align": "center",
          "prop": "bgsx"
          "prop": "bgsx",
          "width": 100
        },
        {
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "sxjbmgs"
          "prop": "sxjbmgs",
          "width": 170
        },
        {
          "label": "安装地址",
          "align": "center",
          "prop": "azdz"
          "prop": "azdz",
          "width": 170
        },
        {
          "label": "摄像机位置类型",
          "align": "center",
          "prop": "sxjwzlx"
          "prop": "sxjwzlx",
          "width": 170
        },
        {
          "label": "监视方位",
          "align": "center",
          "prop": "jsfw"
          "prop": "jsfw",
          "width": 120
        },
        {
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "sxjcjyszp"
          "prop": "sxjcjyszp",
          "width": 190
        },
        {
          "label": "联网属性",
          "align": "center",
          "prop": "lwsx"
          "prop": "lwsx",
          "width": 120
        },
        {
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "ssxqgafg"
          "prop": "ssxqgafg",
          "width": 170
        },
        {
          "label": "安装时间",
          "align": "center",
          "prop": "azsj"
          "prop": "azsj",
          "width": 170
        },
        {
          "label": "管理单位",
          "align": "center",
          "prop": "gldw"
          "prop": "gldw",
          "width": 170
        },
        {
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "gldwlxfs"
          "prop": "gldwlxfs",
          "width": 190
        },
        {
          "label": "录像保存天数",
          "align": "center",
          "prop": "lxbcts"
          "prop": "lxbcts",
          "width": 170
        },
        {
          "label": "所属部门/行业",
          "align": "center",
          "prop": "ssbmhy"
          "prop": "ssbmhy",
          "width": 170
        }
      ],
      card: [
@@ -2640,7 +2676,27 @@
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },
        { key: 2, label: `设备型号`, visible: false },
        { key: 3, label: `点位俗称`, visible: false },
        { key: 4, label: `摄像机类型`, visible: false },
        { key: 5, label: `补光属性`, visible: false },
        { key: 6, label: `摄像机编码格式`, visible: false },
        { key: 7, label: `安装地址`, visible: false },
        { key: 8, label: `摄像机位置类型`, visible: false },
        { key: 9, label: `监视方位`, visible: false },
        { key: 10, label: `摄像机场景预设照片URL`, visible: false },
        { key: 11, label: `联网属性`, visible: false },
        { key: 12, label: `所属辖区公安机关`, visible: false },
        { key: 13, label: `安装时间`, visible: false },
        { key: 14, label: `管理单位`, visible: false },
        { key: 15, label: `录像保存天数`, visible: false },
        { key: 16, label: `所属部门/行业`, visible: false },
        { key: 16, label: `管理单位联系方式`, visible: false },
      ],
    },
    {
      title: '车辆卡口信息采集准确率',
@@ -2650,11 +2706,13 @@
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
          width: 190
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190
        },
        {
          label: '组织编号 ',
@@ -2665,6 +2723,7 @@
          label: '卡口名称 ',
          align: 'center',
          prop: 'crossName',
          width: 250
        },
        {
          label: '经度 ',
@@ -2715,76 +2774,91 @@
          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: [
@@ -2794,7 +2868,11 @@
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
      ],
    },
    {
      title: '车辆卡口设备抓拍数据准确性',
@@ -2804,66 +2882,73 @@
          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: 'dataCount',
          width: 120,
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
          width: 120,
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
          width: 120,
        },
        {
          label: '主要属性(车牌号码,车牌颜色)识别不一致数据量',
          align: 'center',
          prop: 'majorDiffCount',
          width: 350,
        },
        {
          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: [
@@ -2873,7 +2958,11 @@
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
      ],
    },
    {
      title: '车辆卡口设备时钟准确性',
@@ -2882,197 +2971,236 @@
        {
          "label": "设备编号",
          "align": "center",
          "prop": "externalIndexCode"
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName"
          "prop": "deviceName",
          width: 200,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode"
          "prop": "indexCode",
          width: 190,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode"
          "prop": "orgCode",
          width: 150,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName"
          "prop": "orgName",
          width: 170,
        },
        {
          "label": "当日接收到的当日抓拍量",
          "align": "center",
          "prop": "dataCount"
          "prop": "dataCount",
          width: 190,
        },
        {
          "label": "当日接收到的白天抓拍量",
          "align": "center",
          "prop": "daySnapCount"
          "prop": "daySnapCount",
          width: 190,
        },
        {
          "label": "当日接收到的非当日抓拍量",
          "align": "center",
          "prop": "noTodayCount"
          "prop": "noTodayCount",
          width: 190,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataCount"
          "prop": "continueNoDataCount",
          width: 170,
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "snapResultText"
          "prop": "snapResultText",
          width: 170,
        },
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "snapClock.clockPercent"
          "prop": "snapClock.clockPercent",
          width: 120,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.todayClockCount"
          "prop": "snapClock.todayClockCount",
          width: 190,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.todayClockResultText"
          "prop": "snapClock.todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.allClockCount"
          "prop": "snapClock.allClockCount",
          width: 210,
        },
        {
          "label": "全部抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.allClockResultText"
          "prop": "snapClock.allClockResultText",
          width: 230,
        },
        {
          "label": "及时率",
          "align": "center",
          "prop": "snapTimely.timelyPercent"
          "prop": "snapTimely.timelyPercent",
          width: 100,
        },
        {
          "label": "当日抓拍数据延迟量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount"
          "prop": "snapTimely.todayDelayCount",
          width: 170,
        },
        {
          "label": "当日抓拍数据延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount2"
          "prop": "snapTimely.todayDelayCount2",
          width: 230,
        },
        {
          "label": "当日抓拍数据延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount3"
          "prop": "snapTimely.todayDelayCount3",
          width: 210,
        },
        {
          "label": "当日抓拍数据延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount4"
          "prop": "snapTimely.todayDelayCount4",
          width: 210,
        },
        {
          "label": "当日抓拍数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.todayTimelyResultText"
          "prop": "snapTimely.todayTimelyResultText",
          width: 210,
        },
        {
          "label": "全部数据延迟量",
          "align": "center",
          "prop": "snapTimely.allDelayCount"
          "prop": "snapTimely.allDelayCount",
          width: 150,
        },
        {
          "label": "全部数据中延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount2"
          "prop": "snapTimely.allDelayCount2",
          width: 230,
        },
        {
          "label": "全部数据中延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount3"
          "prop": "snapTimely.allDelayCount3",
          width: 210,
        },
        {
          "label": "全部数据中延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount4"
          "prop": "snapTimely.allDelayCount4",
          width: 210,
        },
        {
          "label": "全部数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.allTimelyResultText"
          "prop": "snapTimely.allTimelyResultText",
          width: 170,
        },
        {
          "label": "不唯一数据量",
          "align": "center",
          "prop": "snapUnique.nouniqueData"
          "prop": "snapUnique.nouniqueData",
          width: 140,
        },
        {
          "label": "不唯一数据重复量",
          "align": "center",
          "prop": "snapUnique.nouniqueCount"
          "prop": "snapUnique.nouniqueCount",
          width: 150,
        },
        {
          "label": "车牌未识别量",
          "align": "center",
          "prop": "snapPlate.noNumberCount"
          "prop": "snapPlate.noNumberCount",
          width: 120,
        },
        {
          "label": "白天未识别量",
          "align": "center",
          "prop": "snapPlate.dayNoNumberCount"
          "prop": "snapPlate.dayNoNumberCount",
          width: 120,
        },
        {
          "label": "车牌识别异常",
          "align": "center",
          "prop": "snapPlate.recgResultText"
          "prop": "snapPlate.recgResultText",
          width: 120,
        },
        {
          "label": "车牌号不完整量",
          "align": "center",
          "prop": "integrity.plateNoItgrCount"
          "prop": "integrity.plateNoItgrCount",
          width: 120,
        },
        {
          "label": "车牌颜色不完整量",
          "align": "center",
          "prop": "integrity.plateColorItgrCount"
          "prop": "integrity.plateColorItgrCount",
          width: 140,
        },
        {
          "label": "车辆类型不完整量",
          "align": "center",
          "prop": "integrity.vehTypeItgrCount"
          "prop": "integrity.vehTypeItgrCount",
          width: 150,
        },
        {
          "label": "车辆品牌不完整量",
          "align": "center",
          "prop": "integrity.vehBrandItgrCount"
          "prop": "integrity.vehBrandItgrCount",
          width: 170,
        },
        {
          "label": "车辆颜色不完整量",
          "align": "center",
          "prop": "integrity.vehColorItgrCount"
          "prop": "integrity.vehColorItgrCount",
          width: 170,
        },
        {
          "label": "车辆型号不完整量",
          "align": "center",
          "prop": "integrity.vehModelItgrCount"
          "prop": "integrity.vehModelItgrCount",
          width: 170,
        },
        {
          "label": "主要属性不完整量",
          "align": "center",
          "prop": "integrity.mainNoIntegrityCount"
          "prop": "integrity.mainNoIntegrityCount",
          width: 170,
        },
        {
          "label": "全量属性不完整量",
          "align": "center",
          "prop": "integrity.noIntegrityCount"
          "prop": "integrity.noIntegrityCount",
          width: 170,
        }
      ],
      card: [
@@ -3090,7 +3218,38 @@
            },
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `卡口内码或采集设备内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
        { key: 1, label: `组织名称`, visible: false },
        { key: 1, label: `当日接收到的当日抓拍量`, visible: true },
        { key: 1, label: `当日接收到的白天抓拍量`, visible: true },
        { key: 1, label: `当日接收到的非当日抓拍量`, visible: true },
        { key: 1, label: `持续无数据天数`, visible: true },
        { key: 1, label: `抓拍数据量监测结果`, visible: true },
        { key: 1, label: `时钟准确率`, visible: true },
        { key: 1, label: `当日抓拍数据时钟准确数据量`, visible: true },
        { key: 1, label: `当日抓拍数据时钟准确性判定结果`, visible: true },
        { key: 1, label: `全部抓拍数据时钟准确数据量`, visible: true },
        { key: 1, label: `全部抓拍数据时钟准确性判定结果`, visible: true },
        { key: 1, label: `及时率`, visible: true },
        { key: 1, label: `当日抓拍数据延迟量`, visible: true },
        { key: 1, label: `当日抓拍数据延迟30s以上数据量`, visible: true },
        { key: 1, label: `当日抓拍数据延迟1m以上数据量`, visible: true },
        { key: 1, label: `当日抓拍数据延迟5m以上数据量`, visible: true },
        { key: 1, label: `当日抓拍数据及时性判定结果`, visible: true },
        { key: 1, label: `全部数据延迟量`, visible: true },
        { key: 1, label: `全部数据中延迟30s以上数据量`, visible: true },
        { key: 1, label: `全部数据中延迟1m以上数据量`, visible: true },
        { key: 1, label: `全部数据中延迟5m以上数据量`, visible: true },
        { key: 1, label: `全部数据及时性判定结果`, visible: true },
        { key: 1, label: `不唯一数据量`, visible: true },
        { key: 1, label: `不唯一数据重复量`, visible: true },
        { key: 1, label: `车牌未识别量`, visible: true },
        { key: 1, label: `白天未识别量`, visible: true },
        { key: 1, label: `车牌识别异常`, visible: true },
      ],
    },
    {
      title: '车辆卡口设备抓拍数据上传及时性',
@@ -3100,56 +3259,67 @@
          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: [
@@ -3169,61 +3339,73 @@
          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: [
@@ -3242,92 +3424,110 @@
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode"
          "prop": "indexCode",
          width: 190,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode"
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName"
          "prop": "deviceName",
          width: 200,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode"
          "prop": "orgCode",
          width: 150,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName"
          "prop": "orgName",
          width: 170,
        },
        {
          "label": "大图可用性数据抽检量",
          "align": "center",
          "prop": "bigUseful.sampleCount"
          "prop": "bigUseful.sampleCount",
          width: 190,
        },
        {
          "label": "大图可用率",
          "align": "center",
          "prop": "bigUseful.bigUsefulPercent"
          "prop": "bigUseful.bigUsefulPercent",
          width: 150,
        },
        {
          "label": "大图访问异常数据量",
          "align": "center",
          "prop": "bigUseful.bigPicExpCount"
          "prop": "bigUseful.bigPicExpCount",
          width: 170,
        },
        {
          "label": "OSD标注异常数据量",
          "align": "center",
          "prop": "bigUseful.osdExpCount"
          "prop": "bigUseful.osdExpCount",
          width: 170,
        },
        {
          "label": "车辆属性不一致数据抽检量",
          "align": "center",
          "prop": "vehDiff.sampleCount"
          "prop": "vehDiff.sampleCount",
          width: 190,
        },
        {
          "label": "车牌号码不一致数据量",
          "align": "center",
          "prop": "vehDiff.plateNoDiffCount"
          "prop": "vehDiff.plateNoDiffCount",
          width: 190,
        },
        {
          "label": "车牌颜色不一致数据量",
          "align": "center",
          "prop": "vehDiff.plateColorDiffCount"
          "prop": "vehDiff.plateColorDiffCount",
          width: 190,
        },
        {
          "label": "车辆类型不一致数据量",
          "align": "center",
          "prop": "vehDiff.vehTypeDiffCount"
          "prop": "vehDiff.vehTypeDiffCount",
          width: 190,
        },
        {
          "label": "车辆品牌不一致数据量",
          "align": "center",
          "prop": "vehDiff.vehBrandDiffCount"
          "prop": "vehDiff.vehBrandDiffCount",
          width: 190,
        },
        {
          "label": "主要属性不一致数据量",
          "align": "center",
          "prop": "vehDiff.majorDiffCount"
          "prop": "vehDiff.majorDiffCount",
          width: 190,
        },
        {
          "label": "主要属性一致率",
          "align": "center",
          "prop": "vehDiff.majorConPercent"
          "prop": "vehDiff.majorConPercent",
          width: 150,
        },
        {
          "label": "重要属性不一致数据量",
          "align": "center",
          "prop": "vehDiff.importDiffCount"
          "prop": "vehDiff.importDiffCount",
          width: 170,
        },
        {
          "label": "重要属性一致率",
          "align": "center",
          "prop": "vehDiff.importantConPercent"
          "prop": "vehDiff.importantConPercent",
          width: 150,
        }
      ],
      card: [
@@ -3337,7 +3537,12 @@
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `卡口内码或采集设备内码`, visible: false },
        { key: 1, label: `组织编号`, visible: false },
        { key: 1, label: `组织名称`, visible: false },
      ],
    },
  ]
};