fuliqi
2024-10-15 46a177111a14de992ccb8fb9ba74dd14ad4e2eec
src/views/system/data-manage/data-detail/list.js
@@ -339,7 +339,7 @@
              label: '纬度异常数'
            },
            {
              label: '合格率'
              label: '今日合格率'
            },
          ]
        }
@@ -671,7 +671,7 @@
              label: '纬度异常数'
            },
            {
              label: '注册率'
              label: '今日注册率'
            },
          ]
        }
@@ -701,7 +701,7 @@
      ],
    },
    {
      title: '考核档案比',
      title: '档案考核比',
      index: 'archives_rate',
      columns: [
        {
@@ -1003,7 +1003,7 @@
              label: '纬度异常数'
            },
            {
              label: '考核比'
              label: '今日考核比'
            },
          ]
        }
@@ -1037,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: [
        {
@@ -1165,7 +1087,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -1188,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: [
        {
@@ -1316,7 +1160,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -1408,7 +1252,7 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '今日可用率'
            },
          ]
        }
@@ -1488,7 +1332,7 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '今日可用率'
            },
          ]
        }
@@ -1837,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: [
        {
@@ -1965,7 +1731,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -2057,7 +1823,7 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '今日重点可用率'
            },
          ]
        }
@@ -2158,7 +1924,7 @@
              label: 'osd时间标注错误数'
            },
            {
              label: '标注正确率'
              label: '今日标注正确率'
            },
          ]
        }
@@ -2253,7 +2019,7 @@
              label: 'osd时间标注错误数'
            },
            {
              label: '校时正确率'
              label: '今日校时正确率'
            },
          ]
        }
@@ -2284,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: [
        {
@@ -2412,7 +2100,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -2622,6 +2310,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日稳定性'
            },
          ]
        }
      ]
@@ -2631,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: [
        {
@@ -2697,6 +2370,9 @@
          dataList: [
            {
              label: '设备总数'
            },
            {
              label: '今日在线率'
            },
          ]
        }
@@ -3004,6 +2680,9 @@
            {
              label: '纬度异常数'
            },
            {
              label: '今日一致率'
            },
          ]
        }
      ],
@@ -3094,6 +2773,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '今日准确率'
            },
          ]
        }
@@ -3198,7 +2880,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日完整性'
            }
          ]
        }
      ],
@@ -3288,7 +2972,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日准确性'
            }
          ]
        }
      ],
@@ -3549,6 +3235,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日准确性'
            },
          ]
        }
      ],
@@ -3659,7 +3348,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日及时性'
            }
          ]
        }
      ]
@@ -3745,7 +3436,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ]
@@ -3867,7 +3560,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ],
@@ -3957,6 +3652,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日稳定性'
            },
          ]
        }
      ]
@@ -3966,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: [
@@ -4024,16 +3711,10 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '正常'
              label: '设备总数'
            },
            {
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
              label: '今日在线率'
            },
          ]
        }
@@ -4341,6 +4022,9 @@
            {
              label: '纬度异常数'
            },
            {
              label: '今日一致率'
            },
          ]
        }
      ],
@@ -4436,6 +4120,9 @@
            {
              label: '精度过低'
            },
            {
              label: '今日准确率'
            },
          ]
        }
      ]
@@ -4496,6 +4183,9 @@
            },
            {
              label: '精度过低'
            },
            {
              label: '今日合格性'
            },
          ]
        }
@@ -4723,6 +4413,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日准确性'
            },
          ]
        }
      ],
@@ -4943,6 +4636,9 @@
            {
              label: '数据量少'
            },
            {
              label: '今日及时性'
            },
          ]
        }
      ],
@@ -5070,7 +4766,9 @@
        {
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '今日可用性'
            }
          ]
        }
      ],