feat: 增加任务耗时展示
This commit is contained in:
@@ -41,6 +41,13 @@ function TaskList() {
|
||||
width: 100,
|
||||
...remoteMappings('task_status', 'status'),
|
||||
},
|
||||
{
|
||||
label: '耗时',
|
||||
type: 'tpl',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
tpl: "${IF(costText, costText, '/')}",
|
||||
},
|
||||
{
|
||||
name: 'launchedTime',
|
||||
label: '启动时间',
|
||||
|
||||
Reference in New Issue
Block a user