edit
This commit is contained in:
@ -125,7 +125,7 @@ export class UserCenterComponentsDriverCaptainComponent implements OnInit {
|
||||
hidden: true
|
||||
}
|
||||
},
|
||||
name: { title: '司机姓名', type: 'string', ui: { placeholder: '请输入', showRequired: false } },
|
||||
name: { title: '车队长姓名', type: 'string', ui: { placeholder: '请输入', showRequired: false } },
|
||||
mobile: {
|
||||
title: '手机号',
|
||||
type: 'string',
|
||||
@ -193,7 +193,7 @@ export class UserCenterComponentsDriverCaptainComponent implements OnInit {
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
// { title: '', type: 'checkbox', className: 'text-center' },
|
||||
{ title: '司机姓名', className: 'text-center', index: 'name' },
|
||||
{ title: '车队长姓名', className: 'text-center', index: 'name' },
|
||||
{ title: '手机号', className: 'text-center', index: 'mobile' },
|
||||
{ title: '身份证号', className: 'text-center', index: 'identityNo' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user