feat: opt exec log

This commit is contained in:
engigu
2026-01-01 14:56:48 +08:00
parent 756ba1e0ea
commit 433c586f2a
2 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ watch(() => route.query.task_id, (newTaskId) => {
</span>
</span>
<span class="w-16 text-right shrink-0 text-muted-foreground text-xs">{{ formatDuration(log.duration) }}</span>
<span v-if="!selectedLog" class="w-40 text-right shrink-0 text-muted-foreground text-xs hidden md:block">{{ log.created_at }}</span>
<span v-if="!selectedLog" class="w-40 text-right shrink-0 text-muted-foreground text-xs hidden md:block">{{ log.start_time || log.created_at }}</span>
</div>
</div>
</div>