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
4cf569e0
Commit
4cf569e0
authored
Oct 25, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ca0e7a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
index.vue
src/views/carManagement/carTrajectory/index.vue
+10
-1
No files found.
src/views/carManagement/carTrajectory/index.vue
View file @
4cf569e0
...
@@ -26,7 +26,16 @@
...
@@ -26,7 +26,16 @@
<br>
<br>
<el-form-item
label=
"轨迹时间点"
style=
"display: inline-block;"
>
<el-form-item
label=
"轨迹时间点"
style=
"display: inline-block;"
>
<el-date-picker
v-model=
"trajectoryTimePoint"
type=
"datetime"
:placeholder=
"trajectoryTimePointPlaceholder"
></el-date-picker>
<el-date-picker
v-model=
"trajectoryTimePoint"
type=
"datetime"
:placeholder=
"trajectoryTimePointPlaceholder"
:picker-options=
"
{
disabledDate (time) {
return time.getTime() >= query.eTime || time.getTime()
<
query
.
bTime
//选当前时间之前的时间
}
}"
></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>
...
...
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