| | |
| | | updateVideoAnalyze, |
| | | getlst, |
| | | getLabelMap, |
| | | delLabel, |
| | | getEventVideo, |
| | | } from "@/api/shuohuang"; |
| | | import VideoAnalyze from "./videoAnalyze"; |
| | |
| | | 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) { |
| | |
| | | height: 8px; |
| | | width: 6px; |
| | | z-index: 1; |
| | | background-color: lightcoral; |
| | | background-color:yellowgreen ; |
| | | cursor: pointer; |
| | | -webkit-transform: translateX(-50%); |
| | | transform: translateX(-50%); |
| | |
| | | height: 8px; |
| | | width: 6px; |
| | | z-index: 1; |
| | | background-color: yellowgreen; |
| | | background-color: lightcoral; |
| | | cursor: pointer; |
| | | -webkit-transform: translateX(-50%); |
| | | transform: translateX(-50%); |