Skip to content

Commit afb8370

Browse files
committed
feat: 为任务列表的任务添加开始时间
1 parent e053e41 commit afb8370

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/views/ProcessView.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@ const handleNestedClick = (node: NodeInfo, attemptIndex: number, nestedIndex: nu
359359
<n-text depth="3" style="font-size: 12px" v-if="task.duration">
360360
耗时: {{ formatDuration(task.duration) }}
361361
</n-text>
362+
<n-text depth="3" style="font-size: 12px" v-if="task.start_time">
363+
时间: {{ task.start_time }}
364+
</n-text>
362365
</n-flex>
363366
</n-flex>
364367
</n-list-item>

0 commit comments

Comments
 (0)