|
@@ -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: '万元'},
|