|
@@ -63,16 +63,17 @@ export default {
|
|
|
{ label: '区域', key: 'area_type', type: 'select', class: 'c-2', options: this.$dictData.area_type },
|
|
|
{ label: '竞得单位', key: 'company', class: 'c-2' },
|
|
|
{ label: '成交日期', key: 'deal_time', class: 'c-2', type: 'datePicker', type2: 'date'},
|
|
|
- { label: '成交价', key: 'final_price', class: 'c-2', type: 'inputFont', appendFont: '万元'},
|
|
|
- { label: '楼面价', key: 'floor_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
|
|
|
+ { label: '成交总价', key: 'final_price', class: 'c-2', type: 'inputFont', appendFont: '万元'},
|
|
|
+ { label: '成交楼面价', key: 'floor_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
|
|
|
{ label: '起拍总价', key: 'start_total_price', class: 'c-2', type: 'inputFont', appendFont: '万元' },
|
|
|
- { label: '起拍单价', key: 'start_unit_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
|
|
|
+ { label: '起拍楼面价', key: 'start_unit_price', class: 'c-2', type: 'inputFont', appendFont: '元' },
|
|
|
{ label: '溢价率', key: 'premium_rate', class: 'c-2', type: 'inputFont', appendFont: '%' },
|
|
|
{ label: '出让年限', key: 'sell_ownership', class: 'c-2', type: 'inputFont', appendFont: '年' },
|
|
|
{ label: '出让面积', key: 'sell_area', class: 'c-2', type: 'inputFont', appendFont: '㎡'},
|
|
|
{ label: '建筑面积', key: 'built_area', class: 'c-2', type: 'inputFont', appendFont: '㎡' },
|
|
|
{ label: '用途', key: 'purpose', class: 'c-2' },
|
|
|
{ label: '容积率', key: 'plot_ratio', class: 'c-2' },
|
|
|
+ { label: '地块名称', key: 'land_name', class: 'c-2', type: 'textarea' },
|
|
|
{ label: '土拍图', key: 'pri_image', type: 'upload', class: 'c-2' },
|
|
|
]
|
|
|
this.setDefaultValue(params)
|
|
@@ -111,4 +112,7 @@ export default {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
+::v-deep .xl-form .el-textarea__inner {
|
|
|
+ height: 180px;
|
|
|
+}
|
|
|
</style>
|