diff --git a/components/dashboard/network-timeline.tsx b/components/dashboard/network-timeline.tsx index e56393b..f4dad58 100644 --- a/components/dashboard/network-timeline.tsx +++ b/components/dashboard/network-timeline.tsx @@ -1478,7 +1478,7 @@ ${task.status === 'IN_PROGRESS' ? `进度: ${task.progress}%` : ''}
更新时间: {formatDateTime(taskTimes.updatedAt)}
)} {taskTimes.startTime && taskTimes.endTime && ( -
执行时长: {formatTime(task.executionTime)}
+
执行时长: {formatTime(task.executionTime)}
)}