diff --git a/docs/component/col-picker.md b/docs/component/col-picker.md index f458c445..f334f404 100644 --- a/docs/component/col-picker.md +++ b/docs/component/col-picker.md @@ -212,13 +212,13 @@ const area = ref([ label: item.text } }), - findChildrenByCode(colPickerData, '130000')!.map((item) => { + findChildrenByCode(colPickerData, '150000')!.map((item) => { return { value: item.value, label: item.text } }), - findChildrenByCode(colPickerData, '130200')!.map((item) => { + findChildrenByCode(colPickerData, '150100')!.map((item) => { return { value: item.value, label: item.text