📊 研发流程可视化
{{ completedSteps }}/{{ totalSteps }} 已完成{{ index + 1 }}
{{ step.name }}
{{ step.agent }}
{{ step.progress }}%
✅ 待办任务中心
{{ task.title }}
{{ getPriorityText(task.priority) }}
{{ todoCount }}
待处理
{{ inProgressCount }}
进行中
{{ completedCount }}
已完成
{{ overdueCount }}
已逾期
🔧 节点状态监控
共 {{ nodes.length }} 个节点
{{ runningNodes }}
运行中
{{ successNodes }}
成功
{{ failedNodes }}
失败
{{ pendingNodes }}
等待中
{{ node.name }}
{{ getStatusBadge(node.status) }}
类型:
{{ node.type }}
耗时:
{{ node.duration }}
负责人:
{{ node.owner }}