fix: bugs

This commit is contained in:
xingyu4j
2025-06-10 14:46:50 +08:00
parent 6ad994b621
commit 3b5c939a61

View File

@@ -42,7 +42,8 @@ export function useGridFormSchema(): VbenFormSchema[] {
},
dependencies: {
triggerFields: ['deliveryType'],
show: (values) => values.deliveryType === DeliveryTypeEnum.PICK_UP.type,
trigger: (values) =>
values.deliveryType === DeliveryTypeEnum.PICK_UP.type,
},
},
];