fix:按钮权限
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m51s

This commit is contained in:
2025-08-22 12:58:16 +08:00
parent a599e72a6b
commit 5fa41f6d85
3 changed files with 5 additions and 4 deletions

View File

@@ -39,10 +39,11 @@ export const querySchema: FormSchemaGetter = () => [
{
component: 'Select',
componentProps: {},
componentProps: {
options: getDictOptions('wy_zccgfs'),
},
fieldName: 'buyType',
label: '采购方式',
options: getDictOptions('wy_zccgfs'),
},
{
component: 'Select',