feat: 增加进度显示
This commit is contained in:
@@ -41,6 +41,14 @@ function TaskList() {
|
||||
width: 100,
|
||||
...remoteMappings('task_status', 'status'),
|
||||
},
|
||||
{
|
||||
name: 'step',
|
||||
label: '进度',
|
||||
type: 'progress',
|
||||
stripe: true,
|
||||
animate: true,
|
||||
showLabel: false,
|
||||
},
|
||||
{
|
||||
label: '耗时',
|
||||
type: 'tpl',
|
||||
|
||||
Reference in New Issue
Block a user