你的distributionTime格式符合el-date-picker type="month"的值。halfyear组件把value做了某种转换吧?进去修正一下。const value = '2025-12'; <el-date-picker v-model="value" type="month" placeholder="选择月"> </el-date-picker>
你的
distributionTime
格式符合el-date-picker type="month"
的值。halfyear
组件把value
做了某种转换吧?进去修正一下。