1
0

feat: 增加任务耗时展示

This commit is contained in:
2025-09-07 11:56:00 +08:00
parent 5b6e4fa153
commit 7f2aa07d18
3 changed files with 66 additions and 22 deletions

View File

@@ -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: '启动时间',