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',
|
||||
}
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
|
||||
@@ -42,6 +42,17 @@ export default {
|
||||
},
|
||||
rowId: '记录编号',
|
||||
operate: '操作',
|
||||
units: {
|
||||
second: '秒',
|
||||
minute: '分钟',
|
||||
hour: '小时',
|
||||
day: '天',
|
||||
week: '周',
|
||||
month: '月',
|
||||
year: '年',
|
||||
time: '次',
|
||||
core: '核',
|
||||
}
|
||||
},
|
||||
|
||||
// 全局页脚
|
||||
|
||||
Reference in New Issue
Block a user