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
5ca0e7a3
Commit
5ca0e7a3
authored
Oct 25, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fdfac468
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.vue
src/views/carManagement/carTrajectory/index.vue
+4
-2
No files found.
src/views/carManagement/carTrajectory/index.vue
View file @
5ca0e7a3
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<br>
<br>
<el-form-item
label=
"轨迹时间点"
style=
"display: inline-block;"
>
<el-form-item
label=
"轨迹时间点"
style=
"display: inline-block;"
>
<el-
input
v-model=
"trajectoryTimePoint"
></el-input
>
<el-
date-picker
v-model=
"trajectoryTimePoint"
type=
"datetime"
:placeholder=
"trajectoryTimePointPlaceholder"
></el-date-picker
>
</el-form-item>
</el-form-item>
<el-button
style=
"display: inline-block;"
@
click=
"pauseResume()"
>
{{
pauseResumeBoolean
?
'
暂停
'
:
'
继续
'
}}
</el-button>
<el-button
style=
"display: inline-block;"
@
click=
"pauseResume()"
>
{{
pauseResumeBoolean
?
'
暂停
'
:
'
继续
'
}}
</el-button>
...
@@ -94,6 +94,7 @@ export default {
...
@@ -94,6 +94,7 @@ export default {
leadTime
:
false
,
leadTime
:
false
,
//轨迹时间点
//轨迹时间点
trajectoryTimePoint
:
''
,
trajectoryTimePoint
:
''
,
trajectoryTimePointPlaceholder
:
'
轨迹时间点
'
,
//右侧播放时间列表
//右侧播放时间列表
playtimeTableData
:[],
playtimeTableData
:[],
//暂停继续按钮判断
//暂停继续按钮判断
...
@@ -225,6 +226,7 @@ export default {
...
@@ -225,6 +226,7 @@ export default {
this
.
trajectoryTableData
=
[];
this
.
trajectoryTableData
=
[];
this
.
playtimeTableData
=
[];
this
.
playtimeTableData
=
[];
this
.
trajectoryTimePoint
=
''
;
this
.
trajectoryTimePoint
=
''
;
this
.
trajectoryTimePointPlaceholder
=
'
轨迹时间点
'
;
this
.
loadData
();
this
.
loadData
();
this
.
tishiTextShow
=
true
;
this
.
tishiTextShow
=
true
;
this
.
shuaxinTimer
=
new
Date
().
getTime
();
this
.
shuaxinTimer
=
new
Date
().
getTime
();
...
@@ -317,7 +319,7 @@ export default {
...
@@ -317,7 +319,7 @@ export default {
//接收当前进度时间
//接收当前进度时间
progressTimeFn
(
time
){
progressTimeFn
(
time
){
//console.log(time);
//console.log(time);
this
.
trajectoryTimePoint
=
time
;
this
.
trajectoryTimePoint
Placeholder
=
time
;
},
},
// 地图构造完成回调
// 地图构造完成回调
onMapload
(
map
)
{
onMapload
(
map
)
{
...
...
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