shenmr
Results
1
issues of
shenmr
日期选择框问题
2
@form-create/ant-design-vue 3.1.26版本 rangePicker组件设置预设范围presets后,选择后不能关闭选择框,除非是双击或者点击外面才行 代码: { type: 'rangePicker', field: 'date', title: '日期范围', props: { placeholder: ['开始日期', '结束日期'], valueFormat: 'YYYY-MM-DD', disabledDate: (current: Dayjs) => current && (current > dayjs().endOf('day') || current