From b6e6d528185d75148d1ef83d27ef09f2aef69156 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Sun, 10 Aug 2025 22:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingan/src/views/receiver/customer/index.vue | 44 ++++++++++++------- .../user/cmmssn/components/user-search.vue | 4 +- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/pingan/src/views/receiver/customer/index.vue b/pingan/src/views/receiver/customer/index.vue index 0acd18c..f5cf307 100644 --- a/pingan/src/views/receiver/customer/index.vue +++ b/pingan/src/views/receiver/customer/index.vue @@ -4,6 +4,15 @@ + + + + +
{{ row.name }}
{{ row.mobile }}
-
{{ row.cid }}
+
线索编号:{{ row.cluesSid }}
+
客户编号:{{ row.cid }}
@@ -177,6 +187,7 @@ return { where: { title: '', + cluesSid: '', cid: '', citys: [], brands: [], @@ -191,15 +202,16 @@ prop: 'userName', label: '客户', align: 'center', - minWidth: 120, - slot: 'userName' + width: 280, + slot: 'userName', + fixed: 'left' }, { prop: 'belongUserName', label: '归属', align: 'center', showOverflowTooltip: true, - minWidth: 80, + width: 150, slot: 'belongUserName' }, { @@ -207,7 +219,7 @@ label: '中心', align: 'center', showOverflowTooltip: true, - minWidth: 50, + width: 100, slot: 'centerNumber' }, { @@ -215,41 +227,41 @@ label: '机构', align: 'center', showOverflowTooltip: true, - minWidth: 50, + width: 100, slot: 'orgName' }, { - prop: 'brand_detail', + prop: 'brandDetail', label: '关注车型', align: 'center', - minWidth: 80, + width: 200, resizable: false }, { - prop: 'biz_name', + prop: 'bizName', label: '所属门店', align: 'center', - minWidth: 80 + width: 200 }, { prop: 'status_name', label: '状态', align: 'center', showOverflowTooltip: true, - minWidth: 80 + minWidth: 100 }, { prop: 'enTime', label: '入池时间', align: 'center', - minWidth: 80, + minWidth: 200, resizable: false }, { prop: 'checkStatus', label: '审核状态', align: 'center', - minWidth: 80, + minWidth: 100, resizable: false } ], diff --git a/pingan/src/views/user/cmmssn/components/user-search.vue b/pingan/src/views/user/cmmssn/components/user-search.vue index 689dff3..0d5bece 100644 --- a/pingan/src/views/user/cmmssn/components/user-search.vue +++ b/pingan/src/views/user/cmmssn/components/user-search.vue @@ -9,7 +9,7 @@ - +