|
@@ -47,7 +47,7 @@ export default {
|
|
{ label: '楼盘名称', key: 'estate_name' },
|
|
{ label: '楼盘名称', key: 'estate_name' },
|
|
{ label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
|
|
{ label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
|
|
{ label: '就读学校', key: 'school_id', type: 'selectRemote',
|
|
{ label: '就读学校', key: 'school_id', type: 'selectRemote',
|
|
- remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
|
|
|
|
+ remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
},
|
|
},
|
|
{ label: '地铁线路', key: 'metro_line', type: 'select', options: this.$dictData.metro_line, changeHandle: this.subwayLineChange},
|
|
{ label: '地铁线路', key: 'metro_line', type: 'select', options: this.$dictData.metro_line, changeHandle: this.subwayLineChange},
|
|
{ label: '地铁站名', key: 'metro_type', type: 'select', class: 'c-3', options: subwayNameDD},
|
|
{ label: '地铁站名', key: 'metro_type', type: 'select', class: 'c-3', options: subwayNameDD},
|
|
@@ -61,7 +61,7 @@ export default {
|
|
{ label: '楼盘名称', key: 'estate_name' },
|
|
{ label: '楼盘名称', key: 'estate_name' },
|
|
{ label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
|
|
{ label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
|
|
{ label: '就读学校', key: 'school_id', type: 'selectRemote',
|
|
{ label: '就读学校', key: 'school_id', type: 'selectRemote',
|
|
- remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
|
|
|
|
+ remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
},
|
|
},
|
|
{ label: '地铁线路', key: 'metro_line', type: 'select', options: this.$dictData.metro_line, changeHandle: this.subwayLineChange},
|
|
{ label: '地铁线路', key: 'metro_line', type: 'select', options: this.$dictData.metro_line, changeHandle: this.subwayLineChange},
|
|
// { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type },
|
|
// { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type },
|