Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
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
caicaicai
卡车调度系统
Commits
b6ab1342
Commit
b6ab1342
authored
Nov 03, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6181b0c3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
EZUIKitJs.vue
src/components/ezuikit/EZUIKitJs.vue
+8
-0
carsEZUIKitJs.vue
src/components/ezuikit/carsEZUIKitJs.vue
+8
-0
index.vue
...ws/system/dataDictionary/largeScreenMenuDispose/index.vue
+1
-1
No files found.
src/components/ezuikit/EZUIKitJs.vue
View file @
b6ab1342
...
@@ -117,6 +117,7 @@ export default {
...
@@ -117,6 +117,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
videoAlarmAllTimer
:
null
,
imgSrcStart
:
process
.
env
.
VUE_APP_LOCAL_API2
,
imgSrcStart
:
process
.
env
.
VUE_APP_LOCAL_API2
,
iframeSrc
:
''
,
iframeSrc
:
''
,
defaultIframeSrc
:
'
http://oa.gemho.cn:8088/808gps/open/player/video.html?lang=zh&channel=9&account=admin&password=admin&vehiIdno=
'
,
defaultIframeSrc
:
'
http://oa.gemho.cn:8088/808gps/open/player/video.html?lang=zh&channel=9&account=admin&password=admin&vehiIdno=
'
,
...
@@ -154,6 +155,9 @@ export default {
...
@@ -154,6 +155,9 @@ export default {
mounted
()
{
mounted
()
{
this
.
getCode
();
this
.
getCode
();
this
.
aiTabPositionFn
();
this
.
aiTabPositionFn
();
this
.
videoAlarmAllTimer
=
setInterval
(()
=>
{
this
.
aiTabPositionFn
(
this
.
aiTabPosition
);
},
10000
)
},
},
methods
:
{
methods
:
{
getCode
()
{
getCode
()
{
...
@@ -698,6 +702,10 @@ export default {
...
@@ -698,6 +702,10 @@ export default {
},
},
//销毁
//销毁
beforeDestroy
()
{
beforeDestroy
()
{
if
(
this
.
videoAlarmAllTimer
){
clearInterval
(
this
.
videoAlarmAllTimer
);
this
.
videoAlarmAllTimer
=
null
;
}
this
.
iframeSrc
=
''
;
this
.
iframeSrc
=
''
;
this
.
noPtz
=
false
;
this
.
noPtz
=
false
;
this
.
videoSrcShow
=
false
;
this
.
videoSrcShow
=
false
;
...
...
src/components/ezuikit/carsEZUIKitJs.vue
View file @
b6ab1342
...
@@ -125,6 +125,7 @@ export default {
...
@@ -125,6 +125,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
videoAlarmAllTimer
:
null
,
imgSrcStart
:
process
.
env
.
VUE_APP_LOCAL_API2
,
imgSrcStart
:
process
.
env
.
VUE_APP_LOCAL_API2
,
iframeSrc
:
''
,
iframeSrc
:
''
,
defaultIframeSrc
:
'
http://oa.gemho.cn:8088/808gps/open/player/video.html?lang=zh&channel=9&account=admin&password=admin&vehiIdno=
'
,
defaultIframeSrc
:
'
http://oa.gemho.cn:8088/808gps/open/player/video.html?lang=zh&channel=9&account=admin&password=admin&vehiIdno=
'
,
...
@@ -164,6 +165,9 @@ export default {
...
@@ -164,6 +165,9 @@ export default {
mounted
()
{
mounted
()
{
this
.
getCode
();
this
.
getCode
();
this
.
aiTabPositionFn
();
this
.
aiTabPositionFn
();
this
.
videoAlarmAllTimer
=
setInterval
(()
=>
{
this
.
aiTabPositionFn
(
this
.
aiTabPosition
);
},
10000
)
},
},
methods
:
{
methods
:
{
getCode
()
{
getCode
()
{
...
@@ -728,6 +732,10 @@ export default {
...
@@ -728,6 +732,10 @@ export default {
},
},
//销毁
//销毁
beforeDestroy
()
{
beforeDestroy
()
{
if
(
this
.
videoAlarmAllTimer
){
clearInterval
(
this
.
videoAlarmAllTimer
);
this
.
videoAlarmAllTimer
=
null
;
}
this
.
iframeSrc
=
''
;
this
.
iframeSrc
=
''
;
this
.
noPtz
=
false
;
this
.
noPtz
=
false
;
this
.
videoSrcShow
=
false
;
this
.
videoSrcShow
=
false
;
...
...
src/views/system/dataDictionary/largeScreenMenuDispose/index.vue
View file @
b6ab1342
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<div
class=
"content"
>
<div
class=
"content"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
:row-class-name=
"tableRowClassName"
height=
"75vh"
row-key=
"id"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}">
<el-table
:data=
"tableData"
v-loading=
"loading"
border
:row-class-name=
"tableRowClassName"
height=
"75vh"
row-key=
"id"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}">
<el-table-column
prop=
"title"
label=
"标题"
align=
"center"
></el-table-column>
<el-table-column
prop=
"title"
label=
"标题"
align=
"center"
></el-table-column>
<
el-table-column
prop=
"componentName"
label=
"组件名称"
align=
"center"
></el-table-column
>
<
!--
<el-table-column
prop=
"componentName"
label=
"组件名称"
align=
"center"
></el-table-column>
--
>
<el-table-column
prop=
"pos"
label=
"位置"
align=
"center"
:formatter=
"posChange"
></el-table-column>
<el-table-column
prop=
"pos"
label=
"位置"
align=
"center"
:formatter=
"posChange"
></el-table-column>
<el-table-column
prop=
"dsort"
label=
"排序"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dsort"
label=
"排序"
align=
"center"
></el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
align=
"center"
:formatter=
"statusChange"
></el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
align=
"center"
:formatter=
"statusChange"
></el-table-column>
...
...
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