heyujie
2021-06-22 528538d12fc32e1d4c85844153616372b5e677bf
label相关
2个文件已修改
13 ■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -319,7 +319,6 @@
  updateVideoAnalyze,
  getlst,
  getLabelMap,
  delLabel,
  getEventVideo,
} from "@/api/shuohuang";
import VideoAnalyze from "./videoAnalyze";
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -741,10 +741,10 @@
    removeCurLabel(mark) {
      let _this = this;
      let obj = {
        Desc: mark.Desc,
        ParentUniqID: mark.ParentUniqID,
        Time: mark.Time,
        ParentID: mark.ParentID
        ID: mark.ID,
        // ParentUniqID: mark.ParentUniqID,
        // Time: mark.Time,
        // ParentID: mark.ParentID
      };
      delLabel(obj).then((rsp) => {
        if (rsp && rsp.success) {
@@ -907,7 +907,7 @@
              height: 8px;
              width: 6px;
              z-index: 1;
              background-color: lightcoral;
              background-color:yellowgreen ;
              cursor: pointer;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
@@ -917,7 +917,7 @@
              height: 8px;
              width: 6px;
              z-index: 1;
              background-color: yellowgreen;
              background-color: lightcoral;
              cursor: pointer;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);