张延森 3 years ago
parent
commit
8e8a2bd075
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/index/buildingInfo/index.jsx

+ 1
- 0
src/pages/index/buildingInfo/index.jsx View File

22
       { name: '均价', value: Info.price || '待定', key: '' },
22
       { name: '均价', value: Info.price || '待定', key: '' },
23
       { name: '销售状态', value: Info.marketStatus || '待定', key: '' },
23
       { name: '销售状态', value: Info.marketStatus || '待定', key: '' },
24
       { name: '开盘日期', value: formateDate(Info.openingDate) || '待定', key: '' },
24
       { name: '开盘日期', value: formateDate(Info.openingDate) || '待定', key: '' },
25
+      { name: '交房时间', value: formateDate(Info.receivedDate) || '待定', key: '' },
25
       { name: '楼盘地址', value: Info.address || '暂无', key: '' },
26
       { name: '楼盘地址', value: Info.address || '暂无', key: '' },
26
     ],
27
     ],
27
     [
28
     [