Merge branch 'master' of https://github.com/Danakcorp/danak-admin
This commit is contained in:
+3
-2
@@ -12,8 +12,9 @@ export const Pages = {
|
||||
},
|
||||
transactions: "/transactions",
|
||||
receipts: {
|
||||
index: "/receipts",
|
||||
detail: "/receipts/",
|
||||
index: "/receipts/list",
|
||||
detail: "/receipts/detail/",
|
||||
create: "/receipts/create",
|
||||
},
|
||||
ticket: {
|
||||
list: "/tickets",
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
export const SideBarItemHasSubMenu = [
|
||||
"services",
|
||||
"customers",
|
||||
"receipts",
|
||||
"users",
|
||||
"transactions",
|
||||
];
|
||||
Reference in New Issue
Block a user