diff --git a/pingan/src/views/receiver/clues/index.vue b/pingan/src/views/receiver/clues/index.vue index 342afdf..bc05734 100644 --- a/pingan/src/views/receiver/clues/index.vue +++ b/pingan/src/views/receiver/clues/index.vue @@ -53,6 +53,7 @@ /> + + + + + + {{ row.mobile }} {{ row.sid }} + + {{ row.belongUserName.username }} + {{ row.belongUserName.userCode }} + @@ -133,7 +148,8 @@ title: '', citys: [], brands: [], - belong: [] + belong: [], + userCode: '' }, // 表格列配置 columns: [ @@ -147,11 +163,12 @@ slot: 'customer' }, { - prop: 'cfrom', + prop: 'belongUserName', label: '归属', align: 'center', showOverflowTooltip: true, - minWidth: 80 + minWidth: 80, + slot: 'belongUserName' }, { prop: 'brandSeries', diff --git a/pingan/src/views/receiver/customer/index.vue b/pingan/src/views/receiver/customer/index.vue index 4ebf611..36839ca 100644 --- a/pingan/src/views/receiver/customer/index.vue +++ b/pingan/src/views/receiver/customer/index.vue @@ -48,6 +48,7 @@ /> + + + + + + + + + + + +