|
@@ -14,7 +14,7 @@
|
|
@currentChange="pageHandle"
|
|
@currentChange="pageHandle"
|
|
:isAdd="true"
|
|
:isAdd="true"
|
|
@add="openPopup"
|
|
@add="openPopup"
|
|
- :operationsDefaultLength="9"
|
|
+ :operationsDefaultLength="3"
|
|
/>
|
|
/>
|
|
<popup-edit
|
|
<popup-edit
|
|
:isShow="isDtlShow"
|
|
:isShow="isDtlShow"
|
|
@@ -117,7 +117,7 @@ export default {
|
|
{ label: '创建时间', prop: 'create_at' },
|
|
{ label: '创建时间', prop: 'create_at' },
|
|
{ label: '更新人', prop: 'update_by' },
|
|
{ label: '更新人', prop: 'update_by' },
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
- { label: '操作', width: 610, type: 'handle2', operations:
|
|
+ { label: '操作', width: 220, type: 'handle2', operations:
|
|
[
|
|
[
|
|
{ label: '保存排序', func: this.saveHandle, btnType: 'success' },
|
|
{ label: '保存排序', func: this.saveHandle, btnType: 'success' },
|
|
{ label: '编辑信息', func: this.openPopup, btnType: 'primary' },
|
|
{ label: '编辑信息', func: this.openPopup, btnType: 'primary' },
|
|
@@ -125,6 +125,7 @@ export default {
|
|
{ label: '楼盘动态', func: this.openNews, btnType: 'info' },
|
|
{ label: '楼盘动态', func: this.openNews, btnType: 'info' },
|
|
{ label: '历史成交价', func: this.openPrice, btnType: 'info' },
|
|
{ label: '历史成交价', func: this.openPrice, btnType: 'info' },
|
|
{ label: '模块主题', func: this.openTHEPopup, btnType: 'info' },
|
|
{ label: '模块主题', func: this.openTHEPopup, btnType: 'info' },
|
|
|
|
+ { label: '竞品管理', func: this.openCompetePopup, btnType: 'info' },
|
|
{ label: '助力规则', func: this.openHRPopup, btnType: 'warning' },
|
|
{ label: '助力规则', func: this.openHRPopup, btnType: 'warning' },
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|
|
]
|
|
]
|
|
@@ -153,6 +154,9 @@ export default {
|
|
})
|
|
})
|
|
}, null, true)
|
|
}, null, true)
|
|
},
|
|
},
|
|
|
|
+ openCompetePopup (item) {
|
|
|
|
+ this.$router.push('/house/compete?id=' + item.id + '&name=' + item.estate_name)
|
|
|
|
+ },
|
|
openNews (item) {
|
|
openNews (item) {
|
|
this.$router.push('/house/news?id=' + item.id)
|
|
this.$router.push('/house/news?id=' + item.id)
|
|
},
|
|
},
|