标签: vue.js vue-component
将时间戳转换为日期,
createDate() { const { props: { data: { timestamp } } } = this.incident; return timestamp; },
当前时间为7/10/2019 11:30 PM,但预计为2019年7月10日23:30