篩選條件
成交日期
由
至
最近成交宗數: {{ totalResults }}宗
地址 | 成交日期 | 建築面積 | 成交價 | 建築呎價 |
---|---|---|---|---|
{{ x.DisplayAddress }} | {{ x.RegistrationDate|ctime | date:'yyyy-MM-dd' }} | {{ x.GArea > 0 ? (x.GArea|number:0) + "呎" : "--" }} | {{ dataSourceControl == "LAND" ? "(" + x.Nature.trim() + ")" : "(" + x.Nature.trim() + ")" }}{{ x.Consideration|cprice }}{{ x.AveragePrice > 0 ? "(@"+x.AveragePrice+")" : "" }} | {{ x.GArea > 0 ? ((x.Consideration / x.GArea).toFixed(0) | cprice) : "--" }} |