Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AI推理平台
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lichunliang
AI推理平台
Commits
3ae172f8
Commit
3ae172f8
authored
Apr 21, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回放隐藏
parent
88e658ee
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
index.vue
src/views/VideoAnalysisTask/index.vue
+2
-4
index.vue
src/views/_builtin/demo/index.vue
+2
-1
index.vue
src/views/home/index.vue
+2
-2
No files found.
src/views/VideoAnalysisTask/index.vue
View file @
3ae172f8
...
...
@@ -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'
}
"
>
...
...
src/views/_builtin/demo/index.vue
View file @
3ae172f8
...
...
@@ -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>
...
...
src/views/home/index.vue
View file @
3ae172f8
...
...
@@ -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>
<!-- 图片区域 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment