@if (!loading) {
} @if (loading) {

加载中...

} @if (!loading) { @if (projectProducts.length > 0) {
@for (space of projectProducts; track space.id) {
{{ getSpaceDisplayName(space) }} {{ getCompletedStagesCount(space.id) }}/4
@for (type of deliveryTypes; track type.id) {
{{ type.name }} @if (getSpaceStageFileCount(space.id, type.id) > 0) { {{ getSpaceStageFileCount(space.id, type.id) }} }
}
@if (isSpaceExpanded(space.id)) {
@if (isDragOver && selectedSpaceId === space.id) {

拖拽到 {{ getSpaceDisplayName(space) }}

AI将自动分析图片并智能分类到合适的阶段

}
@for (type of deliveryTypes; track type.id) {
{{ type.name }} @if (getSpaceStageFileCount(space.id, type.id) > 0) { {{ getSpaceStageFileCount(space.id, type.id) }} }
@if (getSpaceStageFileCount(space.id, type.id) > 0) {
查看全部
}
@if (isDragOver && selectedSpaceId === space.id && selectedStageType === type.id) {

释放上传

} @if (canEdit && getSpaceStageFileCount(space.id, type.id) === 0) {
} @if (getSpaceStageFileCount(space.id, type.id) > 0) {
@for (file of getProductDeliveryFiles(space.id, type.id).slice(0, 4); track file.id) {
@if (isImageFile(file.name)) { } @else {
} @if (canEdit && isImageFile(file.name)) { } @if (canEdit) { }
} @if (getSpaceStageFileCount(space.id, type.id) > 4) {
+{{ getSpaceStageFileCount(space.id, type.id) - 4 }}
}
@if (canEdit) {
} } @if (getSpaceStageFileCount(space.id, type.id) === 0 && !canEdit) {

暂无文件

}
}
@if (!isSpaceConfirmed(space.id)) { } @else {
已确认
{{ getSpaceConfirmationText(space.id) }}
}
}
}
} @if (projectProducts.length === 0 && !loading) {

暂无项目空间

请先在方案深化阶段添加项目空间

} }
@if (showStageGalleryModal && currentStageGallery) { } @if (showRevisionTaskList) {
} @if (showMessageModal && messageModalConfig) {
}