From 9a021ddd9d8506936409fcecb8c66410391e4a76 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 12 Sep 2025 16:15:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leopard-web/src/pages/task/TaskList.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: '耗时',