fix bug
This commit is contained in:
@ -197,6 +197,8 @@ export class FreightComponentsUserComponent implements OnInit {
|
||||
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '企业名称', className: 'text-center', index: 'enterpriseName' },
|
||||
{ title: '项目名称', className: 'text-center', index: 'projectName' },
|
||||
{ title: '用户姓名', className: 'text-center', index: 'name' },
|
||||
{ title: '手机号', className: 'text-center', index: 'telephone' },
|
||||
{ title: '身份证件号', className: 'text-center', index: 'certificateNumber' },
|
||||
|
||||
Reference in New Issue
Block a user