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