list dan detail approval pov apporoval
This commit is contained in:
@@ -269,6 +269,10 @@ export default function Router() {
|
||||
path: 'inpatient_monitoring', // Inpatient Monitoring
|
||||
element: <InpatientMonitoring />
|
||||
},
|
||||
{
|
||||
path: 'approval_inpatient_monitoring', // Approval Monitoring
|
||||
element: <ApprovalMonitoring />
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -555,6 +559,10 @@ export default function Router() {
|
||||
{
|
||||
path: 'custormer-service/final-log/detail/:id',
|
||||
element: <FinalLogDetail />,
|
||||
},
|
||||
{
|
||||
path: 'custormer-service/final-log/detail/:id/:approval',
|
||||
element: <FinalLogDetail />,
|
||||
},
|
||||
{
|
||||
path: 'e-prescription/live-chat',
|
||||
@@ -714,6 +722,7 @@ const DetailLabResultForm = Loadable(lazy(() => import('../pages/CaseManage
|
||||
const DetailLabResultList = Loadable(lazy(() => import('../pages/CaseManagement/LaboratoriumResult/Components/DetailLabResultList')))
|
||||
// Inpatient Monitoring
|
||||
const InpatientMonitoring = Loadable(lazy(() => import('../pages/CaseManagement/InpatientMonitoring/Index')))
|
||||
const ApprovalMonitoring = Loadable(lazy(() => import('../pages/CaseManagement/ApprovalMonitoring/Index')))
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user