|
@@ -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="[7]">
|
|
|
- <div slot="OI7" class="scoped-other-form">
|
|
|
+ <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[9]">
|
|
|
+ <div slot="OI9" 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,6 +83,8 @@ 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: ' school_cate', type: 'select', class: 'c-2', options: this.$dictData. school_cate },
|
|
|
+ { label: '学校预警', key: 'school_warn', type: 'select', class: 'c-2', options: this.$dictData.school_warn },
|
|
|
{ label: '主图', key: 'pri_image', type: 'upload', class: 'c-2' },
|
|
|
{ label: '学区范围图', key: 'district_img', type: 'upload', class: 'c-2' },
|
|
|
{ label: '学区范围', key: 'district',type: 'textarea' },
|