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

View File

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