<el-date-picker v-model="selectMonth" type="month" placeholder="选择月份" value-format="YYYY-MM"> </el-date-picker> 使用format属性将时间显示格式修改为YYYY–MM 年月格式 使用value-format将绑定值的格式修改为YYYY–MM年月格式