src/components/Form/ProFormPaginationSelect.vue
@@ -4,6 +4,8 @@ v-model="modelValue" :proTableProps="proTableProps" v-bind="{ ...$attrs }" :enumLabelKey="enumLabelKey" :enumValueKey="enumValueKey" /> </ProFieldCustom> </template> @@ -18,6 +20,8 @@ type Props = { proTableProps: any; enumLabelKey?: string; enumValueKey?: string; }; const props = withDefaults(defineProps<Props>(), {});