This commit is contained in:
Taric Xin
2022-02-25 16:31:45 +08:00
parent f3a30b5e0e
commit 52440f9f66
6 changed files with 126 additions and 66 deletions

View File

@ -281,6 +281,30 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
}
}
},
approval11St1atus: {
type: 'string',
title: '常用服务',
enum: [{ label: '全部', value: '' }],
default: '',
ui: {
widget: 'select',
visibleIf: {
expand: (value: boolean) => this.tabType === 1 && value
}
}
},
approval11St11atus: {
type: 'string',
title: '客户类型',
enum: [{ label: '全部', value: '' }],
default: '',
ui: {
widget: 'select',
visibleIf: {
expand: (value: boolean) => this.tabType === 1 && value
}
}
},
mobile: {
title: '手机号',
type: 'string',