@if (isSpaceExpanded(space.id)) {
@if (isDragOver && selectedSpaceId === space.id) {
}
@for (type of deliveryTypes; track type.id) {
0"
[class.pending]="getSpaceStageFileCount(space.id, type.id) === 0"
[class.drag-over]="isDragOver && selectedSpaceId === space.id && selectedStageType === type.id"
(dragover)="onDragOver($event, space.id, type.id)"
(dragleave)="onDragLeave($event)"
(drop)="onDrop($event, space.id, 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)) {
}