|
@@ -280,12 +280,13 @@ export default {
|
|
|
// { label: '面积', label2: '多个面积英文逗号,分开(如:100,120)', key: 'house_area', type: 'inputFont', appendFont: '㎡'},
|
|
|
// { label: '均价范围1', key: 'price_min', class: 'c-3', type: 'inputFont', appendFont: '元(最小)'},
|
|
|
// { label: '均价范围2', key: 'price_max', class: 'c-3', type: 'inputFont', appendFont: '元(最大)'},
|
|
|
- { label: '梯户比', label2: '如:2梯4户', key: 'stairs_rate', class: 'c-3' },
|
|
|
{ label: '就读学校', key: 'school_id_list', type: 'selectRemote', multiple: true,
|
|
|
remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' },
|
|
|
remoteOptions: remoteOptionsSchoolList
|
|
|
},
|
|
|
{ label: '楼盘地址', key: 'address', rules: 1 },
|
|
|
+ { label: '是否新房', key: 'is_new', type: 'select', class: 'c-3', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
+ { label: '梯户比', label2: '如:2梯4户', key: 'stairs_rate', class: 'c-3' },
|
|
|
{ label: '不利因素', key: 'minus_points' },
|
|
|
{ label: '楼盘图', key: 'pri_image', class: 'c-3', type: 'upload', rules: 1 },
|
|
|
{ label: '简评', key: 'remarked', class: 'c-3s', type: 'textarea' },
|