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
6da24588
Commit
6da24588
authored
Feb 27, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 摄像头导入模板、算法表单项隐藏
parent
0a2ee537
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
index.vue
src/views/AlgorithmConfiguration/index.vue
+1
-1
index.vue
src/views/VideoAnalysisTask/index.vue
+2
-6
No files found.
src/views/AlgorithmConfiguration/index.vue
View file @
6da24588
...
...
@@ -627,7 +627,7 @@ function downloadFile() {
nextTick
(()
=>
{
const
link
=
document
.
createElement
(
'
a
'
);
link
.
href
=
'
/v1/export/download
'
;
link
.
download
=
'
文件名
.xlsx
'
;
link
.
download
=
'
摄像头导入模板
.xlsx
'
;
document
.
body
.
appendChild
(
link
);
link
.
click
();
document
.
body
.
removeChild
(
link
);
...
...
src/views/VideoAnalysisTask/index.vue
View file @
6da24588
...
...
@@ -1791,7 +1791,7 @@ onMounted(() => {
<
span
style
=
"
margin-left: 30px; color: rgba(148,154,157,0.69);font-size: 13px;line-height: 19px;
"
>
启用后,我们将自动为每个视频片段抓取事件发生前后的视频片段;注意,该功能不能代替完整监控回放
<
/span
>
<
/NFormItem
>
<
NFormItem
required
label
=
"
最小间隔
"
:
style
=
"
{
<
!--
<
NFormItem
required
label
=
"
最小间隔
"
:
style
=
"
{
'--n-feedback-height': '0px'
}
"
>
<
NInput
size
=
"
small
"
v
-
model
:
value
=
"
modifyForm.timeInterval
"
style
=
"
width: 150px
"
placeholder
=
"
最小间隔时间
"
>
...
...
@@ -1803,25 +1803,21 @@ onMounted(() => {
<
NFormItem
required
label
=
"
录制时长
"
:
style
=
"
{
'--n-feedback-height': '0px'
}
"
>
<!--
====================================
滑动块
|
S
-->
<
div
class
=
"
left-slider
"
>
<
NSlider
size
=
"
small
"
v
-
model
:
value
=
"
slider1
"
:
tooltip
=
"
false
"
@
update
:
value
=
"
(val) => {
slider3 = 100 - val;
}
"
/>
<
/div
>
<!--
logo
-->
<
NButton
quaternary
style
=
"
margin: 0px 10px
"
>
<
template
#
icon
>
<
icon
-
ic
:
outline
-
video
-
camera
-
front
class
=
"
text-icon
"
/>
<
/template
>
<
/NButton
>
<!--
<
NSlider
/>
-->
<
div
style
=
"
width: 100px
"
>
<!--
====================================
滑动块
|
S
-->
<
NSlider
size
=
"
small
"
v
-
model
:
value
=
"
slider2
"
:
tooltip
=
"
false
"
/>
<
/div
>
{{
`- ${slider3
}
秒 ~ ${slider2
}
秒`
}}
<
/NFormItem
>
<
/NFormItem>
--
>
<
/NForm
>
<
/div
>
<
/NCard
>
...
...
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