新增: TaskDetail任务产出与AI自审结论展示(output_json解析+review红绿标)

This commit is contained in:
2026-06-16 22:41:05 +08:00
parent c10adaf0b0
commit 741b0b9d0c
4 changed files with 118 additions and 0 deletions

View File

@@ -18,6 +18,13 @@ export default {
assignee: 'Assignee',
baseBranch: 'Base Branch',
workflowDef: 'Workflow Definition',
// F-AiNodeSelfReview: task output + AI self-review verdict
output: 'Output',
review: {
pass: 'Review Passed',
fail: 'Review Failed',
unknown: 'Review Inconclusive',
},
reviewRounds: 'Review Round {n}',
createdAt: 'Created At',
updatedAt: 'Updated At',