//时间戳转为标准时间
new Date(row.create_time * 1000).format(
"yyyy-MM-dd hh:mm:ss"
)
//标准时间转换为时间戳 this.execute_time = parseInt(Date.parse(this.execute_time) / 1000)

//时间戳转为标准时间
new Date(row.create_time * 1000).format(
"yyyy-MM-dd hh:mm:ss"
)
//标准时间转换为时间戳 this.execute_time = parseInt(Date.parse(this.execute_time) / 1000)