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