wupengfei
2025-10-17 bae1e0d700497fc5bb88949b8b36b9049dfa1a27
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>(), {});