This commit is contained in:
wangshiming
2022-02-18 16:31:27 +08:00
parent d7062ad688
commit 70caafa45e
2 changed files with 7 additions and 46 deletions

View File

@ -133,56 +133,17 @@ export class UserCenterComponentsDriverConfigComponent implements OnInit {
placeholder: '请输入'
}
},
identityNo: {
title: '身份证号',
isCaptain: {
type: 'string',
ui: {
placeholder: '请输入'
}
},
promotersTelephone: {
title: '业务员手机号',
type: 'string',
maxLength: 11,
ui: {
placeholder: '请输入',
visibleIf: {
expand: (value: boolean) => value
}
}
},
identityStatus: {
type: 'string',
title: '实名认证状态',
title: '类型',
enum: [
{ label: '全部', value: '' },
{ label: '待审核', value: 0 },
{ label: '审核通过', value: 1 },
{ label: '驳回', value: 2 }
{ label: '车队长', value: 1 },
{ label: '司机', value: 0 },
],
default: '',
ui: {
widget: 'select',
visibleIf: {
expand: (value: boolean) => value
}
}
},
source: {
type: 'string',
title: '注册渠道',
enum: [
{ label: '全部', value: '' },
{ label: '用户注册', value: 1 },
{ label: '货主添加', value: 2 },
{ label: '运营添加', value: 3 },
],
default: '',
ui: {
widget: 'select',
visibleIf: {
expand: (value: boolean) => value
}
}
}
}