|
@@ -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="[8]">
|
|
|
+ <div slot="OI8" 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 />
|
|
@@ -86,6 +86,7 @@ export default {
|
|
|
{ label: '排序', key: 'sort', class: 'c-2' },
|
|
|
{ label: '楼盘标签', key: 'estate_tag', class: 'c-2', rules: 1 },
|
|
|
{ label: '营销电话', key: 'marketing_phone', class: 'c-2', rules: 1 },
|
|
|
+ { label: '认购材料', key: 'report_conf', class: 'c-2' },
|
|
|
{ label: '所属区域', key: 'area_type', type: 'select', class: 'c-2', options: this.$dictData.area_type, rules: 1 },
|
|
|
{ label: '是否显示', key: 'hide_state', type: 'select', class: 'c-2', options: this.$dictData.hide_state, rules: 1 },
|
|
|
{ label: '楼盘地址', key: 'address', rules: 1 },
|