xiangpei
2024-07-31 6770d95264cf78b44fa317edd1b55d0ed5c9bad4
数据中心,视频中的指标字段
1个文件已修改
709 ■■■■ 已修改文件
src/views/system/data-manage/data-detail/list.js 709 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js
@@ -5,32 +5,40 @@
      index: 'platform_online',
      columns: [
        {
          label: '卡口名称',
          label: '平台名称',
          align: 'center',
          prop: 'bayonetName',
          prop: 'platformName',
        },
        {
          label: '卡口编号',
          label: '当前是否在线',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'currentOnline'
        },
        {
          label: '过车数据量',
          label: '今日离线时长(秒  )',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'todayOutlineSed'
        },
        {
          label: '不唯一数据',
          label: '今日ping次数',
          align: 'center',
          prop: 'notUniqueData'
        },
        {
          label: '不唯一数据量',
          align: 'center',
          prop: 'notUniqueDataNumber'
        },
          prop: 'pingTimes'
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              value: 1999,
              label: '卡口总数'
            },
            {
              value: 1999,
              label: '不唯一卡口数'
            },
          ]
        },
        {
          icon: 'el-icon-wind-power',
          dataList: [
@@ -51,30 +59,25 @@
      index: 'monitor_qualification',
      columns: [
        {
          label: '卡口名称',
          label: '合格数量',
          align: 'center',
          prop: 'bayonetName',
          prop: 'qualifiedNum',
        },
        {
          label: '卡口编号',
          label: '总数',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'totalNum'
        },
        {
          label: '过车数据量',
          label: '一机一档合格率',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'rate'
        },
        {
          label: '不唯一数据',
          label: '时间',
          align: 'center',
          prop: 'notUniqueData'
        },
        {
          label: '不唯一数据量',
          align: 'center',
          prop: 'notUniqueDataNumber'
        },
          prop: 'day'
        }
      ],
      card: [
        {
@@ -97,30 +100,25 @@
      index: 'monitor_registration',
      columns: [
        {
          label: '卡口名称',
          label: '注册数量',
          align: 'center',
          prop: 'bayonetName',
          prop: 'registNum',
        },
        {
          label: '卡口编号',
          label: '总数',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'totalNum'
        },
        {
          label: '过车数据量',
          label: '一机一档注册率',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'rate'
        },
        {
          label: '不唯一数据',
          label: '时间',
          align: 'center',
          prop: 'notUniqueData'
        },
        {
          label: '不唯一数据量',
          align: 'center',
          prop: 'notUniqueDataNumber'
        },
          prop: 'day'
        }
      ],
      card: [
        {
@@ -143,29 +141,24 @@
      index: 'archives_rate',
      columns: [
        {
          label: '卡口名称',
          label: '当月认定的考核档案数',
          align: 'center',
          prop: 'bayonetName',
          prop: 'currentMonthDocumentNum',
        },
        {
          label: '卡口编号',
          label: '全年留存档案数',
          align: 'center',
          prop: 'bayonetNumber'
          prop: 'fullYearDocumentNum'
        },
        {
          label: '过车数据量',
          label: '考核档案比',
          align: 'center',
          prop: 'vehicleDataNumber'
          prop: 'rate'
        },
        {
          label: '不唯一数据',
          label: '月份',
          align: 'center',
          prop: 'notUniqueData'
        },
        {
          label: '不唯一数据量',
          align: 'center',
          prop: 'notUniqueDataNumber'
          prop: 'month'
        },
      ],
      card: [
@@ -265,64 +258,24 @@
      index: 'video_available',
      columns: [
        {
          label: "行政区域名称",
          label: "当月认定的考核档案数",
          align: "center",
          prop: "arealayername"
          prop: "currentMonthDocumentNum"
        },
        {
          label: "行政区域ID",
          label: "全年留存档案数",
          align: "center",
          prop: "arealayerno"
          prop: "fullYearDocumentNum"
        },
        {
          label: "创建时间",
          label: "录像可用率",
          align: "center",
          prop: "createTime"
          prop: "rate"
        },
        {
          label: "摄像机ID",
          label: "月份",
          align: "center",
          prop: "deviceId"
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "主键ID",
          align: "center",
          prop: "id"
        },
        {
          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"
        },
        {
          label: "租户ID",
          align: "center",
          prop: "tenantId"
          prop: "month"
        }
      ],
      card: [
@@ -346,89 +299,24 @@
      index: 'annotation_accuracy',
      columns: [
        {
          label: "区域路径信息",
          label: "正确数量",
          align: "center",
          prop: "arealayerPath"
          prop: "correctNum"
        },
        {
          label: "区域名称",
          label: "抽查总数",
          align: "center",
          prop: "arealayername"
          prop: "selectedTotal"
        },
        {
          label: "区域编码",
          label: "标注正确率",
          align: "center",
          prop: "arealayerno"
          prop: "rate"
        },
        {
          label: "设备 ID",
          label: "月份",
          align: "center",
          prop: "deviceId"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "拉码流时间差",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "IP 地址",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片 ocr 识别结果",
          align: "center",
          prop: "ocrResult"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "拉码流时间格式",
          align: "center",
          prop: "osdFormat"
        },
        {
          label: "OSD 信息",
          align: "center",
          prop: "osdInfo"
        },
        {
          label: "图片上的字幕时间",
          align: "center",
          prop: "osdTime"
        },
        {
          label: "摄像机标签",
          align: "center",
          prop: "tags"
        },
        {
          label: "更新时间",
          align: "center",
          prop: "updateTime"
        },
        {
          label: "视频码流获取时间",
          align: "center",
          prop: "videoGetTime"
          prop: "month"
        }
      ],
      card: [
@@ -452,89 +340,24 @@
      index: 'timing_accuracy',
      columns: [
        {
          label: "区域路径信息",
          label: "正确数量",
          align: "center",
          prop: "arealayerPath"
          prop: "correctNum"
        },
        {
          label: "区域名称",
          label: "抽查总数",
          align: "center",
          prop: "arealayername"
          prop: "selectedTotal"
        },
        {
          label: "区域编码",
          label: "校时正确率",
          align: "center",
          prop: "arealayerno"
          prop: "rate"
        },
        {
          label: "设备 ID",
          label: "月份",
          align: "center",
          prop: "deviceId"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "是否大于最大值",
          align: "center",
          prop: "diff"
        },
        {
          label: "拉码流时间差",
          align: "center",
          prop: "diffTime"
        },
        {
          label: "IP 地址",
          align: "center",
          prop: "ip"
        },
        {
          label: "图片 ocr 识别结果",
          align: "center",
          prop: "ocrResult"
        },
        {
          label: "图片地址",
          align: "center",
          prop: "imgPath"
        },
        {
          label: "状态码",
          align: "center",
          prop: "statusCode"
        },
        {
          label: "拉码流时间格式",
          align: "center",
          prop: "osdFormat"
        },
        {
          label: "OSD 信息",
          align: "center",
          prop: "osdInfo"
        },
        {
          label: "图片上的字幕时间",
          align: "center",
          prop: "osdTime"
        },
        {
          label: "摄像机标签",
          align: "center",
          prop: "tags"
        },
        {
          label: "更新时间",
          align: "center",
          prop: "updateTime"
        },
        {
          label: "视频码流获取时间",
          align: "center",
          prop: "videoGetTime"
          prop: "month"
        }
      ],
      card: [
@@ -557,314 +380,24 @@
      title: '重点指挥图像在线率',
      columns: [
        {
          label: "区域路径信息",
          label: "在线数量",
          align: "center",
          prop: "arealayerPath"
          prop: "onlineNum"
        },
        {
          label: "行政区划编码",
          label: "抽查总数",
          align: "center",
          prop: "arealayernoCode"
          prop: "selectedTotal"
        },
        {
          label: "行政区划名称",
          label: "重点指挥图像在线率",
          align: "center",
          prop: "arealayernoName"
          prop: "rate"
        },
        {
          label: "二进制租户ID",
          label: "月份",
          align: "center",
          prop: "binaryTenantId"
        },
        {
          label: "模糊",
          align: "center",
          prop: "blur"
        },
        {
          label: "模糊原始分值",
          align: "center",
          prop: "blurRaw"
        },
        {
          label: "模糊阈值",
          align: "center",
          prop: "blurThreshold"
        },
        {
          label: "颜色",
          align: "center",
          prop: "color"
        },
        {
          label: "颜色原始分值",
          align: "center",
          prop: "colorRaw"
        },
        {
          label: "颜色阈值",
          align: "center",
          prop: "colorThreshold"
        },
        {
          label: "解码信息",
          align: "center",
          prop: "decodeInfo"
        },
        {
          label: "设备国标ID",
          align: "center",
          prop: "deviceId"
        },
        {
          label: "设备IP",
          align: "center",
          prop: "deviceIp"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "deviceName"
        },
        {
          label: "扩展JSON",
          align: "center",
          prop: "extJson"
        },
        {
          label: "丢帧率",
          align: "center",
          prop: "frameLostRate"
        },
        {
          label: "组ID",
          align: "center",
          prop: "groupId"
        },
        {
          label: "主键ID",
          align: "center",
          prop: "id"
        },
        {
          label: "IFM延迟",
          align: "center",
          prop: "ifmDelay"
        },
        {
          label: "图像路径",
          align: "center",
          prop: "imagePath"
        },
        {
          label: "图像状态",
          align: "center",
          prop: "imgStatus"
        },
        {
          label: "入网时间",
          align: "center",
          prop: "inTime"
        },
        {
          label: "纬度",
          align: "center",
          prop: "latitude"
        },
        {
          label: "亮度",
          align: "center",
          prop: "light"
        },
        {
          label: "亮度原始分值",
          align: "center",
          prop: "lightRaw"
        },
        {
          label: "亮度阈值",
          align: "center",
          prop: "lightThreshold"
        },
        {
          label: "经度",
          align: "center",
          prop: "longitude"
        },
        {
          label: "在线状态",
          align: "center",
          prop: "onlineStatus"
        },
        {
          label: "原始平台ID",
          align: "center",
          prop: "originalPlatId"
        },
        {
          label: "负载类型",
          align: "center",
          prop: "payloadType"
        },
        {
          label: "像素信息",
          align: "center",
          prop: "pixelInfo"
        },
        {
          label: "平台ID",
          align: "center",
          prop: "platId"
        },
        {
          label: "遮挡",
          align: "center",
          prop: "shade"
        },
        {
          label: "遮挡原始分值",
          align: "center",
          prop: "shadeRaw"
        },
        {
          label: "遮挡阈值",
          align: "center",
          prop: "shadeThreshold"
        },
        {
          label: "抖动",
          align: "center",
          prop: "shake"
        },
        {
          label: "抖动原始分值",
          align: "center",
          prop: "shakeRaw"
        },
        {
          label: "抖动阈值",
          align: "center",
          prop: "shakeThreshold"
        },
        {
          label: "无信号",
          align: "center",
          prop: "signa1"
        },
        {
          label: "无信号原始分值",
          align: "center",
          prop: "signa1Raw"
        },
        {
          label: "无信号状态",
          align: "center",
          prop: "signa1Status"
        },
        {
          label: "无信号阈值",
          align: "center",
          prop: "signa1Threshold"
        },
        {
          label: "SIP延迟",
          align: "center",
          prop: "sipDelay"
        },
        {
          label: "雪花",
          align: "center",
          prop: "snow"
        },
        {
          label: "雪花原始分值",
          align: "center",
          prop: "snowRaw"
        },
        {
          label: "雪花阈值",
          align: "center",
          prop: "snowThreshold"
        },
        {
          label: "条纹",
          align: "center",
          prop: "stripe"
        },
        {
          label: "条纹原始分值",
          align: "center",
          prop: "stripeRaw"
        },
        {
          label: "条纹阈值",
          align: "center",
          prop: "stripeThreshold"
        },
        {
          label: "摄像机标签",
          align: "center",
          prop: "tags"
        },
        {
          label: "任务创建时间",
          align: "center",
          prop: "taskCreateTime"
        },
        {
          label: "任务复检时间",
          align: "center",
          prop: "taskRecheckTime"
        },
        {
          label: "租户ID",
          align: "center",
          prop: "tenantId"
        },
        {
          label: "视频延迟",
          align: "center",
          prop: "videoDelay"
        },
        {
          label: "视频诊断状态",
          align: "center",
          prop: "videoDiagStatus"
        },
        {
          label: "视频诊断时间",
          align: "center",
          prop: "videoDiagTime"
        },
        {
          label: "视频获取状态",
          align: "center",
          prop: "videoGetStatus"
        },
        {
          label: "视频获取时间",
          align: "center",
          prop: "videoGetTime"
        },
        {
          label: "夜间VQD",
          align: "center",
          prop: "vqdAtNight"
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              value: 1999,
              label: '卡口总数'
            },
            {
              value: 1999,
              label: '不唯一卡口数'
            },
          ]
          prop: "month"
        }
      ]
    },
@@ -1187,7 +720,28 @@
    {
      title: '重点点位录像可用率',
      index: 'key_video_available',
      columns: [],
      columns: [
        {
          label: "当月认定的考核档案数",
          align: "center",
          prop: "currentMonthDocumentNum"
        },
        {
          label: "全年留存档案数",
          align: "center",
          prop: "fullYearDocumentNum"
        },
        {
          label: "录像可用率",
          align: "center",
          prop: "rate"
        },
        {
          label: "月份",
          align: "center",
          prop: "month"
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
@@ -1207,7 +761,28 @@
    {
      title: '重点点位标注正确率',
      index: 'key_annotation_accuracy',
      columns: [],
      columns: [
        {
          label: "正确数量",
          align: "center",
          prop: "correctNum"
        },
        {
          label: "抽查总数",
          align: "center",
          prop: "selectedTotal"
        },
        {
          label: "重点点位标注正确率",
          align: "center",
          prop: "rate"
        },
        {
          label: "月份",
          align: "center",
          prop: "month"
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
@@ -1227,12 +802,42 @@
    {
      title: '重点点位校时正确率',
      index: 'key_timing_accuracy',
      columns: []
      columns: [
        {
          label: "正确数量",
          align: "center",
          prop: "correctNum"
    },
    {
      title: '重点指挥图像在线率',
          label: "抽查总数",
          align: "center",
          prop: "selectedTotal"
        },
        {
          label: "重点点位标注正确率",
          align: "center",
          prop: "rate"
        },
        {
          label: "月份",
          align: "center",
          prop: "month"
        }
      ]
    },
    {
      title: '在线数量',
      index: 'key_command_image_online',
      columns: [],
      columns: [
        {
          onlineNum: "月份",
          align: "center",
          prop: "month"
        },
        {
        }
      ],
      card: [
        {
          icon: 'el-icon-wind-power',