fix bug
This commit is contained in:
@ -152,9 +152,15 @@ export class VoucherManagementComponent extends BasicTableComponent {
|
|||||||
vctype: {
|
vctype: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '凭证类型',
|
title: '凭证类型',
|
||||||
|
enum: [
|
||||||
|
{label: '全部', value:''},
|
||||||
|
{label: 'WLW', value:'WLW'},
|
||||||
|
{label: 'YH', value:'YH'},
|
||||||
|
{label: 'KP', value:'KP'},
|
||||||
|
{label: 'ZZ', value:'ZZ'},
|
||||||
|
],
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'dict-select',
|
widget: 'select',
|
||||||
params: { dictKey: 'credential:type' },
|
|
||||||
placeholder: '请选择'
|
placeholder: '请选择'
|
||||||
},
|
},
|
||||||
default: ''
|
default: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user