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

加载中...

} @if (!loading) { @if (projectProducts.length > 0) {
@for (space of projectProducts; track space.id) {
{{ getSpaceDisplayName(space) }} @if (space.area) { {{ space.area }}㎡ }
{{ getCompletedStagesCount(space.id) }}/4 完成
@if (isSpaceExpanded(space.id)) {
@if (isDragOver && selectedSpaceId === space.id) {

拖拽到此处

AI自动归类

}
@for (type of deliveryTypes; track type.id) {
{{ type.name }}
@if (getSpaceStageFileCount(space.id, type.id) > 0) { }
@if (getSpaceStageFileCount(space.id, type.id) > 0) {
@for (file of getProductDeliveryFiles(space.id, type.id) | slice:0:3; track file.id) {
@if (isImageFile(file.name)) { } @else {
} @if (canEdit) { }
} @if (getSpaceStageFileCount(space.id, type.id) > 3) {
+{{ getSpaceStageFileCount(space.id, type.id) - 3 }}
} @if (canEdit) {
+
}
} @else { @if (canEdit) {
📤 点击上传
} @else {
暂无文件
} }
}
@if (!isSpaceConfirmed(space.id)) { } @else {
✓ 已确认
} @if (getSpaceTotalFileCount(space.id) > 0) { } @if (project?.data?.isStalled && (isTeamLeader || isFromCustomerService)) { } @if (project?.data?.isModification && (isTeamLeader || isFromCustomerService)) { }
}
}
} @if (projectProducts.length === 0 && !loading) {

暂无项目空间

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