Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

# Conflicts:
#	apps/web-antd/vite.config.mts
This commit is contained in:
FLL
2025-07-10 16:21:36 +08:00
41 changed files with 2266 additions and 217 deletions

View File

@@ -153,14 +153,15 @@ async function queryUnitData() {
formApi.updateSchema([{
componentProps: () => ({
options: options,
filterOption: filterOption
filterOption: filterOption,
showSearch:true,
}),
fieldName: 'unit',
}])
}
const filterOption = (input: string, option: any) => {
return option.value.toLowerCase().indexOf(input.toLowerCase()) >= 0;
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0;
};
async function changeProjectNum() {