liujq il y a 4 ans
Parent
commit
623fa5de4d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/house/components/popup/OldEdit.vue

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

@@ -123,7 +123,7 @@ export default {
           },
           { label: '区域', key: 'area_type', class: 'c-3', type: 'select', options: this.$dictData.area_type},
           { label: '产品类型', key: 'product_type', class: 'c-3', type: 'select', options: this.$dictData.product_type},
-          { label: `户型`, key: `HT`, class: 'c-3', rules: 1, type: 'select', options: this.roomAreaList, changeHandle: this.htChange,},
+          { label: `产品户型`, key: `HT`, class: 'c-3', rules: 1, type: 'select', options: this.roomAreaList, changeHandle: this.htChange,},
           { label: '面积', key: 'area', class: 'c-3', type: 'inputFont', appendFont: '㎡'},
           { label: '房源户型', key: 'house_type', class: 'c-3', type: 'select', options: this.$dictData.house_type},
           { label: '户型图', key: 'hxt', class: 'c-3', type: 'upload' },