liujq 4 anos atrás
pai
commit
a1ac8d8af4
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      src/views/house/components/popup/IndexEdit.vue

+ 10 - 0
src/views/house/components/popup/IndexEdit.vue

@@ -279,6 +279,16 @@ export default {
           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' },