master #5

Merged
bichangxiong merged 42 commits from master into prod 2025-09-06 20:34:21 +08:00
Showing only changes of commit 9cf89cea89 - Show all commits

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'),
}),
},
];