zhengyiming
7 天以前 1ea9f0443ca33caf1616e43c73cd9605c09cae69
packages/components/src/Form/ProRadio.vue
@@ -31,8 +31,8 @@
const props = withDefaults(defineProps<Props>(), {
  allBtnLabel: '不限',
  allBtnValue: '',
  enumLabelKey: 'name',
  enumValueKey: 'id',
  enumLabelKey: 'label',
  enumValueKey: 'value',
});
const model = defineModel<string | number>();