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 @@ - +