|
@@ -434,6 +434,7 @@ export default {
|
|
|
{ label: '楼盘地址', key: 'address', rules: 1 },
|
|
|
// { label: '是否新房', key: 'is_new', type: 'select', class: 'c-3', options: this.$dictData.sys_yesno, rules: 1 },
|
|
|
// { label: '梯户比', label2: '如:2梯4户', key: 'stairs_rate', class: 'c-3' },
|
|
|
+ { label: '车位价格', key: 'parking_price', class: 'c-3' },
|
|
|
{ label: '不利因素', key: 'minus_points' },
|
|
|
{ label: '楼盘图', key: 'pri_image', class: 'c-3', type: 'cuImg',
|
|
|
options: {
|