From ce3f22f4aebc8796ca14c81355a5620f72eda26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 19 Mar 2026 17:35:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(credit):=20=E6=B7=BB=E5=8A=A0=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=88=97=E8=A1=A8=E8=B7=9F=E8=BF=9B=E4=BA=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在表格列配置中增加跟进人列定义 - 设置跟进人列的数据索引为 realName - 配置跟进人列宽度为 120px 并居中对齐 - 将 realName 字段添加到列表查询参数中 --- src/views/credit/creditMpCustomer/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/credit/creditMpCustomer/index.vue b/src/views/credit/creditMpCustomer/index.vue index 14f17f9..35b39ac 100644 --- a/src/views/credit/creditMpCustomer/index.vue +++ b/src/views/credit/creditMpCustomer/index.vue @@ -394,6 +394,13 @@ const allColumns = ref([ ellipsis: true, customRender: ({text}) => toDateString(text, 'yyyy-MM-dd HH:mm:ss') }, + { + title: '跟进人', + dataIndex: 'realName', + key: 'realName', + width: 120, + align: 'center' + }, { title: '操作', key: 'action', @@ -412,6 +419,7 @@ const defaultVisibleColumns = [ 'price', 'years', 'city', + 'realName', 'step', 'files', // 'status',