fix: bugs

pull/159/head
xingyu4j 2025-06-26 17:57:18 +08:00
parent ec9b364b33
commit 201f052fab
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export function useFormSchema(): VbenFormSchema[] {
options: contracts.map((item) => ({ options: contracts.map((item) => ({
label: item.name, label: item.name,
value: item.id, value: item.id,
disabled: item.auditStatus === 20, disabled: item.auditStatus !== 20,
})), })),
placeholder: '请选择合同', placeholder: '请选择合同',
} as any; } as any;