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
f2fd0e82
Commit
f2fd0e82
authored
Oct 12, 2018
by
向童
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间处理
parent
57fd8c24
Show 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 @
f2fd0e82
...
...
@@ -231,14 +231,16 @@ export default {
name
:
data
.
row
.
name
,
userCount
:
data
.
row
.
userCount
,
categoryName
:
categoryName
.
join
(
'; '
),
beginDate
:
this
.
$formatDate
(
new
Date
(
data
.
row
.
beginDate
),
'yyyy-MM-dd hh:mm:ss'
),
endDate
:
this
.
$formatDate
(
new
Date
(
data
.
row
.
endDate
),
'yyyy-MM-dd hh:mm:ss'
),
// beginDate: this.$formatDate(
// new Date(data.row.beginDate),
// 'yyyy-MM-dd hh:mm:ss'
// ),
// endDate: this.$formatDate(
// new Date(data.row.endDate),
// 'yyyy-MM-dd hh:mm:ss'
// ),
beginDate
:
data
.
row
.
beginDate
,
endDate
:
data
.
row
.
endDate
,
lineDescription
:
data
.
row
.
lineDescription
,
dealName
:
data
.
row
.
dealName
||
this
.
userInfo
.
name
,
carPlate
:
data
.
row
.
carPlate
,
...
...
@@ -348,14 +350,17 @@ export default {
name
:
data
.
row
.
name
,
userCount
:
data
.
row
.
userCount
,
categoryName
:
categoryName
.
join
(
'; '
),
beginDate
:
this
.
$formatDate
(
new
Date
(
data
.
row
.
beginDate
),
'yyyy-MM-dd hh:mm:ss'
),
endDate
:
this
.
$formatDate
(
new
Date
(
data
.
row
.
endDate
),
'yyyy-MM-dd hh:mm:ss'
),
// beginDate: this.$formatDate(
// new Date(data.row.beginDate),
// 'yyyy-MM-dd hh:mm:ss'
// ),
// endDate: this.$formatDate(
// new Date(data.row.endDate),
// 'yyyy-MM-dd hh:mm:ss'
// ),
beginDate
:
data
.
row
.
beginDate
,
endDate
:
data
.
row
.
endDate
,
lineDescription
:
data
.
row
.
lineDescription
,
dealName
:
data
.
row
.
dealName
,
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