This commit is contained in:
Taric Xin
2022-02-23 14:02:52 +08:00
parent c9a79cfbdc
commit be36b14da2

View File

@ -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',