xiangpei
2024-09-03 a23ec7a84149dbda18e1607a2dd370c5741c4951
人脸数据中心优化
2个文件已修改
438 ■■■■ 已修改文件
src/components/RightToolbar/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 436 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/RightToolbar/index.vue
@@ -14,7 +14,7 @@
        <el-button size="mini" circle icon="el-icon-menu" @click="showColumn()" v-if="showColumnsType == 'transfer'"/>
        <el-dropdown trigger="click" :hide-on-click="false" style="padding-left: 12px" v-if="showColumnsType == 'checkbox'">
          <el-button size="mini" circle icon="el-icon-menu" />
          <el-dropdown-menu slot="dropdown">
          <el-dropdown-menu slot="dropdown" style="max-height: 650px;overflow-y: auto">
            <template v-for="item in columns">
              <el-dropdown-item :key="item.key">
                <el-checkbox :checked="item.visible" @change="checkboxChange($event, item.label)" :label="item.label" />
src/views/system/data-manage/data-detail/list.js
@@ -3557,46 +3557,55 @@
          label: '内码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          width: 200,
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
          width: 150,
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
          width: 150,
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
          width: 150,
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
          width: 150,
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
          width: 150,
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          width: 150,
        },
      ],
      card: [
@@ -3627,16 +3636,19 @@
          label: '内码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          width: 220,
        },
        {
          label: '组织编号',
@@ -3696,142 +3708,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: [
@@ -3841,7 +3881,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: '人脸卡口信息采集准确率',
@@ -3851,16 +3911,19 @@
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
          width: 100,
        },
        {
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
          width: 190,
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
        },
        {
          label: '卡口名称 ',
@@ -3871,21 +3934,25 @@
          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: [
@@ -3916,6 +3983,7 @@
          label: '采集设备名称 ',
          align: 'center',
          prop: 'cameraName',
          width: 250
        },
        {
          label: '经度 ',
@@ -3975,172 +4043,206 @@
        {
          "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: 190,
        },
        {
          "label": "当日接收到的当日抓拍量",
          "align": "center",
          "prop": "dataCount"
          "prop": "dataCount",
          width: 200,
        },
        {
          "label": "当日接收到的白天抓拍量",
          "align": "center",
          "prop": "daySnapCount"
          "prop": "daySnapCount",
          width: 200,
        },
        {
          "label": "当日接收到的非当日抓拍量",
          "align": "center",
          "prop": "noTodayCount"
          "prop": "noTodayCount",
          width: 200,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataCount"
          "prop": "continueNoDataCount",
          width: 150,
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "snapResultText"
          "prop": "snapResultText",
          width: 170,
        },
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "snapClock.clockPercent"
          "prop": "snapClock.clockPercent",
          width: 150,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.todayClockCount"
          "prop": "snapClock.todayClockCount",
          width: 210,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.todayClockResultText"
          "prop": "snapClock.todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.allClockCount"
          "prop": "snapClock.allClockCount",
          width: 190,
        },
        {
          "label": "全部抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.allClockResultText"
          "prop": "snapClock.allClockResultText",
          width: 230,
        },
        {
          "label": "及时率",
          "align": "center",
          "prop": "snapTimely.timelyPercent"
          "prop": "snapTimely.timelyPercent",
          width: 120,
        },
        {
          "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: 230,
        },
        {
          "label": "当日抓拍数据延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount4"
          "prop": "snapTimely.todayDelayCount4",
          width: 230,
        },
        {
          "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: 190,
        },
        {
          "label": "建模失败率",
          "align": "center",
          "prop": "snapValidity.failPercent"
          "prop": "snapValidity.failPercent",
          width: 120,
        },
        {
          "label": "建模失败数据量",
          "align": "center",
          "prop": "snapValidity.failCount"
          "prop": "snapValidity.failCount",
          width: 150,
        },
        {
          "label": "白天建模失败数据量",
          "align": "center",
          "prop": "snapValidity.dayFailCount"
          "prop": "snapValidity.dayFailCount",
          width: 170,
        },
        {
          "label": "低评分数据量",
          "align": "center",
          "prop": "snapValidity.lowScoreCount"
          "prop": "snapValidity.lowScoreCount",
          width: 120,
        },
        {
          "label": "平均人脸低平分率",
          "align": "center",
          "prop": "snapValidity.lowScorePercent"
          "prop": "snapValidity.lowScorePercent",
          width: 150,
        },
        {
          "label": "白天人脸低平分数据量",
          "align": "center",
          "prop": "snapValidity.dayLowCount"
          "prop": "snapValidity.dayLowCount",
          width: 170,
        },
        {
          "label": "不唯一数据量",
          "align": "center",
          "prop": "snapUnique.nouniqueData"
          "prop": "snapUnique.nouniqueData",
          width: 150,
        },
        {
          "label": "不唯一数据重复量",
          "align": "center",
          "prop": "snapUnique.nouniqueCount"
          "prop": "snapUnique.nouniqueCount",
          width: 150,
        }
      ],
      card: [
@@ -4158,7 +4260,37 @@
            },
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `设备编号`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `卡口内码或采集设备内码`, visible: true },
        { key: 3, label: `组织编号`, visible: false },
        { key: 4, label: `组织名称`, visible: false },
        { key: 5, label: `当日接收到的当日抓拍量`, visible: true },
        { key: 6, label: `当日接收到的白天抓拍量`, visible: true },
        { key: 7, label: `当日接收到的非当日抓拍量`, visible: true },
        { key: 8, label: `持续无数据天数`, visible: true },
        { key: 9, label: `抓拍数据量监测结果`, visible: true },
        { key: 10, label: `时钟准确率`, visible: true },
        { key: 11, label: `当日抓拍数据时钟准确数据量`, visible: true },
        { key: 12, label: `当日抓拍数据时钟准确性判定结果`, visible: true },
        { key: 13, label: `全部抓拍数据时钟准确数据量`, visible: true },
        { key: 14, label: `全部抓拍数据时钟准确性判定结果`, visible: true },
        { key: 15, label: `及时率`, visible: true },
        { key: 16, label: `当日抓拍数据延迟量`, visible: true },
        { key: 17, label: `当日抓拍数据延迟30s以上数据量`, visible: true },
        { key: 18, label: `当日抓拍数据延迟1m以上数据量`, visible: true },
        { key: 19, label: `当日抓拍数据延迟5m以上数据量`, visible: true },
        { key: 20, label: `当日抓拍数据及时性判定结果`, visible: true },
        { key: 20, label: `全部数据延迟量`, visible: true },
        { key: 20, label: `全部数据中延迟30s以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟1m以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟5m以上数据量`, visible: true },
        { key: 20, label: `全部数据及时性判定结果`, visible: true },
        { key: 20, label: `建模失败率`, visible: true },
        { key: 20, label: `建模失败数据量`, visible: true },
      ],
    },
    {
      title: '抓拍人脸数据上传及时性',
@@ -4167,142 +4299,170 @@
        {
          "label": "设备编号",
          "align": "center",
          "prop": "externalIndexCode"
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName"
          "prop": "deviceName",
          width: 190,
        },
        {
          "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: 150,
        },
        {
          "label": "当日接收到的当日抓拍量",
          "align": "center",
          "prop": "dataCount"
          "prop": "dataCount",
          width: 200,
        },
        {
          "label": "当日接收到的白天抓拍量",
          "align": "center",
          "prop": "daySnapCount"
          "prop": "daySnapCount",
          width: 200,
        },
        {
          "label": "当日接收到的非当日抓拍量",
          "align": "center",
          "prop": "noTodayCount"
          "prop": "noTodayCount",
          width: 210,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataCount"
          "prop": "continueNoDataCount",
          width: 170,
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "snapResultText"
          "prop": "snapResultText",
          width: 190,
        },
        {
          "label": "时钟准确率",
          "align": "center",
          "prop": "snapClock.clockPercent"
          "prop": "snapClock.clockPercent",
          width: 120,
        },
        {
          "label": "当日抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.todayClockCount"
          "prop": "snapClock.todayClockCount",
          width: 200,
        },
        {
          "label": "当日抓拍数据时钟准确性判定结果",
          "align": "center",
          "prop": "snapClock.todayClockResultText"
          "prop": "snapClock.todayClockResultText",
          width: 230,
        },
        {
          "label": "全部抓拍数据时钟准确数据量",
          "align": "center",
          "prop": "snapClock.allClockCount"
          "prop": "snapClock.allClockCount",
          width: 200,
        },
        {
          "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: 230,
        },
        {
          "label": "当日抓拍数据延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.todayDelayCount4"
          "prop": "snapTimely.todayDelayCount4",
          width: 230,
        },
        {
          "label": "当日抓拍数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.todayTimelyResultText"
          "prop": "snapTimely.todayTimelyResultText",
          width: 200,
        },
        {
          "label": "全部数据延迟量",
          "align": "center",
          "prop": "snapTimely.allDelayCount"
          "prop": "snapTimely.allDelayCount",
          width: 150,
        },
        {
          "label": "全部数据中延迟30s以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount2"
          "prop": "snapTimely.allDelayCount2",
          width: 200,
        },
        {
          "label": "全部数据中延迟1m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount3"
          "prop": "snapTimely.allDelayCount3",
          width: 200,
        },
        {
          "label": "全部数据中延迟5m以上数据量",
          "align": "center",
          "prop": "snapTimely.allDelayCount4"
          "prop": "snapTimely.allDelayCount4",
          width: 200,
        },
        {
          "label": "全部数据及时性判定结果",
          "align": "center",
          "prop": "snapTimely.allTimelyResultText"
          "prop": "snapTimely.allTimelyResultText",
          width: 190,
        },
        {
          "label": "不唯一数据量",
          "align": "center",
          "prop": "snapUnique.nouniqueData"
          "prop": "snapUnique.nouniqueData",
          width: 150,
        },
        {
          "label": "不唯一数据重复量",
          "align": "center",
          "prop": "snapUnique.nouniqueCount"
          "prop": "snapUnique.nouniqueCount",
          width: 170,
        }
      ],
      card: [
@@ -4320,7 +4480,37 @@
            },
          ]
        }
      ]
      ],
      showList: [
        { key: 0, label: `设备编号`, visible: true },
        { key: 1, label: `设备名称`, visible: true },
        { key: 2, label: `卡口内码或采集设备内码`, visible: true },
        { key: 3, label: `组织编号`, visible: false },
        { key: 4, label: `组织名称`, visible: false },
        { key: 5, label: `当日接收到的当日抓拍量`, visible: true },
        { key: 6, label: `当日接收到的白天抓拍量`, visible: true },
        { key: 7, label: `当日接收到的非当日抓拍量`, visible: true },
        { key: 8, label: `持续无数据天数`, visible: true },
        { key: 9, label: `抓拍数据量监测结果`, visible: true },
        { key: 10, label: `时钟准确率`, visible: true },
        { key: 11, label: `当日抓拍数据时钟准确数据量`, visible: true },
        { key: 12, label: `当日抓拍数据时钟准确性判定结果`, visible: true },
        { key: 13, label: `全部抓拍数据时钟准确数据量`, visible: true },
        { key: 14, label: `全部抓拍数据时钟准确性判定结果`, visible: true },
        { key: 15, label: `及时率`, visible: true },
        { key: 16, label: `当日抓拍数据延迟量`, visible: true },
        { key: 17, label: `当日抓拍数据延迟30s以上数据量`, visible: true },
        { key: 18, label: `当日抓拍数据延迟1m以上数据量`, visible: true },
        { key: 19, label: `当日抓拍数据延迟5m以上数据量`, visible: true },
        { key: 20, label: `当日抓拍数据及时性判定结果`, visible: true },
        { key: 20, label: `全部数据延迟量`, visible: true },
        { key: 20, label: `全部数据中延迟30s以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟1m以上数据量`, visible: true },
        { key: 20, label: `全部数据中延迟5m以上数据量`, visible: true },
        { key: 20, label: `全部数据及时性判定结果`, visible: true },
        { key: 20, label: `不唯一数据量`, visible: true },
        { key: 20, label: `不唯一数据重复量`, visible: true },
      ],
    },
    {
      title: '人脸卡口设备抓拍数据大图可用性',
@@ -4329,72 +4519,86 @@
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName"
          "prop": "deviceName",
          width: 230,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode"
          "prop": "indexCode",
          width: 190,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode"
          "prop": "externalIndexCode",
          width: 190,
        },
        {
          "label": "IP地址",
          "align": "center",
          "prop": "networkAddr"
          "prop": "networkAddr",
          width: 150,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode"
          "prop": "orgCode",
          width: 150,
        },
        {
          "label": "组织名称",
          "align": "center",
          "prop": "orgName"
          "prop": "orgName",
          width: 150,
        },
        {
          "label": "大图可用性抽检量",
          "align": "center",
          "prop": "bigUseful.sampleCount"
          "prop": "bigUseful.sampleCount",
          width: 170,
        },
        {
          "label": "大图不可用率",
          "align": "center",
          "prop": "bigUseful.bigUsefulPercent"
          "prop": "bigUseful.bigUsefulPercent",
          width: 150,
        },
        {
          "label": "大图访问异常数据量",
          "align": "center",
          "prop": "bigUseful.bigPicExpCount"
          "prop": "bigUseful.bigPicExpCount",
          width: 200,
        },
        {
          "label": "人脸大小图不一致数据量",
          "align": "center",
          "prop": "bigUseful.imgDiffCount"
          "prop": "bigUseful.imgDiffCount",
          width: 200,
        },
        {
          "label": "OSD标注异常数据量",
          "align": "center",
          "prop": "bigUseful.osdExpCount"
          "prop": "bigUseful.osdExpCount",
          width: 180,
        },
        {
          "label": "人脸合格性抽检量",
          "align": "center",
          "prop": "faceElig.sampleCount"
          "prop": "faceElig.sampleCount",
          width: 180,
        },
        {
          "label": "人脸合格率",
          "align": "center",
          "prop": "faceElig.faceEligPercent"
          "prop": "faceElig.faceEligPercent",
          width: 150,
        },
        {
          "label": "人脸不唯一量",
          "align": "center",
          "prop": "faceElig.unfaceEligCount"
          "prop": "faceElig.unfaceEligCount",
          width: 150,
        }
      ],
      card: [
@@ -4404,7 +4608,23 @@
          ]
        }
      ]
      ],
      showList: [
        { key: 1, label: `设备名称`, visible: true },
        { key: 1, label: `卡口内码或采集设备内码`, visible: true },
        { key: 2, label: `设备或卡口国标编码`, visible: true },
        { key: 2, label: `IP地址`, visible: true },
        { key: 3, label: `组织编号`, visible: false },
        { key: 4, label: `组织名称`, visible: false },
        { key: 8, label: `大图可用性抽检量`, visible: true },
        { key: 9, label: `大图不可用率`, visible: true },
        { key: 10, label: `大图访问异常数据量`, visible: true },
        { key: 11, label: `人脸大小图不一致数据量`, visible: true },
        { key: 12, label: `OSD标注异常数据量`, visible: true },
        { key: 13, label: `人脸合格性抽检量`, visible: true },
        { key: 14, label: `人脸合格率`, visible: true },
        { key: 15, label: `人脸不唯一量`, visible: true },
      ],
    },
  ]
};