fix:补充国际化 修改 terminal table显示 NaN的问题
This commit is contained in:
@@ -823,7 +823,7 @@ const cn = {
|
|||||||
mib: {
|
mib: {
|
||||||
mib: 'MIB文件',
|
mib: 'MIB文件',
|
||||||
fileName: '文件名称',
|
fileName: '文件名称',
|
||||||
remark: '备注',
|
description: '备注',
|
||||||
updateUser: '更新用户',
|
updateUser: '更新用户',
|
||||||
updateAt: '更新时间',
|
updateAt: '更新时间',
|
||||||
editMib: '编辑MIB',
|
editMib: '编辑MIB',
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ export default {
|
|||||||
if (record.endTime) {
|
if (record.endTime) {
|
||||||
return calcDurationByStringTimeB(record.startTime, record.endTime)
|
return calcDurationByStringTimeB(record.startTime, record.endTime)
|
||||||
}
|
}
|
||||||
return calcDurationByStringTimeB(record.startTime, this.nowTime)
|
return ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user