liujq 2 年之前
父节点
当前提交
4c4ea710a6

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-7aedfd1c.26493302.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.01353a42.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7aedfd1c.807725a2.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-910632b0.900e43d0.js


+ 3 - 2
src/views/house/components/popup/IndexEdit.vue

@@ -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 },

部分文件因为文件数量过多而无法显示