zhengyiming
2025-11-11 c9ef6542d3f61529635478801d5269561dbed1f5
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>(), {});