fix bug
This commit is contained in:
@ -281,10 +281,13 @@ export class PartnerListComponent {
|
||||
approvalStatus: {
|
||||
type: 'string',
|
||||
title: '认证审核状态',
|
||||
enum: [
|
||||
{ value: '', label: '全部' },
|
||||
{ value: 1, label: '企业' },
|
||||
{ value: 2, label: '个人' }
|
||||
],
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
containsAllLabel: true,
|
||||
params: { dictKey: 'pay:mode' },
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
@ -350,7 +353,7 @@ export class PartnerListComponent {
|
||||
title: '合伙人状态',
|
||||
enum: [
|
||||
{ value: '', label: '全部' },
|
||||
{ value: 0, label: '启用' },
|
||||
{ value: 0, label: '正常' },
|
||||
{ value: 1, label: '冻结' }
|
||||
],
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user