@if (loading) {

加载需求信息...

} @if (!loading) {

参考图片

上传风格、空间或材质参考图

@for (image of referenceImages; track $index) {
{{ getImageTypeLabel(image.type) }} @if (canEdit) { }
} @if (canEdit) {
}

CAD文件

上传户型图或施工图纸

@if (cadFiles.length === 0) {

暂无CAD文件

} @else {
@for (file of cadFiles; track $index) {

{{ file.name }}

{{ formatFileSize(file.size) }} · {{ file.uploadTime | date:'yyyy-MM-dd HH:mm' }}

@if (canEdit) { }
}
} @if (canEdit) { }

需求清单

空间信息

@if (canEdit) { }
@if (requirements.spaces.length === 0) {

请添加至少一个空间

} @else { @for (space of requirements.spaces; track $index) {
{{ $index + 1 }} @if (canEdit) { }
} }

色彩方案

@if (canEdit) { }

预算范围(万元)

-

AI设计方案

基于需求智能生成设计方案

@if (!aiSolution) {

尚未生成AI方案

@if (canEdit) { }
} @else {
已生成 @if (canEdit) { }
@for (space of aiSolution.spaces; track $index) {

{{ space.name }}

{{ space.styleDescription }}

色彩搭配:
@for (color of space.colorPalette; track color) {
}
材质选择:
@for (material of space.materials; track material) { {{ material }} }
家具推荐:
@for (item of space.furnitureRecommendations; track item) { {{ item }} }
}

预估造价

¥{{ aiSolution.estimatedCost.toLocaleString() }}

项目周期

{{ aiSolution.timeline }}

}
@if (canEdit) {
}
}