缴费审核
This commit is contained in:
@@ -5,9 +5,12 @@ import {renderDict} from "#/utils/render";
|
|||||||
|
|
||||||
export const querySchema: FormSchemaGetter = () => [
|
export const querySchema: FormSchemaGetter = () => [
|
||||||
{
|
{
|
||||||
component: 'Input',
|
label: '费用类型',
|
||||||
fieldName: 'searchValue',
|
fieldName: 'costType',
|
||||||
label: '搜索值',
|
component: 'Select',
|
||||||
|
componentProps: () => ({
|
||||||
|
options: getDictOptions('wy_cbfylx'),
|
||||||
|
}),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user