This commit is contained in:
wangshiming
2022-04-21 13:20:48 +08:00
parent 0c81f18284
commit 68a81ee41c

View File

@ -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',