xiangpei
2024-07-31 ebb3064b2e88d8330d43a7dabd2071b99cf8b26e
src/views/system/data-manage/data-detail/list.js
@@ -258,25 +258,55 @@
      index: 'video_available',
      columns: [
        {
          label: "当月认定的考核档案数",
          label: "行政区域",
          align: "center",
          prop: "currentMonthDocumentNum"
          prop: "arealayername"
        },
        {
          label: "全年留存档案数",
          label: "行政区域ID",
          align: "center",
          prop: "fullYearDocumentNum"
          prop: "arealayerno"
        },
        {
          label: "录像可用率",
          label: "创建时间",
          align: "center",
          prop: "rate"
          prop: "createTime"
        },
        {
          label: "月份",
          label: "摄像机ID",
          align: "center",
          prop: "month"
        }
          prop: "deviceId"
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "缺失时长",
          align: "center",
          prop: "missDuration"
        },
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId"
        },
        {
          label: "录像时长",
          align: "center",
          prop: "recordDuration"
        },
        {
          label: "录像完整状态",
          align: "center",
          prop: "recordStatus"
        },
        {
          label: "统计时间",
          align: "center",
          prop: "statTime"
        },
      ],
      card: [
        {
@@ -299,25 +329,60 @@
      index: 'annotation_accuracy',
      columns: [
        {
          label: "正确数量",
          label: "区域路径信息",
          align: "center",
          prop: "correctNum"
          prop: "arealayerPath"
        },
        {
          label: "抽查总数",
          label: "区域名称",
          align: "center",
          prop: "selectedTotal"
          prop: "arealayername"
        },
        {
          label: "标注正确率",
          label: "区域编码",
          align: "center",
          prop: "rate"
          prop: "arealayerno"
        },
        {
          label: "月份",
          label: "设备ID",
          align: "center",
          prop: "month"
        }
          prop: "deviceId"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒)",
          align: "center",
          prop: "osdFormat"
        },
      ],
      card: [
        {
@@ -340,25 +405,60 @@
      index: 'timing_accuracy',
      columns: [
        {
          label: "正确数量",
          label: "区域路径信息",
          align: "center",
          prop: "correctNum"
          prop: "arealayerPath"
        },
        {
          label: "抽查总数",
          label: "区域名称",
          align: "center",
          prop: "selectedTotal"
          prop: "arealayername"
        },
        {
          label: "校时正确率",
          label: "区域编码",
          align: "center",
          prop: "rate"
          prop: "arealayerno"
        },
        {
          label: "月份",
          label: "设备ID",
          align: "center",
          prop: "month"
        }
          prop: "deviceId"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒)",
          align: "center",
          prop: "osdFormat"
        },
      ],
      card: [
        {
@@ -697,25 +797,55 @@
      index: 'key_video_available',
      columns: [
        {
          label: "当月认定的考核档案数",
          label: "行政区域",
          align: "center",
          prop: "currentMonthDocumentNum"
          prop: "arealayername"
        },
        {
          label: "全年留存档案数",
          label: "行政区域ID",
          align: "center",
          prop: "fullYearDocumentNum"
          prop: "arealayerno"
        },
        {
          label: "录像可用率",
          label: "创建时间",
          align: "center",
          prop: "rate"
          prop: "createTime"
        },
        {
          label: "月份",
          label: "摄像机ID",
          align: "center",
          prop: "month"
        }
          prop: "deviceId"
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "缺失时长",
          align: "center",
          prop: "missDuration"
        },
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId"
        },
        {
          label: "录像时长",
          align: "center",
          prop: "recordDuration"
        },
        {
          label: "录像完整状态",
          align: "center",
          prop: "recordStatus"
        },
        {
          label: "统计时间",
          align: "center",
          prop: "statTime"
        },
      ],
      card: [
        {
@@ -738,24 +868,59 @@
      index: 'key_annotation_accuracy',
      columns: [
        {
          label: "正确数量",
          label: "区域路径信息",
          align: "center",
          prop: "correctNum"
          prop: "arealayerPath"
        },
        {
          label: "抽查总数",
          label: "区域名称",
          align: "center",
          prop: "selectedTotal"
          prop: "arealayername"
        },
        {
          label: "重点点位标注正确率",
          label: "区域编码",
          align: "center",
          prop: "rate"
          prop: "arealayerno"
        },
        {
          label: "月份",
          label: "设备ID",
          align: "center",
          prop: "month"
          prop: "deviceId"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒)",
          align: "center",
          prop: "osdFormat"
        },
      ],
      card: [
@@ -779,25 +944,60 @@
      index: 'key_timing_accuracy',
      columns: [
        {
          label: "正确数量",
          label: "区域路径信息",
          align: "center",
          prop: "correctNum"
          prop: "arealayerPath"
        },
        {
          label: "抽查总数",
          label: "区域名称",
          align: "center",
          prop: "selectedTotal"
          prop: "arealayername"
        },
        {
          label: "重点点位标注正确率",
          label: "区域编码",
          align: "center",
          prop: "rate"
          prop: "arealayerno"
        },
        {
          label: "月份",
          label: "设备ID",
          align: "center",
          prop: "month"
        }
          prop: "deviceId"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "ip",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "图片上的字幕时间和摄像机拉码流时间差,单位(秒)",
          align: "center",
          prop: "osdFormat"
        },
      ]
    },
    {
@@ -805,25 +1005,50 @@
      index: 'key_command_image_online',
      columns: [
        {
          label: "在线数量",
          label: "区域路径信息",
          align: "center",
          prop: "onlineNum"
          prop: "arealayerPath"
        },
        {
          label: "抽查总数",
          label: "arealayernoCode",
          align: "center",
          prop: "selectedTotal"
          prop: "arealayernoCode"
        },
        {
          label: "重点指挥图像在线率",
          label: "arealayernoName",
          align: "center",
          prop: "rate"
          prop: "arealayernoName"
        },
        {
          label: "月份",
          label: "binaryTenantId",
          align: "center",
          prop: "month"
        }
          prop: "binaryTenantId"
        },
        {
          label: "blur",
          align: "center",
          prop: "blur"
        },
        {
          label: "blurRaw",
          align: "center",
          prop: "blurRaw"
        },
        {
          label: "color",
          align: "center",
          prop: "color"
        },
        {
          label: "colorRaw",
          align: "center",
          prop: "colorRaw"
        },
        {
          label: "colorThreshold",
          align: "center",
          prop: "colorThreshold"
        },
      ],
      card: [
        {
@@ -1009,7 +1234,72 @@
    {
      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',
@@ -1029,7 +1319,13 @@
    {
      title: '点位在线率',
      index: 'site_online',
      columns: [],
      columns: [
        // {
        //   label: "车辆品牌不一致数据量",
        //   align: "center",
        //   prop: "vehicleBrandDiffCount"
        // }
      ],
      card: [
        {
          icon: 'el-icon-truck',