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
e88cff0e
Commit
e88cff0e
authored
Oct 10, 2019
by
xiaosl
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'base-modify' of
http://113.105.137.151:22280/youjj/cloud-platform-ui
into base-modify
parents
fc017b64
091b6665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
src/views/vehicle/vehicleCount/index.vue
+7
-1
No files found.
src/views/vehicle/vehicleCount/index.vue
View file @
e88cff0e
...
@@ -117,6 +117,12 @@
...
@@ -117,6 +117,12 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"130"
align=
"center"
label=
"已取消"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
cancelNum
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"220"
align=
"center"
label=
"日期"
>
<el-table-column
width=
"220"
align=
"center"
label=
"日期"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
countDate
}}
</span>
<span>
{{
scope
.
row
.
countDate
}}
</span>
...
@@ -150,7 +156,7 @@
...
@@ -150,7 +156,7 @@
{
'id'
:
3
,
"name"
:
"内部用车"
}
{
'id'
:
3
,
"name"
:
"内部用车"
}
],
],
list
:
[],
list
:
[],
header
:
[
'序号'
,
'类型'
,
'应交车'
,
'提前交车'
,
'正常交车'
,
'延期交车'
,
'应还车'
,
'提前还车'
,
'正常还车'
,
'延期还车'
,
'过期未出车'
,
'日期'
],
header
:
[
'序号'
,
'类型'
,
'应交车'
,
'提前交车'
,
'正常交车'
,
'延期交车'
,
'应还车'
,
'提前还车'
,
'正常还车'
,
'延期还车'
,
'过期未出车'
,
'
已取消'
,
'
日期'
],
name
:
'export'
name
:
'export'
}
}
},
},
...
...
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