请选择该设计师负责的空间(从Product表加载)
@if (loadingSpaces) {
}
@if (spaceLoadError && !loadingSpaces) {
}
@if (!loadingSpaces && !spaceLoadError) {
@if (spaceScenes.length === 0) {
该项目暂无空间数据
请先在项目中创建空间产品(Product)
} @else {
@for (space of spaceScenes; track space.id) {
}
}
}