feature(web): 优化 web 界面显示

时间字段展示、集群展示等
This commit is contained in:
2023-06-01 14:02:18 +08:00
parent 001e8d3e5f
commit 7768b427aa
5 changed files with 51 additions and 50 deletions

View File

@@ -16,9 +16,7 @@ function runningTable(name) {
{
name: 'createTime',
label: '创建时间',
type: 'tpl',
tpl: timeAndFrom('createTime', 'createTimeFromNow', undefined, false),
align: 'center',
...timeAndFrom('createTime', 'createTimeFromNow', undefined, false),
width: 70,
},
]