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
8ebfd081
Commit
8ebfd081
authored
Jul 03, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
津贴详情时间修改
parent
17d81982
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
28 deletions
+1
-28
AllowanceDetails.vue
src/components/pages/PaymentManagement/AllowanceDetails.vue
+0
-27
ViewAllowances.vue
src/components/pages/PaymentManagement/ViewAllowances.vue
+1
-1
No files found.
src/components/pages/PaymentManagement/AllowanceDetails.vue
View file @
8ebfd081
...
...
@@ -67,33 +67,6 @@ export default {
back
()
{
this
.
$router
.
go
(
-
1
)
}
// querySubsidyList () {
// let SubsidyListData = this.$qs.stringify({
// userId: this.userId,
// currentPage: this.pagination.current,
// pageNumber: this.pagination.defaultPageSize,
// orgId: sessionStorage.getItem('corpId')
// })
// this.$http.get(`/v1/account/query_subsidyList_by_user_id?${SubsidyListData}`).then((res) => {
// let data = res.data.data
// this.subsidyList = data.recordList
// this.pagination.total = parseInt(data.totalCount)
// })
// },
// // 表格时间处理
// timeToStr (time) {
// let timeData = new Date(parseInt(time))
// let year = timeData.getFullYear()
// let month = timeData.getMonth() + 1
// let date = timeData.getDate()
// let hour = timeData.getHours()
// let minute = timeData.getMinutes()
// return `${year}年${month}月${date}日 ${hour}:${minute}`
// },
// handleTableChange (pagination, filters, sorter) {
// this.pagination.current = pagination.current
// this.querySubsidyList()
// }
}
}
</
script
>
...
...
src/components/pages/PaymentManagement/ViewAllowances.vue
View file @
8ebfd081
...
...
@@ -11,7 +11,7 @@
<span
slot=
"endTime"
slot-scope=
"endTime"
>
{{
timeToStr
(
endTime
)
}}
</span>
<span
slot=
"creatTime"
slot-scope=
"createTime"
>
<span
slot=
"creat
e
Time"
slot-scope=
"createTime"
>
{{
timeToStr
(
createTime
)
}}
</span>
</a-table>
...
...
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