This commit is contained in:
wangshiming
2022-04-21 10:09:42 +08:00
parent 2525f01523
commit e5e622d30d
3 changed files with 33 additions and 20 deletions

View File

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