Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 691991bb
authored
Jul 20, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
✨
事件检索和违法检索详情页加视频播放功能
1 parent
9c8ef13e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
1 deletions
dist.zip
public/js/version.json
src/assets/scss/common.scss
src/views/search/event.vue
src/views/search/illegal.vue
dist.zip
View file @
691991b
No preview for this file type
public/js/version.json
View file @
691991b
{
"commit"
:
"e099984c055e080adad6a3f2e43fc2b0df9aa893"
,
"commitDate"
:
"2020-7-17 14:52"
,
"buildDate"
:
"2020-7-17 14:53"
,
"version"
:
"2.0.6"
,
"info"
:
"🐛【BUG】修改车道线不能用折线问题 【BUG】检测区域和车道区域用曲线标识 【BUG】优化标定绘制长时间绘制会消失问题 【BUG】修改智能检索图片放大后关闭按钮标识不明显问题"
}
\ No newline at end of file
\ No newline at end of file
{
"commit"
:
"9c8ef13e0df6cc663dfbeccec82bed44242aafe3"
,
"commitDate"
:
"2020-7-17 18:21"
,
"buildDate"
:
"2020-7-20 16:39"
,
"version"
:
"2.0.6"
,
"info"
:
"feat✨ 增加特殊车辆字段"
}
\ No newline at end of file
\ No newline at end of file
src/assets/scss/common.scss
View file @
691991b
...
@@ -92,6 +92,8 @@ a:active{
...
@@ -92,6 +92,8 @@ a:active{
.no-btn
{
.no-btn
{
color
:
#cccccc
;
color
:
#cccccc
;
}
}
.no-video-btn
{
}
.custom-tree-node
{
.custom-tree-node
{
width
:
100%
;
width
:
100%
;
}
}
...
@@ -148,6 +150,9 @@ a:active{
...
@@ -148,6 +150,9 @@ a:active{
.leftButton
{
.leftButton
{
float
:
left
;
float
:
left
;
}
}
.playButton
{
float
:
left
;
}
.detaiCon
span
{
.detaiCon
span
{
display
:
inline-block
;
display
:
inline-block
;
width
:
120px
;
width
:
120px
;
...
...
src/views/search/event.vue
View file @
691991b
...
@@ -263,6 +263,18 @@
...
@@ -263,6 +263,18 @@
<el-button
type=
"danger"
@
click=
"detailDel"
class=
"leftButton"
<el-button
type=
"danger"
@
click=
"detailDel"
class=
"leftButton"
>
删 除
</el-button
>
删 除
</el-button
>
>
<el-button
@
click=
"playFun('1', detailObj)"
:disabled=
"
detailObj.video && detailObj.video[0].src_url != '' ? false : true
"
:class=
"{
playButton: true,
'no-video-btn':
detailObj.video && detailObj.video[0].src_url != '' ? false : true
}"
>
播 放
</el-button
>
<el-button
type=
"primary"
@
click=
"leftFun"
>
上一条
</el-button>
<el-button
type=
"primary"
@
click=
"leftFun"
>
上一条
</el-button>
<el-button
type=
"primary"
@
click=
"rightFun"
>
下一条
</el-button>
<el-button
type=
"primary"
@
click=
"rightFun"
>
下一条
</el-button>
<el-button
@
click=
"detailVisible = false"
>
关 闭
</el-button>
<el-button
@
click=
"detailVisible = false"
>
关 闭
</el-button>
...
...
src/views/search/illegal.vue
View file @
691991b
...
@@ -336,6 +336,18 @@
...
@@ -336,6 +336,18 @@
<el-button
type=
"danger"
@
click=
"detailDel"
class=
"leftButton"
<el-button
type=
"danger"
@
click=
"detailDel"
class=
"leftButton"
>
删 除
</el-button
>
删 除
</el-button
>
>
<el-button
@
click=
"playFun('1', detailObj)"
:disabled=
"
detailObj.video && detailObj.video[0].src_url != '' ? false : true
"
:class=
"{
playButton: true,
'no-video-btn':
detailObj.video && detailObj.video[0].src_url != '' ? false : true
}"
>
播 放
</el-button
>
<el-button
type=
"primary"
@
click=
"leftFun"
>
上一条
</el-button>
<el-button
type=
"primary"
@
click=
"leftFun"
>
上一条
</el-button>
<el-button
type=
"primary"
@
click=
"rightFun"
>
下一条
</el-button>
<el-button
type=
"primary"
@
click=
"rightFun"
>
下一条
</el-button>
<el-button
@
click=
"detailVisible = false"
>
关 闭
</el-button>
<el-button
@
click=
"detailVisible = false"
>
关 闭
</el-button>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment