📊 项目进度详情

项目名称: {{ summary.projectName }}
空间总数: {{ summary.totalSpaces }} 个
已完成空间: {{ summary.spacesWithDeliverables }} / {{ summary.totalSpaces }}
整体完成率 {{ summary.overallCompletionRate }}% {{ getOverallStatusLabel() }}
交付文件统计
🏗️ 白模 {{ summary.totalByType.whiteModel }}
🎨 软装 {{ summary.totalByType.softDecor }}
🖼️ 渲染 {{ summary.totalByType.rendering }}
✨ 后期 {{ summary.totalByType.postProcess }}
总计:{{ summary.totalDeliverableFiles }} 个文件
各阶段进度明细
{{ PHASE_INFO[phase.name].icon }} {{ phase.info.phaseLabel }} {{ phase.info.completionRate }}% {{ isPhaseExpanded(phase.name) ? '▼' : '▶' }}
已完成 {{ phase.info.completedSpaces }} / {{ phase.info.requiredSpaces }} 个空间 ({{ phase.info.totalFiles }} 个文件)
未完成空间列表 ({{ phase.info.incompleteSpaces.length }} 个)
📦 {{ space.spaceName }} 负责人:{{ space.assignee }}
✅ 所有空间已完成此阶段交付