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