This commit is contained in:
wangshiming
2022-05-06 17:26:48 +08:00
parent 9c3d26fb81
commit 5803d5943e

View File

@ -247,13 +247,9 @@ export class PartnerAccountManagementWithdrawalsRecordComponent implements OnIni
accountType: { accountType: {
type: 'string', type: 'string',
title: '账户类型', title: '账户类型',
enum: [
{label: '全部', value: ''},
{label: '个人合伙人', value: '4'},
{label: '企业合伙人', value: '5'}
],
ui: { ui: {
widget: 'select', widget: 'dict-select',
params: { dictKey: 'bank:type' },
placeholder: '请选择', placeholder: '请选择',
visibleIf: { visibleIf: {
expand: (value: boolean) => value expand: (value: boolean) => value