|
@@ -92,7 +92,7 @@ export default {
|
|
|
{ label: '主图', key: 'pri_image', type: 'upload', class: 'c-2' },
|
|
|
{ label: '学区范围图', key: 'district_img', type: 'upload', class: 'c-2' },
|
|
|
{ label: '学区范围', key: 'district',type: 'textarea' },
|
|
|
- { label: '所属楼盘', key: 'estate_id_list', multiple: true, type: 'selectRemote',
|
|
|
+ { label: '对口楼盘', key: 'estate_id_list', multiple: true, type: 'selectRemote',
|
|
|
remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
|
|
|
remoteOptions: remoteOptionsHouse
|
|
|
},
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
{ label: '主图', key: 'pri_image', type: 'upload', class: 'c-2' },
|
|
|
{ label: '学区范围图', key: 'district_img', type: 'upload', class: 'c-2' },
|
|
|
{ label: '学区范围', key: 'district',type: 'textarea' },
|
|
|
- { label: '所属楼盘', key: 'estate_id_list', multiple: true, type: 'selectRemote',
|
|
|
+ { label: '对口楼盘', key: 'estate_id_list', multiple: true, type: 'selectRemote',
|
|
|
remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
|
|
|
remoteOptions: remoteOptionsHouse
|
|
|
},
|