var setTag = function(state) {
var obj = {}
if(state===1){
obj = {
sname:'ycj',
text:'已成交'
}
}else if(state===2){
obj = {
sname:'wcj',
text:'未成交'
}
}else{
obj = {
sname:'gsz',
text:'公示中'
}
}
return obj
};
module.exports = {setTag:setTag};
地图
{{page.startDate?page.startDate:'拍卖日期'}}
{{transactionStatus?transactionStatus:'交易状态'}}
{{measureStatus?measureStatus:'测算状态'}}
{{page.city?page.city:'城市'}}
{{filter.setTag(item.projectStatus).text}}
{{item.landCode}}
计容建筑面积:{{item.totalConsArea}}m
起始总价:{{item.transferPrice}}万
起始楼面价:{{item.startingFloorPrice}}元/m
竞拍时间:{{item.auctionDate}}
{{item.annoDate}}
暂无数据