|
@@ -34,10 +34,10 @@ export default {
|
|
|
{ label: '所属楼盘', key: 'estate_id', type: 'selectRemote',
|
|
|
remoteParams: { skey: 'estate_name', api: `house.admestatelist?estate_tag=二手`, opKey: 'estate_name', opVal: 'id' }
|
|
|
},
|
|
|
- // { label: '置业经理', key: 'sale_id', type: 'selectRemote',
|
|
|
- // remoteParams: { skey: 'sale_name', api: `user.admsaleuserlist?page_size=999`, opKey: 'sale_name', opVal: 'id' }
|
|
|
- // },
|
|
|
- { label: '所属区域', key: 'area_type', type: 'select', options: this.$dictData.area_type},
|
|
|
+ { label: '置业经理', key: 'sale_id', type: 'selectRemote',
|
|
|
+ remoteParams: { skey: 'sale_name', api: `user.admsaleuserlist?page_size=999&show_status=1`, opKey: 'sale_name', opVal: 'id' }
|
|
|
+ },
|
|
|
+ // { label: '所属区域', key: 'area_type', type: 'select', options: this.$dictData.area_type},
|
|
|
{ label: '状态', key: 'hide_status', type: 'select', options: this.$dictData.hide_status},
|
|
|
// { label: '楼盘类型', key: 'product_type', type: 'select', options: this.$dictData.product_type},
|
|
|
// { label: '房源户型', key: 'house_type', type: 'select', options: this.$dictData.house_type},
|