ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

默认日期选择,切换为月份日期不对。

Open LOADINGG opened this issue 1 year ago • 11 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.3

Environment

Vue

Reproduction link

Edit on CodeSandbox

Steps to reproduce

参考codesandbox代码片段

What is expected?

模式为选择月份时,选择月份后应该返回这样格式,例如选择1月到9月返回值应该是2024-01-01~2024-09-30。

现在是,默认时间为2024-05-12 ~ 2024-09-15,切换为月份选择后返回值是2024-01-12 ~ 2024-09-12。

What is actually happening?

LOADINGG avatar Sep 18 '24 01:09 LOADINGG