Commit 3ae172f8 authored by xinzhedeai's avatar xinzhedeai

回放隐藏

parent 88e658ee
......@@ -1782,15 +1782,13 @@ onMounted(() => {
<!-- ======================================================= 视频截屏时间段 -->
<div style="background: #f5f6ff; padding: 0px 10px; margin-top: 5px">
<NForm label-placement="left">
<NFormItem required label="启动状态" :style="{
<!-- <NFormItem required label="启动状态" :style="{
'--n-feedback-height': '0px'
}">
<NSwitch :round="false" size="small" v-model:value="modifyForm.isGrab" />
<!-- 标题 -->
<span
style="margin-left: 30px; color: rgba(148,154,157,0.69);font-size: 13px;line-height: 19px;">启用后,我们将自动为每个视频片段抓取事件发生前后的视频片段;注意,该功能不能代替完整监控回放</span>
</NFormItem>
</NFormItem> -->
<NFormItem required label="最小间隔" :style="{
'--n-feedback-height': '0px'
}">
......
......@@ -94,7 +94,8 @@
<div @click="() => modifyAlramStatus(cLogInfo.id, '1')" class="success-btn"></div>
<div @click="() => modifyAlramStatus(cLogInfo.id, '2')" class="error-btn"></div>
</NSpace>
<div @click="isVideoPlayer = true" class="video-btn"></div>
<!-- 报警回放按钮 -->
<!-- <div @click="isVideoPlayer = true" class="video-btn"></div> -->
</div>
</div>
</NModal>
......
......@@ -407,7 +407,7 @@ onMounted(() => {
<span>{{ cLogInfo.createTime }}</span>
</NSpace>
</NFlex>
<NButton @click.stop="() => {
<!-- <NButton @click.stop="() => {
isDefaultPreview = false;
}" strong type="info" size="small">
......@@ -415,7 +415,7 @@ onMounted(() => {
<icon-ic:baseline-slow-motion-video class="text-icon" />
</template>
回放
</NButton>
</NButton> -->
</NFlex>
</template>
<!-- 图片区域 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment