Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cdsf-static-bg
Project
Overview
Details
Activity
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
姜雷
cdsf-static-bg
Commits
94b9f2cf
Commit
94b9f2cf
authored
Oct 12, 2018
by
向童
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 'test'
时间处理 See merge request
!4
parents
1831f2c8
f2fd0e82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
publicCar.vue
src/containers/management/publicCar/publicCar.vue
+21
-16
No files found.
src/containers/management/publicCar/publicCar.vue
View file @
94b9f2cf
...
@@ -231,14 +231,16 @@ export default {
...
@@ -231,14 +231,16 @@ export default {
name
:
data
.
row
.
name
,
name
:
data
.
row
.
name
,
userCount
:
data
.
row
.
userCount
,
userCount
:
data
.
row
.
userCount
,
categoryName
:
categoryName
.
join
(
'; '
),
categoryName
:
categoryName
.
join
(
'; '
),
beginDate
:
this
.
$formatDate
(
// beginDate: this.$formatDate(
new
Date
(
data
.
row
.
beginDate
),
// new Date(data.row.beginDate),
'yyyy-MM-dd hh:mm:ss'
// 'yyyy-MM-dd hh:mm:ss'
),
// ),
endDate
:
this
.
$formatDate
(
// endDate: this.$formatDate(
new
Date
(
data
.
row
.
endDate
),
// new Date(data.row.endDate),
'yyyy-MM-dd hh:mm:ss'
// 'yyyy-MM-dd hh:mm:ss'
),
// ),
beginDate
:
data
.
row
.
beginDate
,
endDate
:
data
.
row
.
endDate
,
lineDescription
:
data
.
row
.
lineDescription
,
lineDescription
:
data
.
row
.
lineDescription
,
dealName
:
data
.
row
.
dealName
||
this
.
userInfo
.
name
,
dealName
:
data
.
row
.
dealName
||
this
.
userInfo
.
name
,
carPlate
:
data
.
row
.
carPlate
,
carPlate
:
data
.
row
.
carPlate
,
...
@@ -348,14 +350,17 @@ export default {
...
@@ -348,14 +350,17 @@ export default {
name
:
data
.
row
.
name
,
name
:
data
.
row
.
name
,
userCount
:
data
.
row
.
userCount
,
userCount
:
data
.
row
.
userCount
,
categoryName
:
categoryName
.
join
(
'; '
),
categoryName
:
categoryName
.
join
(
'; '
),
beginDate
:
this
.
$formatDate
(
// beginDate: this.$formatDate(
new
Date
(
data
.
row
.
beginDate
),
// new Date(data.row.beginDate),
'yyyy-MM-dd hh:mm:ss'
// 'yyyy-MM-dd hh:mm:ss'
),
// ),
endDate
:
this
.
$formatDate
(
// endDate: this.$formatDate(
new
Date
(
data
.
row
.
endDate
),
// new Date(data.row.endDate),
'yyyy-MM-dd hh:mm:ss'
// 'yyyy-MM-dd hh:mm:ss'
),
// ),
beginDate
:
data
.
row
.
beginDate
,
endDate
:
data
.
row
.
endDate
,
lineDescription
:
data
.
row
.
lineDescription
,
lineDescription
:
data
.
row
.
lineDescription
,
dealName
:
data
.
row
.
dealName
,
dealName
:
data
.
row
.
dealName
,
carPlate
:
data
.
row
.
carPlate
,
carPlate
:
data
.
row
.
carPlate
,
...
...
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