浏览代码

temp save

liujq 4 年之前
父节点
当前提交
8d2fa5810f
共有 1 个文件被更改,包括 16 次插入16 次删除
  1. 16 16
      src/views/house/components/popup/IndexEdit.vue

+ 16 - 16
src/views/house/components/popup/IndexEdit.vue

@@ -11,8 +11,8 @@
       custom-class="xl-drawer"
       direction="rtl"
     >
-      <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[17,18]">
-        <div slot="OI17" class="scoped-product">
+      <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[23,24]">
+        <div slot="OI23" class="scoped-product">
           <div class="sp-item" v-for="(product, one) in productData" :key="one">
             <div class="sp-title">{{product.product_type_name}}</div>
             <div class="sp-content">
@@ -63,7 +63,7 @@
             </div>
           </div>
         </div>
-        <div slot="OI18" class="scoped-other-form">
+        <div slot="OI24" 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 />
@@ -257,9 +257,9 @@ export default {
         { label: '所属区域', key: 'area_type', type: 'select', class: 'c-3', options: this.$dictData.area_type },
         { label: '地铁线路', key: 'metro_line', type: 'select', class: 'c-3', options: this.$dictData.metro_line, changeHandle: this.metroLineChange, multiple: true },
         { label: '地铁站名', key: 'metro_type', type: 'select', class: 'c-3', options: metroTypeArr, multiple: true},
-        { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type, multiple: true },
-        { label: '周边商圈', key: 'high_street', type: 'select', class: 'c-3', options: this.$dictData.high_street, multiple: true },
-        { label: '周边公园', key: 'park_type', type: 'select', class: 'c-3', options: this.$dictData.park_type, multiple: true },
+        // { label: '周边医院', key: 'hospital_type', type: 'select', class: 'c-3', options: this.$dictData.hospital_type, multiple: true },
+        // { label: '周边商圈', key: 'high_street', type: 'select', class: 'c-3', options: this.$dictData.high_street, multiple: true },
+        // { label: '周边公园', key: 'park_type', type: 'select', class: 'c-3', options: this.$dictData.park_type, multiple: true },
         { label: '建设时间', key: 'build_time', class: 'c-3', type: 'datePicker', type2: 'month', valueFormat: 'yyyy-MM'},
         { label: '竣工时间', key: 'complete_time', class: 'c-3', type: 'datePicker', type2: 'month', valueFormat: 'yyyy-MM'},
         { label: '容积率', key: 'plot_ratio', class: 'c-3', type: 'inputFont', appendFont: '%'},
@@ -269,26 +269,26 @@ export default {
         { label: '物业公司', key: 'property_type', class: 'c-3'},
         { label: '物业费', key: 'property_fee', class: 'c-3'},
         { label: '车位数量', key: 'parking', class: 'c-3'},
+        { label: '绿化率', key: 'green_rate', class: 'c-3', type: 'inputFont', appendFont: '%' },
+        { label: '楼盘标签', key: 'estate_tag', type: 'select', class: 'c-3', options: this.$dictData.estate_tag },
+        { label: '自定义标签', key: 'price_range', class: 'c-3' },
+        { label: '开发商', key: 'developer', class: 'c-3' }, 
+        { label: '楼栋数', key: 'seat_sum', class: 'c-3' },
+        { label: '产权年限', key: 'ownership', class: 'c-3' },
+        { label: '交付时间', key: 'deliver_time', class: 'c-3', type: 'datePicker', type2: 'date', valueFormat: 'yyyy-MM-dd'},
+        { label: '价格区间', key: 'custom_tag', class: 'c-3' },
+        { label: '建筑面积区间', key: 'built_area', class: 'c-3' },
         { label: '产品类型', key: 'product_type', type: 'select', options: this.$dictData.product_type, multiple: true, changeHandle: this.productTypeChange},
         // { label: '房型', key: 'house_type', type: 'select', options: this.$dictData.house_type, multiple: true},
         // { label: '面积', label2: '多个面积英文逗号,分开(如:100,120)', key: 'house_area', type: 'inputFont', appendFont: '㎡'},
         // { label: '均价范围1', key: 'price_min', class: 'c-3', type: 'inputFont', appendFont: '元(最小)'},
         // { label: '均价范围2', key: 'price_max', class: 'c-3', type: 'inputFont', appendFont: '元(最大)'},
+        { label: '梯户比', label2: '如:2梯4户', key: 'stairs_rate', class: 'c-3' },
         { label: '就读学校', key: 'school_id_list', type: 'selectRemote', multiple: true,
           remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' },
           remoteOptions: remoteOptionsSchoolList
         },
         { label: '楼盘地址', key: 'address' },
-        { label: '开发商', key: 'developer', class: 'c-3' }, 
-        { label: '楼栋数', key: 'seat_sum', class: 'c-3' },
-        { label: '产权年限', key: 'ownership', class: 'c-3' },
-        { label: '交付时间', key: 'deliver_time', class: 'c-3', type: 'datePicker', type2: 'date', valueFormat: 'yyyy-MM-dd'},
-        { label: '价格区间', key: 'custom_tag', class: 'c-3' },
-        { label: '建筑面积区间', key: 'built_area', class: 'c-3' },
-        { label: '绿化率', key: 'green_rate', class: 'c-3', type: 'inputFont', appendFont: '%' },
-        // { label: '梯户比', key: 'stairs_rate', class: 'c-3' },
-        { label: '楼盘标签', key: 'estate_tag', type: 'select', class: 'c-3', options: this.$dictData.estate_tag },
-        { label: '自定义标签', key: 'price_range', class: 'c-3' },
         { label: '不利因素', key: 'minus_points' },
         { label: '楼盘图', key: 'pri_image', class: 'c-3', type: 'upload' },
         { label: '简评', key: 'remarked', class: 'c-3s', type: 'textarea' },