diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index 4732756..2587669 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -76,13 +76,25 @@ cancel + @click=" + active = 0; + displayEventsList = []; + dialogSchoolEvents = []; + dialogMeetingEvents = []; + viewEventDetails = false; + " + >cancel - + - +
{{ tab.name }}
- +
-
{{particularEvent.title}}
-
Date Of Event : {{moment(particularEvent.dateOfEvent).format("DD MMMM, YYYY")}}
-
Start Time : {{particularEvent.startTime}}
-
Duration : {{particularEvent.duration}}
+
{{ particularEvent.title }}
+
+ Date Of Event : + {{ + moment(particularEvent.dateOfEvent).format( + "DD MMMM, YYYY" + ) + }} +
+
+ Start Time : {{ particularEvent.startTime }} +
+
+ Duration : {{ particularEvent.duration }} +
+
+ Description : {{ particularEvent.description }}
-
Description : {{particularEvent.description}}
@@ -119,26 +149,44 @@ - +
-
{{particularEvent.title}}
-
Date Of Event : {{moment(particularEvent.dateOfEvent).format("DD MMMM, YYYY")}}
-
Start Time : {{particularEvent.startTime}}
-
Duration : {{particularEvent.duration}}
+
{{ particularEvent.title }}
+
+ Date Of Event : + {{ + moment(particularEvent.dateOfEvent).format( + "DD MMMM, YYYY" + ) + }} +
+
+ Start Time : {{ particularEvent.startTime }} +
+
+ Duration : {{ particularEvent.duration }} +
+
+ Description : {{ particularEvent.description }}
-
Description : {{particularEvent.description}}
@@ -152,22 +200,31 @@
-
{{particularEvent.title}}
-
Date Of Event : {{moment(particularEvent.dateOfEvent).format("DD MMMM, YYYY")}}
-
Start Time : {{particularEvent.startTime}}
-
Duration : {{particularEvent.duration}}
+
{{ particularEvent.title }}
+
+ Date Of Event : + {{ + moment(particularEvent.dateOfEvent).format("DD MMMM, YYYY") + }} +
+
+ Start Time : {{ particularEvent.startTime }} +
+
+ Duration : {{ particularEvent.duration }} +
+
+ Description : {{ particularEvent.description }}
-
Description : {{particularEvent.description}}
@@ -180,44 +237,80 @@ - + - + - Students - icons - {{ students.length }} + Students + icons + {{ + students.length + }} - + - Teachers - icons + Teachers + icons - {{ teachers.length }} + {{ + teachers.length + }} - + - Parents - icons - {{ parents.length }} + Parents + icons + {{ + parents.length + }} - + - Class - icons - {{ classes.length }} + Class + icons + {{ + classes.length + }} @@ -226,9 +319,11 @@

You have no student registered with school

+ > + You have no student registered with school +

- +