src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -90,7 +90,7 @@ @click="dotJump(item.offset)" ></div> <div v-if="checkType === 2" v-if="checkType === 2 || checkType === 3" class="self-dot" :class=" curVideo.IsOperate == '11' && @@ -727,6 +727,11 @@ item.text.indexOf("仰卧") > -1 ) { this.checkType = 2; } else if ( item.text.indexOf("瞭望") > -1 || item.text.indexOf("人数变化") > -1 ) { this.checkType = 3; } else { this.checkType = 1; }