|
@@ -63,7 +63,7 @@ export default {
|
|
|
{ label: '咨询客户', prop: 'nickname' },
|
|
|
{ label: '客户头像', prop: 'avatar', type: 'img' },
|
|
|
{ label: '点击类型', prop: 'click_type', type: 'flag', flags: arrToObj(this.$dictData.contact_click_type) },
|
|
|
- // { label: '目标类型', prop: 'target_type', type: 'flag', flags: arrToObj(this.$dictData.contact_target_type) },
|
|
|
+ { label: '目标类型', prop: 'target_type', type: 'flag', flags: arrToObj(this.$dictData.contact_target_type) },
|
|
|
{ label: '联系ID', prop: 'target_id', },
|
|
|
{ label: '置业经理', prop: 'sale_name' },
|
|
|
{ label: '置业经理头像', prop: 'sale_avatar', type: 'img' },
|