wupengfei
4 天以前 538f0972c19b96af2ee361c6af4fc86c41127171
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>();