From d0bcfd0184f67458e3b612bddffdd8ba8b9a7915 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 01 九月 2025 17:17:23 +0800 Subject: [PATCH] feat: 签约 --- packages/components/src/Input/ChooseInputWithPicker.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/src/Input/ChooseInputWithPicker.vue b/packages/components/src/Input/ChooseInputWithPicker.vue index bd57273..1d07b64 100644 --- a/packages/components/src/Input/ChooseInputWithPicker.vue +++ b/packages/components/src/Input/ChooseInputWithPicker.vue @@ -21,8 +21,8 @@ }; const props = withDefaults(defineProps<Props>(), { - enumLabelKey: 'name', - enumValueKey: 'id', + enumLabelKey: 'label', + enumValueKey: 'value', }); const emit = defineEmits<{ -- Gitblit v1.9.1