update create e-prescription

This commit is contained in:
2024-04-30 10:11:11 +07:00
parent 2c4fe723dc
commit 8aa67c1864
19 changed files with 2234 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ const navConfig = [
{ title: 'Appointment', path: '/report/appointments' },
{ title: 'Live Chat', path: '/report/live-chat' },
{ title: 'Linksehat Payment', path: '/report/linksehat-payments' },
{ title: 'Prescription', path: '/report/prescription' },
// { title: 'Prescription', path: '/report/prescription' },
{ title: 'Doctor Rating', path: '/report/doctorrating' },
],
@@ -123,6 +123,10 @@ const navConfig = [
title: 'LINKING TOOLS',
path: '/linking',
},
{
title: 'E - PRESCRIPTION',
path: '/e-prescription/live-chat',
},
],
},
];