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

@@ -823,7 +823,7 @@ const cn = {
mib: {
mib: 'MIB文件',
fileName: '文件名称',
remark: '备注',
description: '备注',
updateUser: '更新用户',
updateAt: '更新时间',
editMib: '编辑MIB',

View File

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