mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
Fix bug: display uptime
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
+3
-1
@@ -69,7 +69,9 @@ export default {
|
||||
title: 'Uptime',
|
||||
key: 'uptime',
|
||||
sortable: true,
|
||||
render: (h, params) => '%t'.format(params.row.uptime)
|
||||
render: (h, params) => {
|
||||
return h('div', '%t'.format(params.row.uptime));
|
||||
}
|
||||
}, {
|
||||
title: 'Description',
|
||||
key: 'description'
|
||||
|
||||
Reference in New Issue
Block a user