This commit is contained in:
Taric Xin
2022-03-02 18:00:51 +08:00
parent b60bdb4b9d
commit dc42b429cf

View File

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