Browse Source

temp save

liujq 4 years ago
parent
commit
56b3dee9f6

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-13553940.256b73c2.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.fc315a9e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-13553940.1981ca74.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-170f4514.86f4fce3.js


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

@@ -271,7 +271,7 @@ export default {
         { label: '总户数', key: 'household', class: 'c-3', type: 'inputFont', appendFont: '户'},
         { label: '物业公司', key: 'property_type', class: 'c-3'},
         { label: '物业费', key: 'property_fee', class: 'c-3'},
-        { label: '车位数量', key: 'parking', class: 'c-3'},
+        { label: '车位数量', key: 'parking', class: 'c-3', type: 'inputFont', appendFont: '个'},
         { 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: 'custom_tag', class: 'c-3' },
@@ -280,7 +280,7 @@ export default {
         { label: '产权年限', key: 'ownership', class: 'c-3' },
         { label: '交付时间', key: 'deliver_time', class: 'c-3', type: 'datePicker', type2: 'date', valueFormat: 'yyyy-MM-dd'},
         { label: '价格区间', key: 'price_range', class: 'c-3' },
-        { label: '建筑面积区间', key: 'built_area', 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: '㎡'},

+ 2 - 0
src/views/house/index.vue

@@ -87,6 +87,8 @@ export default {
         // { label: '周边医院', prop: 'hospital_type', type: 'flag', flags: arrToObj(this.$dictData.hospital_type)},
         // { label: '周边商圈', prop: 'high_street', type: 'flag', flags: arrToObj(this.$dictData.high_street)},
         // { label: '公园', prop: 'park_type', type: 'flag', flags: arrToObj(this.$dictData.park_type)},
+        { label: '创建人', prop: 'create_by' },
+        { label: '创建时间', prop: 'create_at' },
         { label: '更新人', prop: 'update_by' },
         { label: '更新时间', prop: 'update_at' },
         { label: '操作', width: 120, type: 'handle2', operations:

Some files were not shown because too many files changed in this diff