fuliqi
2024-10-15 46a177111a14de992ccb8fb9ba74dd14ad4e2eec
src/views/system/data-manage/data-detail/list.js
@@ -338,6 +338,9 @@
            {
              label: '纬度异常数'
            },
            {
              label: '今日合格率'
            },
          ]
        }
      ],
@@ -667,6 +670,9 @@
            {
              label: '纬度异常数'
            },
            {
              label: '今日注册率'
            },
          ]
        }
      ],
@@ -695,7 +701,7 @@
      ],
    },
    {
      title: '考核档案比',
      title: '档案考核比',
      index: 'archives_rate',
      columns: [
        {
@@ -996,6 +1002,9 @@
            {
              label: '纬度异常数'
            },
            {
              label: '今日考核比'
            },
          ]
        }
      ],
@@ -1028,125 +1037,47 @@
      index: 'ministry_site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '最近监测在线状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
        },
        {
          "label": "ip地址",
          "align": "center",
          "prop": "ipAddr",
          "width": 150
        },
        {
          "label": "最近持续离线故障次数",
          "align": "center",
          "prop": "olErrEverduring",
          "width": 200
        },
        {
          "label": "最近持续离线故障时间",
          "align": "center",
          "prop": "olErrEverduringFirstTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 180,
        },
        {
          "label": "巡检次数",
          "align": "center",
          "prop": "olTotal"
        },
        {
          "label": "sip状态码",
          "align": "center",
          "prop": "sipCode"
        },
        {
          "label": "信令时延",
          "align": "center",
          "prop": "sipDelay"
        },
        {
          "label": "在线状态",
          "align": "center",
          "prop": "statusText"
        },
        {
          "label": "省厅标签",
          "align": "center",
          "prop": "tagStr",
          "width": 200
        },
        {
          "label": "省厅标签列表",
          "align": "center",
          "prop": "tags",
          "width": 200
        },
        {
          "label": "视频流时延",
          "align": "center",
          "prop": "videoDelay"
        },
        {
          "label": "视频质量检测时间",
          "align": "center",
          "prop": "vqdTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        }
      ],
      card: [
        {
@@ -1154,6 +1085,9 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '今日在线率'
            },
          ]
        }
@@ -1176,125 +1110,47 @@
      index: 'site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '最近监测在线状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
        },
        {
          "label": "ip地址",
          "align": "center",
          "prop": "ipAddr",
          "width": 150
        },
        {
          "label": "最近持续离线故障次数",
          "align": "center",
          "prop": "olErrEverduring",
          "width": 200
        },
        {
          "label": "最近持续离线故障时间",
          "align": "center",
          "prop": "olErrEverduringFirstTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 180
        },
        {
          "label": "巡检次数",
          "align": "center",
          "prop": "olTotal"
        },
        {
          "label": "sip状态码",
          "align": "center",
          "prop": "sipCode"
        },
        {
          "label": "信令时延",
          "align": "center",
          "prop": "sipDelay"
        },
        {
          "label": "在线状态",
          "align": "center",
          "prop": "statusText"
        },
        {
          "label": "省厅标签",
          "align": "center",
          "prop": "tagStr",
          "width": 200
        },
        {
          "label": "省厅标签列表",
          "align": "center",
          "prop": "tags",
          "width": 200
        },
        {
          "label": "视频流时延",
          "align": "center",
          "prop": "videoDelay"
        },
        {
          "label": "视频质量检测时间",
          "align": "center",
          "prop": "vqdTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        }
      ],
      card: [
        {
@@ -1302,6 +1158,9 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '今日在线率'
            },
          ]
        }
@@ -1392,6 +1251,9 @@
            {
              label: '异常'
            },
            {
              label: '今日可用率'
            },
          ]
        }
      ]
@@ -1468,6 +1330,9 @@
            },
            {
              label: '异常'
            },
            {
              label: '今日可用率'
            },
          ]
        }
@@ -1816,125 +1681,47 @@
      index: 'key_site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '最近监测在线状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
        },
        {
          "label": "ip地址",
          "align": "center",
          "prop": "ipAddr",
          "width": 150
        },
        {
          "label": "最近持续离线故障次数",
          "align": "center",
          "prop": "olErrEverduring",
          "width": 200
        },
        {
          "label": "最近持续离线故障时间",
          "align": "center",
          "prop": "olErrEverduringFirstTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 180
        },
        {
          "label": "巡检次数",
          "align": "center",
          "prop": "olTotal"
        },
        {
          "label": "sip状态码",
          "align": "center",
          "prop": "sipCode"
        },
        {
          "label": "信令时延",
          "align": "center",
          "prop": "sipDelay"
        },
        {
          "label": "在线状态",
          "align": "center",
          "prop": "statusText"
        },
        {
          "label": "省厅标签",
          "align": "center",
          "prop": "tagStr",
          "width": 200
        },
        {
          "label": "省厅标签列表",
          "align": "center",
          "prop": "tags",
          "width": 200
        },
        {
          "label": "视频流时延",
          "align": "center",
          "prop": "videoDelay"
        },
        {
          "label": "视频质量检测时间",
          "align": "center",
          "prop": "vqdTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        }
      ],
      card: [
        {
@@ -1943,21 +1730,9 @@
            {
              label: '设备总数'
            },
            // {
            //   label: '已联网'
            // },
            // {
            //   label: '未联网'
            // },
            // {
            //   label: '视频监控'
            // },
            // {
            //   label: '车辆识别'
            // },
            // {
            //   label: '人脸识别'
            // },
            {
              label: '今日在线率'
            },
          ]
        }
      ],
@@ -2046,6 +1821,9 @@
            },
            {
              label: '异常'
            },
            {
              label: '今日重点可用率'
            },
          ]
        }
