diff --git a/htdocs/App.vue b/htdocs/App.vue index c6e9da6..3b46281 100644 --- a/htdocs/App.vue +++ b/htdocs/App.vue @@ -18,7 +18,7 @@ import RoutePatientDetail from './RoutePatientDetail.vue'; import RoutePatientVisits from './RoutePatientVisits.vue'; import RoutePatientOrders from './RoutePatientOrders.vue'; - import RouteScheduleOverview from './RouteScheduleOverview.vue'; + import RoutePlanner from './RoutePlanner.vue'; import RouteRecall from './RouteRecall.vue'; export default { @@ -48,7 +48,7 @@ { path: '/patient/:id', component: RoutePatientDetail }, { path: '/patient/:id/visits', component: RoutePatientVisits }, { path: '/patient/:id/orders', component: RoutePatientOrders }, - { path: '/overview', component: RouteScheduleOverview }, + { path: '/planner', component: RoutePlanner }, { path: '/recall', component: RouteRecall }, ].forEach(route => this.$root.$router.addRoute(route)); await this.$root.$router.replace(this.$route); diff --git a/htdocs/Navbar.vue b/htdocs/Navbar.vue index 7e0c49b..2461bbc 100644 --- a/htdocs/Navbar.vue +++ b/htdocs/Navbar.vue @@ -22,7 +22,7 @@
{{x}} |
---|
-
- #{{week.values[day].length}}
-
-
- {{day > 0 ? week.values[day][0]._START_OBJ.getDate() : week.key.toLocaleDateString('sv-SE')}} *{{appointment._CONCURRENCY}}
-
-
- {{appointment._START_OBJ.toLocaleTimeString('en-GB').substring(0, 5)}} {{appointment.PATIENTNAME.substring(0, 1)}}{{appointment.HRN.slice(-4)}}{{day > 0 ? (new Date(week.key.getTime() + 1000*60*60*24*day)).getDate() : week.key.toLocaleDateString('sv-SE')}}
- |
-
{{x}} |
---|
+
+ #{{week.values[day].length}}
+
+
+ {{day > 0 ? week.values[day][0]._START_OBJ.getDate() : week.key.toLocaleDateString('sv-SE')}} *{{appointment._CONCURRENCY}}
+
+
+ {{appointment._START_OBJ.toLocaleTimeString('en-GB').substring(0, 5)}} {{appointment.PATIENTNAME.substring(0, 1)}}{{appointment.HRN.slice(-4)}}{{day > 0 ? (new Date(week.key.getTime() + 1000*60*60*24*day)).getDate() : week.key.toLocaleDateString('sv-SE')}}
+ |
+