fix: 主机运行时长格式化天时分秒
This commit is contained in:
@@ -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',
|
||||
}
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
|
||||
Reference in New Issue
Block a user