|
@@ -69,7 +69,7 @@ export default {
|
|
|
{ label: '置业经理', prop: 'sale_name' },
|
|
|
{ label: '标题', prop: 'title' },
|
|
|
{ label: '主图', prop: 'pri_image', type: 'img' },
|
|
|
- { label: '详细地址', prop: 'detail_address', fullShow: true, minWidth: 200 },
|
|
|
+ { label: '详细地址', prop: 'detail_address', fullShow: true, minWidth: 100 },
|
|
|
{ label: '总价', prop: 'price' },
|
|
|
{ label: '面积㎡', prop: 'area' },
|
|
|
{ label: '房源类型', prop: 'house_type', width: 100, fullShow: true, type: 'flag', flags: arrToObj(this.$dictData.house_type) },
|