Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
AnandaTon 2023-07-17 16:07:34 +07:00
commit d0b31e21e7
3 changed files with 28 additions and 15 deletions

View file

@ -65,16 +65,6 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/report/report-01",
name: "insignia-report-report-01",
component: report_01,
meta: {
Auth: true,
Key: [7.1],
Role: "insignia",
},
},
{
path: "/insignia/coin",
name: "coin",
@ -85,4 +75,24 @@ export default [
Role: "insignia",
},
},
{
path: "/insignia/report",
name: "insignia-report",
component: ReportView,
meta: {
Auth: true,
Key: [7],
Role: "insignia",
},
},
{
path: "/insignia/report/report-01",
name: "report-report-01",
component: report_01,
meta: {
Auth: true,
Key: [7],
Role: "insignia",
},
},
];