xiangpei
2024-08-01 ae03cee1926ef6079bf54427ddc83429a26d8db6
数据中心,指标字段
3个文件已修改
1400 ■■■■■ 已修改文件
src/views/system/data-manage/data-detail/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 1361 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/index.vue 33 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/index.vue
@@ -178,7 +178,11 @@
      this.tableHead = data.columns;
      this.cardList = data.card;
    }
    if (this.$route.query.type === '4') this.tableHead = equipment[this.$route.query.index].columns;
    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.getList();
  },
  methods: {
src/views/system/data-manage/data-detail/list.js
@@ -59,25 +59,45 @@
      index: 'monitor_qualification',
      columns: [
        {
          label: '合格数量',
          label: '设备编码',
          align: 'center',
          prop: 'qualifiedNum',
          prop: 'serialNumber',
        },
        {
          label: '总数',
          label: '设备名称',
          align: 'center',
          prop: 'totalNum'
          prop: 'name'
        },
        {
          label: '一机一档合格率',
          label: '监控点位类型',
          align: 'center',
          prop: 'rate'
          prop: 'siteType'
        },
        {
          label: '时间',
          label: 'Mac地址',
          align: 'center',
          prop: 'day'
        }
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
        {
@@ -100,25 +120,45 @@
      index: 'monitor_registration',
      columns: [
        {
          label: '注册数量',
          label: '设备编码',
          align: 'center',
          prop: 'registNum',
          prop: 'serialNumber',
        },
        {
          label: '总数',
          label: '设备名称',
          align: 'center',
          prop: 'totalNum'
          prop: 'name'
        },
        {
          label: '一机一档注册率',
          label: '监控点位类型',
          align: 'center',
          prop: 'rate'
          prop: 'siteType'
        },
        {
          label: '时间',
          label: 'Mac地址',
          align: 'center',
          prop: 'day'
        }
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
        {
@@ -141,24 +181,44 @@
      index: 'archives_rate',
      columns: [
        {
          label: '当月认定的考核档案数',
          label: '设备编码',
          align: 'center',
          prop: 'currentMonthDocumentNum',
          prop: 'serialNumber',
        },
        {
          label: '全年留存档案数',
          label: '设备名称',
          align: 'center',
          prop: 'fullYearDocumentNum'
          prop: 'name'
        },
        {
          label: '考核档案比',
          label: '监控点位类型',
          align: 'center',
          prop: 'rate'
          prop: 'siteType'
        },
        {
          label: '月份',
          label: 'Mac地址',
          align: 'center',
          prop: 'month'
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
@@ -1320,11 +1380,51 @@
      title: '点位在线率',
      index: 'site_online',
      columns: [
        // {
        //   label: "车辆品牌不一致数据量",
        //   align: "center",
        //   prop: "vehicleBrandDiffCount"
        // }
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultType',
        },
      ],
      card: [
        {
@@ -1345,7 +1445,48 @@
    {
      title: '联网卡口设备目录一致率',
      index: 'device_directory_consistent',
      columns: [],
      columns: [
        {
          label: '设备编码',
          align: 'center',
          prop: 'serialNumber',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'name'
        },
        {
          label: '监控点位类型',
          align: 'center',
          prop: 'siteType'
        },
        {
          label: 'Mac地址',
          align: 'center',
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1365,7 +1506,48 @@
    {
      title: '车辆卡口信息采集准确率',
      index: 'vehicle_information_collection_accuracy',
      columns: [],
      columns: [
        {
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '卡口名称 ',
          align: 'center',
          prop: 'crossName',
        },
        {
          label: '经度 ',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度 ',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果 ',
          align: 'center',
          prop: 'lalType',
        },
        {
          label: '国标编码监测结果 ',
          align: 'center',
          prop: 'gbCodeType',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1385,27 +1567,83 @@
    {
      title: '车辆卡口设备抓拍数据完整性',
      index: 'vehicle_capture_integrity',
      columns: [],
      card: [
      columns: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              value: 1999,
              label: '过车数据总量'
            },
            {
              value: 1999,
              label: '不唯一数据量'
            },
          ]
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '主要属性不完整量',
          align: 'center',
          prop: 'mainNoIntegrityCount',
        },
        {
          label: '数据不完整量',
          align: 'center',
          prop: 'noIntegrityCount',
        },
        {
          label: '车牌号码不完整数据量',
          align: 'center',
          prop: 'plateNoItgrCount',
        },
        {
          label: '车牌颜色不完整数据量',
          align: 'center',
          prop: 'plateColorItgrCount',
        },
        {
          label: '车辆类型不完整数据量',
          align: 'center',
          prop: 'vehTypeItgrCount',
        },
        {
          label: '车辆品牌不完整数据量',
          align: 'center',
          prop: 'vehBrandItgrCount',
        },
        {
          label: '车辆型号不完整数据量',
          align: 'center',
          prop: 'vehModelItgrCount',
        },
        {
          label: '车身颜色不完整数据量',
          align: 'center',
          prop: 'vehColorItgrCount',
        },
        {
          label: '两项属性不完整率',
          align: 'center',
          prop: 'noIntegrityPercent',
        },
        {
          label: '六项属性不完整率',
          align: 'center',
          prop: 'mainNoIntegrityPercent',
        }
      ]
    },
    {
      title: '车辆卡口设备抓拍数据完整性',
      index: 'vehicle_capture_integrity',
      columns: [],
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1425,7 +1663,73 @@
    {
      title: '车辆卡口设备抓拍数据准确性',
      index: 'vehicle_capture_accuracy',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '主要属性(车牌号码,车牌颜色)识别不一致数据量',
          align: 'center',
          prop: 'majorDiffCount',
        },
        {
          label: '车牌号码不一致数据量',
          align: 'center',
          prop: 'plateDiffCount',
        },
        {
          label: '车牌颜色不一致数据量',
          align: 'center',
          prop: 'plateColorDiffCount',
        },
        {
          label: '类型属性不一致数据量',
          align: 'center',
          prop: 'vehicleDiffCount',
        },
        {
          label: '车辆类型不一致数据量',
          align: 'center',
          prop: 'vehicleTypeDiffCount',
        },
        {
          label: '车辆品牌不一致数据量',
          align: 'center',
          prop: 'vehicleBrandDiffCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1445,7 +1749,84 @@
    {
      title: '车辆卡口设备时钟准确性',
      index: 'vehicle_timing_accuracy',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '设备编号',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'orgCode',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '当日接收到的当日抓拍量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '当日接收到的非当日抓拍量',
          align: 'center',
          prop: 'daySnapCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataCount',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'snapResult',
        },
        {
          label: '时钟准确率',
          align: 'center',
          prop: 'clockPercent',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'todayClockCount',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'todayClockResult',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'allClockResult',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1465,7 +1846,63 @@
    {
      title: '车辆卡口设备抓拍数据上传及时性',
      index: 'vehicle_upload_timeliness',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '延迟量',
          align: 'center',
          prop: 'delayCount',
        },
        {
          label: '倒挂量',
          align: 'center',
          prop: 'invertCount',
        },
        {
          label: '延迟14-30s的数据量',
          align: 'center',
          prop: 'dataDelayCount1',
        },
        {
          label: '延迟31-60s的数据量',
          align: 'center',
          prop: 'dataDelayCount2',
        },
        {
          label: '延迟61-300s的数据量',
          align: 'center',
          prop: 'dataDelayCount3',
        },
        {
          label: '延迟大于300s的数据量',
          align: 'center',
          prop: 'dataDelayCount4',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1485,7 +1922,68 @@
    {
      title: '车辆卡口设备url可用性',
      index: 'vehicle_url_availability',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: '存在图片访问异常的数据量',
          align: 'center',
          prop: 'expCount',
        },
        {
          label: '人脸大小图不一致数量',
          align: 'center',
          prop: 'imgDiffCount',
        },
        {
          label: 'Osd标注异常量',
          align: 'center',
          prop: 'osdExpCount',
        },
        {
          label: '大图不可用量',
          align: 'center',
          prop: 'bigDisableCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1505,7 +2003,68 @@
    {
      title: '车辆卡口设备抓拍数据大图可用性',
      index: 'vehicle_picture_availability',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: '存在图片访问异常的数据量',
          align: 'center',
          prop: 'expCount',
        },
        {
          label: '人脸大小图不一致数量',
          align: 'center',
          prop: 'imgDiffCount',
        },
        {
          label: 'Osd标注异常量',
          align: 'center',
          prop: 'osdExpCount',
        },
        {
          label: '大图不可用量',
          align: 'center',
          prop: 'bigDisableCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1530,12 +2089,138 @@
    {
      title: '视图库对接稳定性',
      index: 'view_connect_stability',
      columns: []
      columns: [
        {
          label: "卡口内码或采集设备内码",
          align: "center",
          prop: "indexCode"
        },
        {
          label: "设备或卡口国标编码",
          align: "center",
          prop: "externalIndexCode"
        },
        {
          label: "设备或卡口名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "组织编号",
          align: "center",
          prop: "orgCode"
        },{
          label: "抓拍数据量",
          align: "center",
          prop: "dataCount"
        },
        {
          label: "数据抽检量",
          align: "center",
          prop: "sampleCount"
        },
        {
          label: "主要属性识别不一致数据量",
          align: "center",
          prop: "majorDiffCount"
        },
        {
          label: "重要属性不一致数据量",
          align: "center",
          prop: "importantDiffCount"
        },
        {
          label: "车牌号码不一致数据量",
          align: "center",
          prop: "plateDiffCount"
        },
        {
          label: "车牌颜色不一致数据量",
          align: "center",
          prop: "plateColorDiffCount"
        },
        {
          label: "类型属性不一致数据量",
          align: "center",
          prop: "vehicleDiffCount"
        },
        {
          label: "车辆类型不一致数据量",
          align: "center",
          prop: "vehicleTypeDiffCount"
        },
        {
          label: "车辆品牌不一致数据量",
          align: "center",
          prop: "vehicleBrandDiffCount"
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              value: 1999,
              label: '过车数据总量'
            },
            {
              value: 1999,
              label: '不唯一数据量'
            },
          ]
        }
      ]
    },
    {
      title: '点位在线率',
      index: 'site_online',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultType',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1555,7 +2240,48 @@
    {
      title: '目录一致率',
      index: 'device_directory_consistent',
      columns: [],
      columns: [
        {
          label: '设备编码',
          align: 'center',
          prop: 'serialNumber',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'name'
        },
        {
          label: '监控点位类型',
          align: 'center',
          prop: 'siteType'
        },
        {
          label: 'Mac地址',
          align: 'center',
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
        },
        {
          label: '联网属性',
          align: 'center',
          prop: 'netWorking'
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1575,7 +2301,53 @@
    {
      title: '人脸卡口信息采集准确率',
      index: 'face_information_collection_accuracy',
      columns: [],
      columns: [
        {
          label: '采集设备内码 ',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '国标编码(外码) ',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '采集设备名称 ',
          align: 'center',
          prop: 'cameraName',
        },
        {
          label: '经度 ',
          align: 'center',
          prop: 'longitude',
        },
        {
          label: '纬度 ',
          align: 'center',
          prop: 'latitude',
        },
        {
          label: '经纬度监测结果 ',
          align: 'center',
          prop: 'lalType',
        },
        {
          label: '普通能力集 ',
          align: 'center',
          prop: 'capabilitySet',
        },
        {
          label: '普通能力集 ',
          align: 'center',
          prop: 'intelligentSet',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1595,7 +2367,53 @@
    {
      title: '设备抓拍图片合格性',
      index: 'face_picture_qualification',
      columns: [],
      columns: [
        {
          label: '设备名称 ',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码 ',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'IP地址 ',
          align: 'center',
          prop: 'networkAddr',
        },
        {
          label: '组织编号 ',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称 ',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '人脸合格性抽检量 ',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '人脸合格率 ',
          align: 'center',
          prop: 'faceEligPercent',
        },
        {
          label: '人脸不唯一量 ',
          align: 'center',
          prop: 'unfaceEligCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1615,7 +2433,83 @@
    {
      title: '设备抓拍图片时钟准确性',
      index: 'face_timing_accuracy',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '设备编号',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'orgCode',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '当日接收到的当日抓拍量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '当日接收到的非当日抓拍量',
          align: 'center',
          prop: 'daySnapCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataCount',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'snapResult',
        },
        {
          label: '时钟准确率',
          align: 'center',
          prop: 'clockPercent',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'todayClockCount',
        },
        {
          label: '当日接收的当日抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'todayClockResult',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确性判定结果',
          align: 'center',
          prop: 'allClockResult',
        },
        {
          label: '当日接收的全部抓拍数据时钟准确数据量',
          align: 'center',
          prop: 'allClockCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1635,7 +2529,108 @@
    {
      title: '抓拍人脸数据上传及时性',
      index: 'face_upload_timeliness',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '设备编号',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: 'orgCode',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '组织名称',
          align: 'center',
          prop: 'orgName',
        },
        {
          label: '当日接收到的当日抓拍量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '当日接收到的非当日抓拍量',
          align: 'center',
          prop: 'daySnapCount',
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataCount',
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'snapResult',
        },
        {
          label: '及时率',
          align: 'center',
          prop: 'timelyPercent',
        },
        {
          label: '当日接收的当日数据延迟数据量',
          align: 'center',
          prop: 'todayDelayCount',
        },
        {
          label: '当日接收的当日数据延迟30s以上数据量',
          align: 'center',
          prop: 'todayDelayCount2',
        },
        {
          label: '当日接收的当日数据延迟1m以上数据量',
          align: 'center',
          prop: 'todayDelayCount3',
        },
        {
          label: '当日接收的当日数据延迟5m以上数据量',
          align: 'center',
          prop: 'todayDelayCount4',
        },
        {
          label: '当日接收的当日抓拍数据及时性判定结果',
          align: 'center',
          prop: 'todayTimelyResult',
        },
        {
          label: '当日接收的全部抓拍数据中延迟数据量',
          align: 'center',
          prop: 'allDelayCount',
        },
        {
          label: '当日接收的全部抓拍数据中延迟30s以上数据量',
          align: 'center',
          prop: 'allDelayCount2',
        },
        {
          label: '当日接收的全部抓拍数据中延迟1m以上数据量',
          align: 'center',
          prop: 'allDelayCount3',
        },
        {
          label: '当日接收的全部抓拍数据中延迟5m以上数据量',
          align: 'center',
          prop: 'allDelayCount4',
        },
        {
          label: '当日接收的全部抓拍数据中及时性判定结果',
          align: 'center',
          prop: 'allTimelyResult',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1655,7 +2650,68 @@
    {
      title: '人脸卡口设备抓拍数据大图可用性',
      index: 'face_picture_availability',
      columns: [],
      columns: [
        {
          label: '内码',
          align: 'center',
          prop: 'indexCode',
        },
        {
          label: '设备或卡口国标编码',
          align: 'center',
          prop: 'externalIndexCode',
        },
        {
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
        },
        {
          label: '数据抽检量',
          align: 'center',
          prop: 'sampleCount',
        },
        {
          label: '小图访问异常量',
          align: 'center',
          prop: 'smallPicExpCount',
        },
        {
          label: '大图访问异常量',
          align: 'center',
          prop: 'bigPicExpCount',
        },
        {
          label: '存在图片访问异常的数据量',
          align: 'center',
          prop: 'expCount',
        },
        {
          label: '人脸大小图不一致数量',
          align: 'center',
          prop: 'imgDiffCount',
        },
        {
          label: 'Osd标注异常量',
          align: 'center',
          prop: 'osdExpCount',
        },
        {
          label: '大图不可用量',
          align: 'center',
          prop: 'bigDisableCount',
        },
      ],
      card: [
        {
          icon: 'el-icon-truck',
@@ -1675,5 +2731,178 @@
  ]
};
export const equipment = [];
export const equipment = {
  table: [
    {
      title: '资产管理',
      index: 'view_zc_manage',
      columns: [
        {
          label: "设备编码",
          align: "center",
          prop: "serialNumber"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "name"
        },
        {
          label: "监控点位类型",
          align: "center",
          prop: "siteType"
        },
        {
          label: "Mac地址",
          align: "center",
          prop: "macAddr"
        },{
          label: "IPV4/IPV6",
          align: "center",
          prop: "ip"
        },
        {
          label: "摄像机功能类型",
          align: "center",
          prop: "cameraFunType"
        },
        {
          label: "经度",
          align: "center",
          prop: "longitude"
        },
        {
          label: "纬度",
          align: "center",
          prop: "latitude"
        },
        {
          label: "摄像机采集区域",
          align: "center",
          prop: "cameraCaptureArea"
        },
        {
          label: "设备状态",
          align: "center",
          prop: "onState"
        },
        {
          label: "行政区域",
          align: "center",
          prop: "civilCode"
        },
        {
          label: "是否集成设备",
          align: "center",
          prop: "integratedDevice"
        },
        {
          label: "摄像机品牌",
          align: "center",
          prop: "cameraBrand"
        },
        {
          label: "安装地址",
          align: "center",
          prop: "address"
        },
        {
          label: "联网属性",
          align: "center",
          prop: "netWorking"
        },
        {
          label: "所属辖区公安机关",
          align: "center",
          prop: "publicSecurity"
        },
        {
          label: "安装时间",
          align: "center",
          prop: "installedTime"
        },
        {
          label: "管理单位",
          align: "center",
          prop: "managementUnit"
        },
        {
          label: "管理单位联系方式",
          align: "center",
          prop: "muContactInfo"
        },
        {
          label: "录像保存天数",
          align: "center",
          prop: "storageDays"
        },
        {
          label: "监视方位",
          align: "center",
          prop: "monitorAzimuth"
        },
        {
          label: "摄像机场景预设照片URL",
          align: "center",
          prop: "scenePhotoAddr"
        },
        {
          label: "设备型号",
          align: "center",
          prop: "model"
        },
        {
          label: "点位俗称",
          align: "center",
          prop: "siteVulgo"
        },
        {
          label: "摄像机类型",
          align: "center",
          prop: "cameraType"
        },
        {
          label: "补光属性",
          align: "center",
          prop: "cameraLightType"
        },
        {
          label: "摄像机编码格式",
          align: "center",
          prop: "encodedFormat"
        },
        {
          label: "所属部门/行业",
          align: "center",
          prop: "cameraDept"
        },
        {
          label: "行业编码",
          align: "center",
          prop: "hybm"
        },
        {
          label: "类型编码",
          align: "center",
          prop: "lxbm"
        }
      ],
      card: [
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              value: 1999,
              label: '过车数据总量'
            },
            {
              value: 1999,
              label: '不唯一数据量'
            },
          ]
        }
      ]
    },
  ],
};
src/views/system/data-manage/index.vue
@@ -136,13 +136,13 @@
          :xs="12"
          v-for="(item, index) in equipment"
          :key="index"
          :style="item.name == '' ? 'display:none' : ''"
          :style="item.ruleName == '' ? 'display:none' : ''"
          class="col-margin"
        >
          <el-link @click="handleDetail(item, index)" style="width: 100%">
          <el-link @click="handleDetail(item, item.ruleIndex)" style="width: 100%">
            <el-card style="min-width: 150px;width:100%; height: 150px; text-align: center">
              <i style="font-size: 40px; padding: 15px" :class="item.icon"></i>
              <div>{{ item.name }}</div>
              <div>{{ item.ruleName }}</div>
            </el-card>
          </el-link>
        </el-col>
@@ -362,31 +362,12 @@
      ],
      equipment: [
        {
          name: "资产管理",
          ruleName: "资产管理",
          ruleIndex: 'view_zc_manage',
          icon: "el-icon-wallet",
          description: "描述信息",
          type: "4",
        },
        {
          name: "",
          icon: "el-icon-pie-chart",
          description: "描述信息",
          type: "4",
        },
        {
          name: "",
          icon: "el-icon-data-line",
          description: "描述信息",
          type: "4",
        },
        { name: "", icon: "el-icon-timer", description: "描述信息", type: "4" },
        { name: "", icon: "el-icon-money", description: "描述信息", type: "4" },
        {
          name: "",
          icon: "el-icon-data-analysis",
          description: "描述信息",
          type: "4",
        },
          ruleCategory: "4",
        }
      ],
    };
  },