缴费审核

This commit is contained in:
FLL
2025-08-27 17:47:37 +08:00
parent d6da044b48
commit 9cf89cea89

View File

@@ -5,9 +5,12 @@ import {renderDict} from "#/utils/render";
export const querySchema: FormSchemaGetter = () => [
{
component: 'Input',
fieldName: 'searchValue',
label: '搜索值',
label: '费用类型',
fieldName: 'costType',
component: 'Select',
componentProps: () => ({
options: getDictOptions('wy_cbfylx'),
}),
},
];