|
@@ -14,7 +14,7 @@
|
|
|
@currentChange="pageHandle"
|
|
|
:isAdd="true"
|
|
|
@add="openPopup"
|
|
|
- :operationsDefaultLength="4"
|
|
|
+ :operationsDefaultLength="5"
|
|
|
/>
|
|
|
<popup-edit
|
|
|
:isShow="isDtlShow"
|
|
@@ -89,9 +89,9 @@ export default {
|
|
|
{ label: '楼盘名称', prop: 'estate_name' },
|
|
|
{ label: '图片', prop: 'pri_image', type: 'img' },
|
|
|
{ label: '所属区域', prop: 'area_type', type: 'flag', flags: arrToObj(this.$dictData.area_type) },
|
|
|
- { label: '楼盘地址', prop: 'address', fullShow: true, minWidth: 200 },
|
|
|
- { label: '地铁线路', prop: 'metroLineName'},
|
|
|
- { label: '地铁站名', prop: 'metroTypeName'},
|
|
|
+ // { label: '楼盘地址', prop: 'address', fullShow: true, minWidth: 200 },
|
|
|
+ // { label: '地铁线路', prop: 'metroLineName'},
|
|
|
+ // { label: '地铁站名', prop: 'metroTypeName'},
|
|
|
{ label: '产品类型', prop: 'productTypeName'},
|
|
|
// { label: '周边医院', prop: 'hospital_type', type: 'flag', flags: arrToObj(this.$dictData.hospital_type)},
|
|
|
// { label: '周边商圈', prop: 'high_street', type: 'flag', flags: arrToObj(this.$dictData.high_street)},
|
|
@@ -100,11 +100,12 @@ export default {
|
|
|
{ label: '创建时间', prop: 'create_at' },
|
|
|
{ label: '更新人', prop: 'update_by' },
|
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
|
- { label: '操作', width: 300, type: 'handle2', operations:
|
|
|
+ { label: '操作', width: 400, type: 'handle2', operations:
|
|
|
[
|
|
|
{ label: '编辑信息', func: this.openPopup, btnType: 'primary' },
|
|
|
{ label: '编辑相册', func: this.openPhotoPopup, btnType: 'success' },
|
|
|
{ label: '楼盘动态', func: this.openNews, btnType: 'info' },
|
|
|
+ { label: '主题模块', func: this.openNews, btnType: 'info' },
|
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|
|
|
]
|
|
|
}
|