lrf402788946 hace 5 años
padre
commit
ecf78e53d5
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      components/calendar.vue

+ 3 - 1
components/calendar.vue

@@ -4,6 +4,9 @@
       ref="fullCalendar"
       locale="zh-cn"
       firstDay="1"
+      :editable="false"
+      :droppable="false"
+      :eventLimit="true"
       :defaultDate="defaultDate"
       weekNumberCalculation="ISO"
       :customButtons="btn"
@@ -53,7 +56,6 @@ export default {
         // timeGridPlugin,
         interactionPlugin, // needed for dateClick
       ],
-      // calendarEvents: [],
       planList: [],
       addTitle: '',
       headers: {