|
@@ -211,7 +211,7 @@ export default {
|
|
item.areaStatusStr = this.dc_map.MAPPING_STATUS[item.areaStatus]
|
|
item.areaStatusStr = this.dc_map.MAPPING_STATUS[item.areaStatus]
|
|
item.soldStatusStr = this.dc_map.SOLD_STATUS[item.soldStatus]
|
|
item.soldStatusStr = this.dc_map.SOLD_STATUS[item.soldStatus]
|
|
item.natureStr = this.dc_map.GROUP_NATURE[item.nature]
|
|
item.natureStr = this.dc_map.GROUP_NATURE[item.nature]
|
|
- item.collectionStatusStr = this.dc_map.GROUP_NATURE[item.collectionStatus]
|
|
|
|
|
|
+ item.collectionStatusStr = this.dc_map.HOUSE_PAYMENT_STATUS[item.collectionStatus]
|
|
return item
|
|
return item
|
|
},
|
|
},
|
|
cancel: function() {
|
|
cancel: function() {
|
|
@@ -349,7 +349,7 @@ export default {
|
|
const OutSize = [{ wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 },
|
|
const OutSize = [{ wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 },
|
|
{ wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 },
|
|
{ wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 },
|
|
{ wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }]
|
|
{ wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }, { wch: 15 }]
|
|
- const fileName = '房间导出 ' + new Date().Format('yyyyMMddhhmm')
|
|
|
|
|
|
+ const fileName = '房源档案导出 ' + new Date().Format('yyyyMMddhhmm')
|
|
this.$outputXlsxFile(this.OutData, OutSize, fileName)
|
|
this.$outputXlsxFile(this.OutData, OutSize, fileName)
|
|
_this.excelFlag = false
|
|
_this.excelFlag = false
|
|
})
|
|
})
|