liujq 3 år sedan
förälder
incheckning
905b2feeac
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/room/clickRecord.vue

+ 1 - 1
src/views/room/clickRecord.vue

@@ -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' },