From f1fde49ea886c86a1f984d88ebdbc05a25d7d4f9 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 23 Feb 2022 20:31:15 +0800 Subject: [PATCH] edit --- .../freight/enterprise-audit/enterprise-audit.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts b/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts index 05d4dca6..2e3d6bd2 100644 --- a/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts +++ b/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts @@ -153,7 +153,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { { title: '企业名称', className: 'text-center', index: 'enterpriseName', width: 350 }, { title: '企业税号', className: 'text-center', index: 'unifiedSocialCreditCode', width: 180 }, { title: '管理员', className: 'text-center', index: 'contacter', width: 150 }, - { title: '手机号', className: 'text-center', index: 'mobile', width: 150 }, + { title: '手机号', className: 'text-center', index: 'mobile', width: 140 }, { title: '申请时间', className: 'text-center', index: 'createTime', width: 160 }, { title: '审核状态', @@ -174,7 +174,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { index: 'oftenUsedServices', type: 'enum', enum: { 10: '整车发货', 20: '大宗发货' }, - width: 150 + width: 140 }, { title: '推广业务员', className: 'text-center', index: 'promotersTelephone', width: 150 }, {