From 9f04365a3d10a0a20a2249524c07775847ac12f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Fri, 7 Apr 2023 11:51:50 +0800 Subject: [PATCH] 4/7 --- src/views/main/Customer/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/main/Customer/index.vue b/src/views/main/Customer/index.vue index 9fa5314..e125f8b 100644 --- a/src/views/main/Customer/index.vue +++ b/src/views/main/Customer/index.vue @@ -167,13 +167,13 @@ const columns = [ { title: '电话', align: 'center', - width: '110', + width: '140', dataIndex: 'tel' }, { title: '邮箱', align: 'center', - width: '180', + width: '200', dataIndex: 'email' }, { @@ -227,7 +227,7 @@ const columns = [ { title: '发票抬头', align: 'center', - width: '160', + width: '200', dataIndex: 'invTitle' }, {