| 任务 | -类型 | -状态 | -耗时 | -
|---|---|---|---|
| - 暂无任务 - | -|||
+ {{ isLoading ? '加载中' : `共 ${tasks.length} 个任务` }} +
+| 任务 | +图片 | +类型 | +状态 | +耗时 | +创建时间 | +操作 | +
|---|---|---|---|---|---|---|
| + 暂无任务 + | +||||||
| + #{{ task.id }} + | +
+
+ {{ baseName(task.sourcePath) }}
+
+
+ {{ task.sourcePath }}
+
+ |
+ + {{ operationLabel(task.operation) }} + | ++ + {{ statusLabel(task.status) }} + + | ++ {{ formatDuration(task.durationMs) }} + | ++ {{ formatDate(task.createdAt) }} + | +
+
+
+
+
+ |
+
输出路径
++ {{ selectedResult?.outputPath || '-' }} +
+失败原因
++ {{ selectedTask.errorMessage }} +
+