|
@@ -11,8 +11,8 @@
|
|
|
custom-class="xl-dialog"
|
|
|
center
|
|
|
>
|
|
|
- <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[4]">
|
|
|
- <div slot="OI4" class="scoped-other-form">
|
|
|
+ <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[7]">
|
|
|
+ <div slot="OI7" class="scoped-other-form">
|
|
|
<el-form-item label="点位坐标" class="scoped-item-two item">
|
|
|
纬度N<el-input v-model="cObj.latitude" disabled />
|
|
|
经度E<el-input v-model="cObj.longitude" disabled />
|
|
@@ -83,7 +83,9 @@ export default {
|
|
|
{ label: '所属区域', key: 'area_type', type: 'select', class: 'c-2', options: this.$dictData.area_type },
|
|
|
{ label: '学校属性', key: 'school_attrib', type: 'select', class: 'c-2', options: this.$dictData.school_attrib },
|
|
|
{ label: '学校类型', key: 'school_type', type: 'select', class: 'c-2', options: this.$dictData.school_type },
|
|
|
- { label: '图片', key: 'pri_image', type: 'upload' },
|
|
|
+ { 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', changeHandle: this.deviceChange,
|
|
|
remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
|
|
|
remoteOptions: remoteOptionsHouse
|