|
@@ -6,7 +6,7 @@
|
|
|
:visible.sync="isShow"
|
|
|
:title="`${curObj.estate_name}的更新记录`"
|
|
|
:fullscreen="false"
|
|
|
- width="700px"
|
|
|
+ width="1000px"
|
|
|
custom-class="xl-dialog"
|
|
|
center
|
|
|
>
|
|
@@ -19,8 +19,6 @@
|
|
|
:total-records="totalRecords"
|
|
|
@currentChange="pageHandle"
|
|
|
@sizeChange="sizeChange"
|
|
|
- :isAdd="true"
|
|
|
- @add="openPopup"
|
|
|
/>
|
|
|
<div class="xl-form">
|
|
|
<div class="xl-form-footer">
|
|
@@ -60,7 +58,10 @@ export default {
|
|
|
{ label: '现场折扣', prop: 'scene_discount' },
|
|
|
{ label: '实际折扣', prop: 'actual_discount' },
|
|
|
{ label: '最新动态', prop: 'dynamic' },
|
|
|
- { label: '当前推荐', key: 'recommend'},
|
|
|
+ { label: '动态图片', prop: 'dynamic_img', type: 'img' },
|
|
|
+ { label: '在售楼栋', prop: 'on_sale' },
|
|
|
+ { label: '待售楼栋', prop: 'for_sale' },
|
|
|
+ { label: '推荐房源', key: 'recommend'},
|
|
|
// { label: '操作', width: 120, type: 'handle2', operations:
|
|
|
// [
|
|
|
// { label: '编辑', func: this.openPopup, btnType: 'primary' },
|