This commit is contained in:
nasir@endelospay.com
2024-06-05 22:52:34 +05:00
parent 7e451af7a2
commit 83459a1ea8
8 changed files with 321 additions and 7 deletions

View File

@@ -53,6 +53,16 @@ export const routes = [
name: 'admin-patient-meeitng-details',
component: () => import('@/pages/patients/meeting-details.vue'),
},
{
path: '/admin/provider/meetings/:id',
name: 'admin-provider-meeitngs',
component: () => import('@/pages/providers/meetings.vue'),
},
{
path: '/admin/provider/meeting-details/:provider_id/:id',
name: 'admin-provider-meeitng-details',
component: () => import('@/pages/providers/meeting-details.vue'),
},
{
path: '/admin/patient/meeting/prescription/:patient_id/:id',
name: 'admin-patient-meeitng-prescription',