fuliqi
2025-02-14 acd4f746de3e89e4a8b9b47b0f82e25cc25a17c1
src/views/system/data-manage/data-detail/list.js
@@ -512,7 +512,7 @@
      optionsStatus: true,
    },
    {
      title: "点位在线率",
      title: "视频点位在线率",
      index: 'site_online',
      columns: [
        {
@@ -558,6 +558,12 @@
          width: 200,
        },
        {
          label: '离线时间点',
          align: 'center',
          prop: 'offLineTimeStr',
          width: 400,
        },
        {
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
@@ -594,7 +600,8 @@
        {key: 4, label: `最近Ping监测状态`, visible: true},
        {key: 5, label: `当日监测次数`, visible: true},
        {key: 6, label: `当日离线次数`, visible: true},
        {key: 7, label: `监测时间`, visible: true},
        {key: 7, label: `最近离线时间`, visible: true},
        {key: 8, label: `监测时间`, visible: true},
      ],
      options: [
        {label: '在线', value: 1},
@@ -1343,73 +1350,62 @@
    },
    {
      title: '重点点位标注正确率',
      exportUrl: '/data/center/videoImportantPointLabelingAccuracy/export',
      index: 'key_annotation_accuracy',
      columns: [
        {
          "label": "设备编码",
          "align": "center",
          "prop": "deviceNo",
          width: 190
          width: 200
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "osdName",
          width: 200
          "error": "osdNameError",
          width: 370
        },
        {
          "label": "osd省",
          "align": "center",
          "prop": "osdProvince",
          width: 150
          "error": "osdProvinceError",
          width: 180
        },
        {
          "label": "osd市",
          "align": "center",
          "prop": "osdCity",
          width: 150
          "error": "osdCityError",
          width: 180
        },
        {
          "label": "osd区",
          "align": "center",
          "prop": "osdPart",
          width: 150
          "error": "osdPartError",
          width: 180
        },
        {
          "label": "osd左下角",
          "align": "center",
          "prop": "osdLB",
          width: 150
          "error": "osdLBError",
          width: 180
        },
        {
          "label": "osd时间是否正确",
          "label": "osd时间",
          "align": "center",
          "prop": "osdTimeCorrectText",
          width: 150
          "prop": "setTime",
          "error": "osdTimeError",
          width: 200
        },
        {
          "label": "osd通道名是否正确",
          "label": "检测时间",
          "align": "center",
          "prop": "osdNameCorrectText",
          width: 150
        },
        {
          "label": "osd省是否正确",
          "align": "center",
          "prop": "osdProvinceCorrectText",
          width: 150
        },
        {
          "label": "osd市是否正确",
          "align": "center",
          "prop": "osdCityCorrectText",
          width: 150
        },
        {
          "label": "osd区是否正确",
          "align": "center",
          "prop": "osdPartCorrectText",
          width: 150
          "prop": "checkTime",
          width: 200
        },
      ],
      card: [
@@ -1448,11 +1444,8 @@
        {key: 3, label: `osd市`, visible: true},
        {key: 4, label: `osd区`, visible: true},
        {key: 5, label: `osd左下角`, visible: true},
        {key: 6, label: `osd时间是否正确`, visible: true},
        {key: 7, label: `osd通道名是否正确`, visible: true},
        {key: 7, label: `osd省是否正确`, visible: true},
        {key: 7, label: `osd市是否正确`, visible: true},
        {key: 7, label: `osd区是否正确`, visible: true},
        {key: 6, label: `osd时间`, visible: true},
        {key: 7, label: `检测时间`, visible: true},
      ],
    },
    {
@@ -1463,67 +1456,55 @@
          "label": "设备编码",
          "align": "center",
          "prop": "deviceNo",
          width: 190
          width: 200
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "osdName",
          width: 200
          "error": "osdNameError",
          width: 370
        },
        {
          "label": "osd省",
          "align": "center",
          "prop": "osdProvince",
          width: 150
          "error": "osdProvinceError",
          width: 180
        },
        {
          "label": "osd市",
          "align": "center",
          "prop": "osdCity",
          width: 150
          "error": "osdCityError",
          width: 180
        },
        {
          "label": "osd区",
          "align": "center",
          "prop": "osdPart",
          width: 150
          "error": "osdPartError",
          width: 180
        },
        {
          "label": "osd左下角",
          "align": "center",
          "prop": "osdLB",
          width: 150
          "error": "osdLBError",
          width: 180
        },
        {
          "label": "osd时间是否正确",
          "label": "osd时间",
          "align": "center",
          "prop": "osdTimeCorrectText",
          width: 150
          "prop": "setTime",
          "error": "osdTimeError",
          width: 200
        },
        {
          "label": "osd通道名是否正确",
          "label": "检测时间",
          "align": "center",
          "prop": "osdNameCorrectText",
          width: 150
        },
        {
          "label": "osd省是否正确",
          "align": "center",
          "prop": "osdProvinceCorrectText",
          width: 150
        },
        {
          "label": "osd市是否正确",
          "align": "center",
          "prop": "osdCityCorrectText",
          width: 150
        },
        {
          "label": "osd区是否正确",
          "align": "center",
          "prop": "osdPartCorrectText",
          width: 150
          "prop": "checkTime",
          width: 200
        },
      ],
      card: [
@@ -1562,11 +1543,8 @@
        {key: 3, label: `osd市`, visible: true},
        {key: 4, label: `osd区`, visible: true},
        {key: 5, label: `osd左下角`, visible: true},
        {key: 6, label: `osd时间是否正确`, visible: true},
        {key: 7, label: `osd通道名是否正确`, visible: true},
        {key: 7, label: `osd省是否正确`, visible: true},
        {key: 7, label: `osd市是否正确`, visible: true},
        {key: 7, label: `osd区是否正确`, visible: true},
        {key: 6, label: `osd时间`, visible: true},
        {key: 7, label: `检测时间`, visible: true},
      ],
    },
    {
@@ -1842,6 +1820,12 @@
              label: '无数据'
            },
            {
              label: '数据突降'
            },
            {
              label: '数据量少'
            },
            {
              label: '视图库对接稳定性'
            },
          ]
@@ -1868,7 +1852,7 @@
      optionsStatus: true,
    },
    {
      title: '点位在线率',
      title: '车辆点位在线率',
      index: 'site_online',
      columns: [
        {
@@ -1912,6 +1896,12 @@
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          label: '离线时间点',
          align: 'center',
          prop: 'offLineTimeStr',
          width: 400,
        },
        {
          label: '监测时间',
@@ -2972,6 +2962,12 @@
                label: '无数据'
              },
              {
                label: '数据突降'
              },
              {
                label: '数据量少'
              },
              {
                label: '视图库对接稳定性'
              },
            ]
@@ -2998,7 +2994,7 @@
        optionsStatus: true,
      },
      {
        title: '点位在线率',
        title: '人脸点位在线率',
        index: 'site_online',
        columns: [
          {
@@ -3044,6 +3040,12 @@
            width: 200,
          },
          {
            label: '离线时间点',
            align: 'center',
            prop: 'offLineTimeStr',
            width: 400,
          },
          {
            label: '监测时间',
            align: 'center',
            prop: 'mongoCreateTime',