mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-12 00:27:50 +08:00
修复云端录像详情页时间显示错误
This commit is contained in:
parent
b6e604f244
commit
78c2b5a63d
@ -349,7 +349,10 @@
|
||||
this.$router.back()
|
||||
},
|
||||
getFileShowName(item) {
|
||||
return moment.unix(item.startTime).format('HH:mm:ss') + "-" + moment.unix(item.endTime).format('HH:mm:ss')
|
||||
console.log("getFileShowName")
|
||||
console.log(item.startTime)
|
||||
console.log(item.endTime)
|
||||
return moment(item.startTime).format('HH:mm:ss') + "-" + moment(item.endTime).format('HH:mm:ss')
|
||||
},
|
||||
chooseMediaChange() {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user