浏览代码

事件排序

cxmo 1 年之前
父节点
当前提交
a79173eeee
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/hzyb/forexCalendar/components/BaseCalendar.vue

+ 1 - 0
src/views/hzyb/forexCalendar/components/BaseCalendar.vue

@@ -34,6 +34,7 @@ let calendarOptions = ref({
     dayHeaderFormat:{ //https://fullcalendar.io/docs/v5/date-formatting
         weekday:'narrow', //头部星期显示为一 二 三...
     },
+    eventOrder:'sort',
     dayCellContent:function(arg){ //单元格日期显示为 1 2 3...
         return arg.date.getDate()
     },