fuliqi
2024-12-02 6660790baa07aad61d552e6af63a898af06afc62
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},
@@ -1358,6 +1365,12 @@
          width: 200
        },
        {
          "label": "品牌",
          "align": "center",
          "prop": "deviceBrandStr",
          width: 150
        },
        {
          "label": "osd省",
          "align": "center",
          "prop": "osdProvince",
@@ -1868,7 +1881,7 @@
      optionsStatus: true,
    },
    {
      title: '点位在线率',
      title: '车辆点位在线率',
      index: 'site_online',
      columns: [
        {
@@ -1912,6 +1925,12 @@
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          label: '离线时间点',
          align: 'center',
          prop: 'offLineTimeStr',
          width: 400,
        },
        {
          label: '监测时间',
@@ -2998,7 +3017,7 @@
        optionsStatus: true,
      },
      {
        title: '点位在线率',
        title: '人脸点位在线率',
        index: 'site_online',
        columns: [
          {
@@ -3044,6 +3063,12 @@
            width: 200,
          },
          {
            label: '离线时间点',
            align: 'center',
            prop: 'offLineTimeStr',
            width: 400,
          },
          {
            label: '监测时间',
            align: 'center',
            prop: 'mongoCreateTime',