This commit is contained in:
Taric Xin
2022-02-23 20:03:17 +08:00
parent 01d4c7bc0b
commit 55f751a22e
6 changed files with 36 additions and 19 deletions

View File

@ -151,7 +151,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
initEnterST(): STColumn[] {
return [
{ title: '企业名称', className: 'text-center', index: 'enterpriseName', width: 350 },
{ title: '联系人', className: 'text-center', index: 'contacter', width: 150 },
{ title: '管理员', className: 'text-center', index: 'contacter', width: 150 },
{ title: '手机号', className: 'text-center', index: 'mobile', width: 150 },
{ title: '申请时间', className: 'text-center', index: 'createTime', width: 160 },
{