fix bug
This commit is contained in:
@ -206,9 +206,13 @@ export class WithdrawalsRecordComponent {
|
||||
accountType: {
|
||||
type: 'string',
|
||||
title: '账户类型',
|
||||
enum: [
|
||||
{label: '全部', value: ''},
|
||||
{label: '个人合伙人', value: '4'},
|
||||
{label: '企业合伙人', value: '5'}
|
||||
],
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'bank:type' },
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
|
||||
@ -236,9 +236,13 @@ export class PartnerAccountManagementWithdrawalsRecordComponent implements OnIni
|
||||
accountType: {
|
||||
type: 'string',
|
||||
title: '账户类型',
|
||||
enum: [
|
||||
{label: '全部', value: ''},
|
||||
{label: '个人合伙人', value: '4'},
|
||||
{label: '企业合伙人', value: '5'}
|
||||
],
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'bank:type' },
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
|
||||
Reference in New Issue
Block a user