如图所示,单选框内包裹日历控件时,点击日历控件中的翻页按钮会触发消失
相关代码
<RadioGroup v-model="endDate">
<Radio label="最新" style="color: #222222;"></Radio>
<Radio :label="timeDemo" style="margin-top: 20px;">
<DatePicker type="date" placeholder="按日历" style="width: 200px" v-model="time"></DatePicker>
</Radio>
</RadioGroup>
1.把DatePicker拿出来 用DatePicker的disable属性控制#滑稽
2.直接用一个DatePicker不要RadioGroup,预设DatePicker的value为现在的日期