[WIP] Import Plans

This commit is contained in:
2022-07-07 10:17:46 +07:00
parent f18bb85b94
commit 574004d408
146 changed files with 28928 additions and 71 deletions

View File

@@ -36,8 +36,6 @@ const navConfig = [
// },
{
title: 'DOCTORS & HOSPITALS',
// path: '/',
// icon: ICONS.user,
children: [
{ title: 'Doctors', path: '/doctors' },
{ title: 'Hospitals', path: '/hospitals' },
@@ -52,8 +50,10 @@ const navConfig = [
},
{
title: 'STATION BENEFIT & MEMBERSHIP',
openWhen: ['/corporates', '/formularium', '/diagnosis', '/hospitals'],
children: [
{ title: 'Corporate', path: '/corporates' },
{ title: 'Corporate Create', path: '/corporates/create' },
{ title: 'Formularium', path: '/formularium' },
{ title: 'Diagnosis Library (ICD-X)', path: '/diagnosis' },
{ title: 'Hospitals', path: '/hospitals' },