Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
youjj
cloud-platform-ui
Commits
d96b416c
Commit
d96b416c
authored
May 29, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改展示
parent
75e08b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.vue
src/views/vehicle/vehicleDepartureLog/index.vue
+7
-7
No files found.
src/views/vehicle/vehicleDepartureLog/index.vue
View file @
d96b416c
...
...
@@ -91,7 +91,7 @@
<span>
{{
scope
.
row
.
arrivalTime
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"1
0
0"
align=
"center"
label=
"本次出行天数"
>
<el-table-column
width=
"1
5
0"
align=
"center"
label=
"本次出行天数"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
departureDay
}}
</span>
</
template
>
...
...
@@ -223,12 +223,12 @@
methods
:
{
handleFilter
()
{
this
.
getList
();
//
if (this.listQuery.numberPlate) {
//
statistic({numberPlate: this.listQuery.numberPlate}).then(response => {
//
this.statisticData = response.data;
//
});
//
this.statisticVisiable = true;
//
}
if
(
this
.
listQuery
.
numberPlate
)
{
statistic
({
numberPlate
:
this
.
listQuery
.
numberPlate
}).
then
(
response
=>
{
this
.
statisticData
=
response
.
data
;
});
this
.
statisticVisiable
=
true
;
}
},
dateToString
:
function
(
date
){
var
year
=
date
.
getFullYear
();
...
...
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