用途
{{ item.label }}
项目
{{ item.name }}
分期
{{ item.name }}
可售状态
{{ item.label }}
已售状态
{{ item.label }}
装修状态
{{ item.label }}
可选状态
已选房
未选房
关键字
套内面积
建筑面积
{{
item.groupName +
"-" +
item.discName +
"-" +
item.buildName +
"-" +
item.roomNo
}}
{{ SOLD_STATUS[item.soldStatus - 1].label }}
({{ item.chooseStatus == "1" ? "已被选" : "未被选" }})
套内面积:{{ item.actualInternalArea }}㎡
建筑面积:{{ item.actualBuildArea }}㎡
 
用途:{{
getDicType("roomUse", item.roomUse) == undefined
? "未知"
: getDicType("roomUse", item.roomUse)
}}
装修情况:{{
!getDicType("DECORATION_SITUATION", item.decorationSituation)
? "未录入"
: getDicType(
"DECORATION_SITUATION",
item.decorationSituation
)
}}