This commit is contained in:
Taric Xin
2022-02-14 17:56:28 +08:00
parent 950f60f717
commit d00c9a2aeb
8 changed files with 27 additions and 22 deletions

View File

@ -78,12 +78,12 @@ export class DriverAccountComponent implements OnInit {
hidden: true
}
},
name: {
userName: {
type: 'string',
title: '司机姓名',
ui: { placeholder: '请输入' }
},
idNo: {
certificateNumber: {
type: 'string',
title: '证件号码',
ui: { placeholder: '请输入' }