Browse Source

temp save

liujq 4 years ago
parent
commit
63ccaccc8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/house/components/popup/IndexEdit.vue

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

@@ -278,7 +278,7 @@ export default {
         { label: '开发商', key: 'developer', class: 'c-3' }, 
         { label: '楼栋数', key: 'seat_sum', class: 'c-3', type: 'inputFont', appendFont: '栋' },
         { label: '产权年限', key: 'ownership', class: 'c-3' },
-        { label: '交付时间', key: 'deliver_time', class: 'c-3', type: 'datePicker', type2: 'date', valueFormat: 'yyyy-MM-dd'},
+        { label: '初次交付时间', key: 'deliver_time', class: 'c-3', type: 'datePicker', type2: 'month', valueFormat: 'yyyy-MM'},
         { label: '价格区间', key: 'price_range', 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},