fix: bugs
parent
ec9b364b33
commit
201f052fab
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue