Planner (refactored from schedule overview)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user