|
@@ -46,6 +46,7 @@ export default {
|
|
|
{ label: '所属区域', key: 'area_type', type: 'select', options: this.$dictData.area_type},
|
|
|
{ label: '楼盘名称', key: 'estate_name' },
|
|
|
{ label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
|
|
|
+ { label: '楼盘状态', key: 'estate_tag', type: 'select', options: this.$dictData.estate_tag},
|
|
|
{ label: '就读学校', key: 'school_id', type: 'selectRemote',
|
|
|
remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
|
},
|
|
@@ -60,6 +61,7 @@ export default {
|
|
|
{ label: '所属区域', key: 'area_type', type: 'select', options: this.$dictData.area_type},
|
|
|
{ label: '楼盘名称', key: 'estate_name' },
|
|
|
{ label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
|
|
|
+ { label: '楼盘状态', key: 'estate_tag', type: 'select', options: this.$dictData.estate_tag},
|
|
|
{ label: '就读学校', key: 'school_id', type: 'selectRemote',
|
|
|
remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
|
|
|
},
|