diff --git a/leopard-web/src/pages/task/TaskList.tsx b/leopard-web/src/pages/task/TaskList.tsx index 5639263..8e603d8 100644 --- a/leopard-web/src/pages/task/TaskList.tsx +++ b/leopard-web/src/pages/task/TaskList.tsx @@ -23,6 +23,7 @@ function TaskList() { }, }, }, + interval: 30000, ...crudCommonOptions(), ...paginationTemplate(15), columns: [ @@ -38,6 +39,7 @@ function TaskList() { { name: 'status', label: '状态', + align: 'center', width: 100, ...remoteMappings('task_status', 'status'), }, @@ -45,7 +47,7 @@ function TaskList() { name: 'step', label: '进度', type: 'progress', - showLabel: false, + width: 200, }, { label: '耗时',