|
@@ -90,7 +90,7 @@ export default {
|
|
|
{ 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: 'built_area', class: 'c-2', type: 'inputFont', appendFont: '元/㎡' },
|
|
|
{ label: '地块位置', key: 'land_name', class: 'c-2', type: 'textarea' },
|
|
|
{ label: '土拍主图', key: 'pri_image', type: 'upload', class: 'c-2' },
|
|
|
]
|