Browse Source

不固定6周,随月份显示

cxmo 1 year ago
parent
commit
b86d41fd5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/toolBox_manage/components/BaseCalendar.vue

+ 1 - 0
src/views/toolBox_manage/components/BaseCalendar.vue

@@ -59,6 +59,7 @@ export default {
                 dayCellContent:function(arg){ //单元格日期显示为 1 2 3...
                     return arg.date.getDate()
                 },
+                fixedWeekCount:false,//是否固定6周
                 eventOrder:'Sort', //指定事项排序字段
                 /* dayMaxEventRows:6,//一天最多展示6条
                 moreLinkClick:(info)=>{this.handleDateClick(info)},//点击more时触发 */