hanbaoshan
2021-02-25 77ea6f71e7532e89b974bcb65ce5a6b67a680ddb
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -485,7 +485,20 @@
        } else {
          _this.tabTotal = res.total;
          _this.tabData = res.data;
          _this.tabData = _this.tabData.map(function (item) {
            const set = new Set()
            item.LableLst.forEach(function (label) {
              label.Desc.split(",").forEach(function (d) {
                set.add(d)
              })
            })
            const lblst = []
            set.forEach(function (d) {
              lblst.push({ Desc: d })
            })
            item.LableLst = lblst
            return item
          })
        }
      });
    },
@@ -873,7 +886,7 @@
        text-align: left;
        border: 1px solid #dedede;
        border-radius: 5px;
        //height: 390px;
        height: 420px;
        .video-wrap {
          border-radius: 3px;
          width: 100%;