fix:补充国际化 修改 terminal table显示 NaN的问题

This commit is contained in:
zhangyu
2021-05-13 09:34:32 +08:00
parent 14922bd374
commit a62eac9992
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ export default {
if (record.endTime) {
return calcDurationByStringTimeB(record.startTime, record.endTime)
}
return calcDurationByStringTimeB(record.startTime, this.nowTime)
return ''
}
}
}