lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
ecf78e53d5
Modificáronse 1 ficheiros con 3 adicións e 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: {