fix: bugs

pull/136/head
xingyu4j 2025-06-10 14:46:50 +08:00
parent 6ad994b621
commit 3b5c939a61
1 changed files with 2 additions and 1 deletions

View File

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