From a1623df60027f9badfcaec042cd8909b1707ab50 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 2 Apr 2024 09:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=B0=83=E6=95=B4=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../businessManagement/ContactManagement.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/businessManagement/ContactManagement.vue b/src/views/businessManagement/ContactManagement.vue index 0ce35ac..8218a9f 100644 --- a/src/views/businessManagement/ContactManagement.vue +++ b/src/views/businessManagement/ContactManagement.vue @@ -120,44 +120,44 @@ export default { customRender: function (t, r, index) { return parseInt(index) + 1 } + }, { + title: '企业名称', + align: 'center', + width: 300, + dataIndex: 'companyName', + scopedSlots: { customRender: 'text' } }, { title: '姓名', align: 'center', - width: 280, + width: 300, dataIndex: 'name', scopedSlots: { customRender: 'text' } }, { title: '性别', align: 'center', - width: 80, + width: 100, dataIndex: 'gender_dictText' }, { title: '职务', align: 'center', - width: 280, + width: 300, dataIndex: 'post', scopedSlots: { customRender: 'text' } }, { title: '手机号', align: 'center', - width: 140, + width: 175, dataIndex: 'phone' },{ title: '角色', align: 'center', - width: 140, + width: 175, dataIndex: 'roleCode_dictText' - }, { - title: '创建时间', - align: 'center', - width: 150, - dataIndex: 'createTime' - }, { - title: '企业名称', - align: 'center', - width: 280, - dataIndex: 'companyName', - scopedSlots: { customRender: 'text' } + // }, { + // title: '创建时间', + // align: 'center', + // width: 150, + // dataIndex: 'createTime' }, { title: '操作', dataIndex: 'action',