edit
This commit is contained in:
@ -150,10 +150,10 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
|||||||
*/
|
*/
|
||||||
initEnterST(): STColumn[] {
|
initEnterST(): STColumn[] {
|
||||||
return [
|
return [
|
||||||
{ title: '企业名称', className: 'text-center', index: 'enterpriseName' },
|
{ title: '企业名称', className: 'text-center', index: 'enterpriseName', width: 350 },
|
||||||
{ title: '联系人', className: 'text-center', index: 'contacter' },
|
{ title: '联系人', className: 'text-center', index: 'contacter', width: 150 },
|
||||||
{ title: '手机号', className: 'text-center', index: 'mobile' },
|
{ title: '手机号', className: 'text-center', index: 'mobile', width: 150 },
|
||||||
{ title: '申请时间', className: 'text-center', index: 'createTime' },
|
{ title: '申请时间', className: 'text-center', index: 'createTime', width: 150 },
|
||||||
{
|
{
|
||||||
title: '审核状态',
|
title: '审核状态',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
@ -164,16 +164,18 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
|||||||
15: { text: '已撤销', color: 'processing' },
|
15: { text: '已撤销', color: 'processing' },
|
||||||
20: { text: '已成功', color: 'success' },
|
20: { text: '已成功', color: 'success' },
|
||||||
30: { text: '审核失败', color: 'warning' }
|
30: { text: '审核失败', color: 'warning' }
|
||||||
}
|
},
|
||||||
|
width: 130
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '常用服务',
|
title: '常用服务',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
index: 'oftenUsedServices',
|
index: 'oftenUsedServices',
|
||||||
type: 'enum',
|
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: '操作',
|
title: '操作',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
|
|||||||
Reference in New Issue
Block a user