From be36b14da2c7f2441c424143207e9879857fab21 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 23 Feb 2022 14:02:52 +0800 Subject: [PATCH] edit --- .../enterprise-audit.component.ts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 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 8ed394fb..7ffd3e84 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 @@ -150,10 +150,10 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { */ initEnterST(): STColumn[] { return [ - { title: '企业名称', className: 'text-center', index: 'enterpriseName' }, - { title: '联系人', className: 'text-center', index: 'contacter' }, - { title: '手机号', className: 'text-center', index: 'mobile' }, - { title: '申请时间', className: 'text-center', index: 'createTime' }, + { title: '企业名称', className: 'text-center', index: 'enterpriseName', width: 350 }, + { title: '联系人', className: 'text-center', index: 'contacter', width: 150 }, + { title: '手机号', className: 'text-center', index: 'mobile', width: 150 }, + { title: '申请时间', className: 'text-center', index: 'createTime', width: 150 }, { title: '审核状态', className: 'text-center', @@ -164,16 +164,18 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { 15: { text: '已撤销', color: 'processing' }, 20: { text: '已成功', color: 'success' }, 30: { text: '审核失败', color: 'warning' } - } + }, + width: 130 }, { title: '常用服务', className: 'text-center', index: 'oftenUsedServices', type: 'enum', - enum: { 10: '整车发货', 20: '大宗发货' } + enum: { 10: '整车发货', 20: '大宗发货' }, + width: 150 }, - { title: '推广业务员', className: 'text-center', index: 'promotersTelephone' }, + { title: '推广业务员', className: 'text-center', index: 'promotersTelephone', width: 150 }, { title: '操作', fixed: 'right',