Commit 8ebfd081 by liang ce

津贴详情时间修改

parent 17d81982
......@@ -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>
......
......@@ -11,7 +11,7 @@
<span slot="endTime" slot-scope="endTime">
{{ timeToStr(endTime) }}
</span>
<span slot="creatTime" slot-scope="createTime">
<span slot="createTime" slot-scope="createTime">
{{ timeToStr(createTime) }}
</span>
</a-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment