wupengfei
5 天以前 a4bb5626dcf18a1893792eeeca75e9139c744ad0
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>(), {});