liujq 4 years ago
parent
commit
a695b482f6

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-d1429032.f3e8fe84.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4617d6d0.bfbaa97d.js


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


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

@@ -59,7 +59,7 @@ export default {
       }
       this.formData = [
         { label: '签约日期', key: 'sign_at', type: 'datePicker', type2: 'date', class: 'c-2'},
-        { label: '签约中介', key: 'company', class: 'c-2'}, 
+        { label: '签约中介', key: 'company', class: 'c-2', type: 'select', options: this.$dictData.zjjg}, 
         { label: '面积', key: 'area', class: 'c-2', type: 'inputFont', appendFont: '㎡', changeHandle: this.priceChange},
         { label: '单价', key: 'unit_price', class: 'c-2', type: 'inputFont', appendFont: '元', changeHandle: this.priceChange},
         { label: '总价', key: 'price', class: 'c-2', type: 'inputFont', appendFont: '万元'},

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