diff --git a/src/PickerPanel/DatePanel/index.tsx b/src/PickerPanel/DatePanel/index.tsx index 4a6f387c3..e4bbe6595 100644 --- a/src/PickerPanel/DatePanel/index.tsx +++ b/src/PickerPanel/DatePanel/index.tsx @@ -98,7 +98,13 @@ export default function DatePanel(props: DatePane : []); if (prefixColumn) { - headerCells.push(); + headerCells.push( + + + {locale.week} + + , + ); } for (let i = 0; i < WEEK_DAY_COUNT; i += 1) { headerCells.push({weekDaysLocale[(i + weekFirstDay) % WEEK_DAY_COUNT]}); @@ -136,7 +142,7 @@ export default function DatePanel(props: DatePane const yearNode: React.ReactNode = (