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