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',
}
},
// 全局页脚