Open openks opened 7 years ago
方案一: 隐藏掉日选择器
方案二: 使用picker重新绘制一个只有年月的picker
<mt-datetime-picker
class="yearMonth"
ref="picker"
type="date"
year-format="{value} 年"
month-format="{value} 月"
date-format="{value} 日"
v-model="time"
@confirm="handleConfirm"
>
</mt-datetime-picker>
.yearMonth{
.picker-items {
.picker-slot-center:nth-child(3) {
flex:0 0 0%!important;
background-color:red;
}
}
}
mint-ui默认设置为年月日,年月日时分,时分三种情况
项目需求只显示年月不显示日