From 512c035d03f4be405af23825fd7643c255f6d2a9 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 25 Jul 2025 10:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E6=B1=A0?= =?UTF-8?q?=E5=92=8C=E7=BA=BF=E7=B4=A2=E6=B1=A0=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingan/src/views/receiver/clues/index.vue | 23 ++++++++++++++++--- pingan/src/views/receiver/customer/index.vue | 14 ++++++++++- .../views/receiver/customer/mobileList.vue | 14 ++++++++++- 3 files changed, 46 insertions(+), 5 deletions(-) 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 @@ /> + + + + + + + + + + + +