edit
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user