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