fix: 主机运行时长格式化天时分秒

This commit is contained in:
TsMask
2023-10-23 19:16:34 +08:00
parent 92c71958ae
commit 28f487aff6
3 changed files with 50 additions and 2 deletions

View File

@@ -42,6 +42,16 @@ export default {
},
rowId: 'RowID',
operate: 'Operate',
units: {
second: 'Second',
minute: 'Minute',
hour: 'Hour',
day: 'Day',
week: 'Week',
month: 'Month',
year: 'Year',
core: 'Core',
}
},
// 全局页脚

View File

@@ -42,6 +42,17 @@ export default {
},
rowId: '记录编号',
operate: '操作',
units: {
second: '秒',
minute: '分钟',
hour: '小时',
day: '天',
week: '周',
month: '月',
year: '年',
time: '次',
core: '核',
}
},
// 全局页脚