|
@@ -20,6 +20,7 @@ export default {
|
|
|
{ label: '置业联系电话', key: 'sale_phone' },
|
|
|
{ label: '分类', key: 'sale_type', type: 'select', options: this.$dictData.sale_type},
|
|
|
{ label: '排班情况', key: 'recept_status', type: 'select', options: this.$dictData.recept_status},
|
|
|
+ { label: '显示隐藏', key: 'show_status', type: 'select', options: this.$dictData.show_status},
|
|
|
]
|
|
|
}
|
|
|
},
|