@@ -2144,7 +1922,10 @@
            },
            {
              label: 'osd时间标注错误数'
            }
            },
            {
              label: '今日标注正确率'
            },
          ]
        }
      ],
@@ -2236,7 +2017,10 @@
            },
            {
              label: 'osd时间标注错误数'
            }
            },
            {
              label: '今日校时正确率'
            },
          ]
        }
      ],
@@ -2266,125 +2050,47 @@
      index: 'key_command_image_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '最近监测在线状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
        },
        {
          "label": "ip地址",
          "align": "center",
          "prop": "ipAddr",
          "width": 150
        },
        {
          "label": "最近持续离线故障次数",
          "align": "center",
          "prop": "olErrEverduring",
          "width": 200
        },
        {
          "label": "最近持续离线故障时间",
          "align": "center",
          "prop": "olErrEverduringFirstTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        },
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 180
        },
        {
          "label": "巡检次数",
          "align": "center",
          "prop": "olTotal"
        },
        {
          "label": "sip状态码",
          "align": "center",
          "prop": "sipCode"
        },
        {
          "label": "信令时延",
          "align": "center",
          "prop": "sipDelay"
        },
        {
          "label": "在线状态",
          "align": "center",
          "prop": "statusText"
        },
        {
          "label": "省厅标签",
          "align": "center",
          "prop": "tagStr",
          "width": 200
        },
        {
          "label": "省厅标签列表",
          "align": "center",
          "prop": "tags",
          "width": 200
        },
        {
          "label": "视频流时延",
          "align": "center",
          "prop": "videoDelay"
        },
        {
          "label": "视频质量检测时间",
          "align": "center",
          "prop": "vqdTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
        }
      ],
      card: [
        {
@@ -2393,21 +2099,9 @@
            {
              label: '设备总数'
            },
            // {
            //   label: '已联网'
            // },
            // {
            //   label: '未联网'
            // },
            // {
            //   label: '视频监控'
            // },
            // {
            //   label: '车辆识别'
            // },
            // {
            //   label: '人员识别'
            // },
            {
              label: '今日在线率'
            },
          ]
        }
      ],
@@ -2616,6 +2310,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日稳定性'
            },
          ]
        }
      ]
@@ -2625,65 +2322,47 @@
      index: 'site_online',
      columns: [
        {
          "label": "数据类型",
          "align": "center",
          "prop": "dataType",
          width: 100
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName",
          width: 200
          label: '最近监测在线状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 120
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "抓拍数据量",
          "align": "center",
          "prop": "dataCount",
          width: 100
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "非今日抓拍量",
          "align": "center",
          "prop": "noTodayCount",
          width: 110
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "周平均抓拍量",
          "align": "center",
          "prop": "weekCompareCount",
          width: 150
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataDays",
          width: 170
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "resultType",
          width: 170
        }
      ],
      card: [
        {
@@ -2691,6 +2370,9 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '今日在线率'
            },
          ]
        }
@@ -2998,6 +2680,9 @@
            {
              label: '纬度异常数'
            },
            {
              label: '今日一致率'
            },
          ]
        }
      ],
@@ -3088,6 +2773,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '今日准确率'
            },
          ]
        }
@@ -3192,7 +2880,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日完整性'
            }
          ]
        }
      ],
@@ -3282,7 +2972,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日准确性'
            }
          ]
        }
      ],
@@ -3543,6 +3235,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日准确性'
            },
          ]
        }
      ],
@@ -3653,7 +3348,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日及时性'
            }
          ]
        }
      ]
@@ -3739,7 +3436,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ]
@@ -3861,7 +3560,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ],
@@ -3951,6 +3652,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日稳定性'
            },
          ]
        }
      ]
@@ -3960,57 +3664,46 @@
      index: 'site_online',
      columns: [
        {
          label: '内码',
          label: '国标码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
          prop: 'no',
          width: 300,
        },
        {
          label: '设备或卡口国标编码',
          label: '设备名',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
          prop: 'name',
          width: 380,
        },
        {
          label: '设备或卡口名称',
          label: 'ip',
          align: 'center',
          prop: 'deviceName',
          prop: 'ip',
          width: 200,
        },
        {
          label: '组织编号',
          label: '最近监测在线状态',
          align: 'center',
          prop: 'orgCode',
          width: 100,
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '抓拍数据量',
          label: '当日监测次数',
          align: 'center',
          prop: 'dataCount',
          width: 120,
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '非今日抓拍量',
          label: '当日离线次数',
          align: 'center',
          prop: 'noTodayCount',
          width: 120,
          prop: 'offLineCount',
          width: 200,
        },
        {
          label: '周平均抓拍量',
          label: '监测时间',
          align: 'center',
          prop: 'weekCompareCount',
          width: 120,
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
          width: 120,
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          width: 150,
          prop: 'mongoCreateTime',
          width: 200,
        },
      ],
      card: [
@@ -4018,16 +3711,10 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
              label: '今日在线率'
            },
          ]
        }
@@ -4323,7 +4010,21 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: 'IP异常数'
            },
            {
              label: 'MAC地址异常数'
            },
            {
              label: '经度异常数'
            },
            {
              label: '纬度异常数'
            },
            {
              label: '今日一致率'
            },
          ]
        }
      ],
@@ -4419,6 +4120,9 @@
            {
              label: '精度过低'
            },
            {
              label: '今日准确率'
            },
          ]
        }
      ]
@@ -4479,6 +4183,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '今日合格性'
            },
          ]
        }
@@ -4706,6 +4413,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日准确性'
            },
          ]
        }
      ],
@@ -4926,6 +4636,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日及时性'
            },
          ]
        }
      ],
@@ -5053,7 +4766,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ],