edit
This commit is contained in:
@ -153,7 +153,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
||||
{ 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', index: 'createTime', width: 160 },
|
||||
{
|
||||
title: '审核状态',
|
||||
className: 'text-center',
|
||||
@ -189,11 +189,11 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
||||
initAdminST(): STColumn[] {
|
||||
return [
|
||||
{ title: '企业名称', className: 'text-center', index: 'enterpriseName' },
|
||||
{ title: '当前管理员', className: 'text-center', index: 'oldAdminName' },
|
||||
{ title: '当前管理员手机号', className: 'text-center', index: 'oldAdminMobile' },
|
||||
{ title: '转授对象', className: 'text-center', index: 'newAdminName' },
|
||||
{ title: '转授对象手机号', className: 'text-center', index: 'newAdminMobile' },
|
||||
{ title: '申请时间', className: 'text-center', index: 'createTime' },
|
||||
{ title: '当前管理员', className: 'text-center', index: 'oldAdminName', width: 140 },
|
||||
{ title: '当前管理员手机号', className: 'text-center', index: 'oldAdminMobile', width: 150 },
|
||||
{ title: '转授对象', className: 'text-center', index: 'newAdminName', width: 140 },
|
||||
{ title: '转授对象手机号', className: 'text-center', index: 'newAdminMobile', width: 150 },
|
||||
{ title: '申请时间', className: 'text-center', index: 'createTime', width: 160 },
|
||||
{
|
||||
title: '状态',
|
||||
className: 'text-center',
|
||||
@ -203,7 +203,8 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
||||
10: { text: '待审核', color: 'processing' },
|
||||
20: { text: '已成功', color: 'success' },
|
||||
30: { text: '已驳回', color: 'warning' }
|
||||
}
|
||||
},
|
||||
width: 130
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user