liujq 4 år sedan
förälder
incheckning
106ca7d8f1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/house/components/popup/OldEdit.vue

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

@@ -143,7 +143,7 @@ export default {
           { label: '房源地址', key: 'address' },
           { label: '详细地址', label2: '如:1栋2单元305室', class: 'c-3s', key: 'detail_address' },
           { label: '满几年', key: 'how_many_year', class: 'c-3', type: 'select', options: this.$dictData.house_room_year },
-          { label: '总价', key: 'price', class: 'c-3'},
+          { label: '总价', key: 'price', class: 'c-3', type: 'inputFont', appendFont: '万元'},
           { label: '层高', label2: '如:6/7', class: 'c-3', key: 'floor_height' },
           { label: '是否装修', key: 'is_dec', class: 'c-3', type: 'select', options: this.$dictData.sys_yesno },
           { label: '业主称呼', class: 'c-3', key: 'owner' },