缴费审核

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 = () => [ export const querySchema: FormSchemaGetter = () => [
{ {
component: 'Input', label: '费用类型',
fieldName: 'searchValue', fieldName: 'costType',
label: '搜索值', component: 'Select',
componentProps: () => ({
options: getDictOptions('wy_cbfylx'),
}),
}, },
]; ];