Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
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
fengzhaoyu
mingPayPc
Commits
17d81982
Commit
17d81982
authored
Jul 02, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间戳问题修改
parent
792c8cf4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+1
-1
RecordsOfConsumption.vue
...mponents/pages/PaymentManagement/RecordsOfConsumption.vue
+1
-1
ViewAllowances.vue
src/components/pages/PaymentManagement/ViewAllowances.vue
+5
-5
No files found.
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
17d81982
...
...
@@ -36,7 +36,7 @@
{{
returnStatus
(
orderStatus
)
}}
</span>
<span
slot=
"createTime"
slot-scope=
"createTime"
>
{{
createTime
ToStr
(
createTime
)
}}
{{
createTime
}}
</span>
<span
slot=
"remark"
>
备注
</span>
</a-table>
...
...
src/components/pages/PaymentManagement/RecordsOfConsumption.vue
View file @
17d81982
...
...
@@ -36,7 +36,7 @@
</span>
<span
slot=
"remark"
>
备注
</span>
<span
slot=
"createTime"
slot-scope=
"createTime"
>
{{
createTime
ToStr
(
createTime
)
}}
{{
createTime
}}
</span>
<span
slot=
"action"
slot-scope=
"text, record, index"
class=
"operationTable"
>
<a
v-if=
"record.orderStatus === MINGPAY_RECORDS_STATUS.SUCCESS"
href=
"javascript:;"
@
click=
"refundModal(record, text, index)"
>
退款
</a>
...
...
src/components/pages/PaymentManagement/ViewAllowances.vue
View file @
17d81982
...
...
@@ -11,8 +11,8 @@
<span
slot=
"endTime"
slot-scope=
"endTime"
>
{{
timeToStr
(
endTime
)
}}
</span>
<span
slot=
"creatTime"
slot-scope=
"creatTime"
>
{{
timeToStr
(
creatTime
)
}}
<span
slot=
"creatTime"
slot-scope=
"creat
e
Time"
>
{{
timeToStr
(
creat
e
Time
)
}}
</span>
</a-table>
</div>
...
...
@@ -41,8 +41,8 @@ export default {
scopedSlots
:
{
customRender
:
'endTime'
}
},
{
title
:
'创建日期'
,
dataIndex
:
'creatTime'
,
scopedSlots
:
{
customRender
:
'creatTime'
}
dataIndex
:
'creat
e
Time'
,
scopedSlots
:
{
customRender
:
'creat
e
Time'
}
}],
pagination
:
{
current
:
1
,
...
...
@@ -82,7 +82,7 @@ export default {
let
date
=
timeData
.
getDate
()
let
hour
=
timeData
.
getHours
()
let
minute
=
timeData
.
getMinutes
()
return
`
${
year
}
年
${
month
}
月
${
date
}
日
${
hour
}
:
${
minute
}
`
return
`
${
year
}
年
${
month
}
月
${
date
}
日`
},
handleTableChange
(
pagination
,
filters
,
sorter
)
{
this
.
pagination
.
current
=
pagination
.
current
...
...
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