|
@@ -266,7 +266,7 @@ export default {
|
|
|
{ label: '物业费', key: 'property_fee', class: 'c-3'},
|
|
|
{ label: '车位数量', key: 'parking', class: 'c-3', type: 'inputFont', appendFont: '个'},
|
|
|
{ label: '绿化率', key: 'green_rate', class: 'c-3', type: 'inputFont', appendFont: '%' },
|
|
|
- { label: '楼盘标签', key: 'estate_tag', type: 'select', class: 'c-3', options: this.$dictData.estate_tag },
|
|
|
+ { label: '楼盘标签', key: 'estate_tag', type: 'select', class: 'c-3', options: this.$dictData.estate_tag, rules: 1 },
|
|
|
{ label: '自定义标签', key: 'custom_tag', class: 'c-3' },
|
|
|
{ label: '开发商', key: 'developer', class: 'c-3' },
|
|
|
{ label: '楼栋数', key: 'seat_sum', class: 'c-3', type: 'inputFont', appendFont: '栋' },
|