diff --git a/src/components/common/VnSelectFilter.vue b/src/components/common/VnSelectFilter.vue index c197f17ea..5b91caa1a 100644 --- a/src/components/common/VnSelectFilter.vue +++ b/src/components/common/VnSelectFilter.vue @@ -13,7 +13,7 @@ const $props = defineProps({ default: () => [], }, optionLabel: { - type: String, + type: [String, Function], default: '', }, filterOptions: {