fix bug
This commit is contained in:
@ -165,12 +165,14 @@ export class WithdrawalsDetailComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '服务类型',
|
||||
ui: {
|
||||
widget: 'select',
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'service:type' },
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
driverName: {
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user