当前位置: 代码迷 >> 综合 >> avue avue-crud 日期格式设置不成功
  详细解决方案

avue avue-crud 日期格式设置不成功

热度:99   发布时间:2023-11-26 02:21:44.0

searchRange:true, //如要修改日期格式,默认为年月日,若要修改成年月,此属性一定要有

{label: '日期',prop: 'thisMonth',type:'month',// dateDefault: true,// searchValue: [_this.currentDate1, _this.currentDate2],      // 这是我获取的默认的显示日期,我这里是['2020-08-04', '2020-09-22']format: 'yyyy-MM',                  // 这是组件展示的日期格式valueFormat: 'yyyy-MM',        // 这是组件value值的格式searchSpan:8,searchRange:true, //如要修改日期格式,默认为年月日,若要修改成年月,此属性一定要有search:true,searchClearable: false,
},
  相关解决方案