|
@@ -49,33 +49,6 @@ export const navigationStore = defineStore("navigation", () => {
|
|
|
permission: false,
|
|
permission: false,
|
|
|
permissionScope: "dashboard",
|
|
permissionScope: "dashboard",
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- type: "single",
|
|
|
|
|
- title: "Suporte",
|
|
|
|
|
- name: "SupportPage",
|
|
|
|
|
- icon: "mdi-headset",
|
|
|
|
|
- disable: false,
|
|
|
|
|
- permission: false,
|
|
|
|
|
- permissionScope: "dashboard",
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- type: "single",
|
|
|
|
|
- title: "Atividades",
|
|
|
|
|
- name: "KanbanPage",
|
|
|
|
|
- icon: "mdi-clipboard-list-outline",
|
|
|
|
|
- disable: false,
|
|
|
|
|
- permission: false,
|
|
|
|
|
- permissionScope: "dashboard",
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- type: "single",
|
|
|
|
|
- title: "Cadastros",
|
|
|
|
|
- name: "CadastrosPage",
|
|
|
|
|
- icon: "mdi-account-multiple-outline",
|
|
|
|
|
- disable: false,
|
|
|
|
|
- permission: false,
|
|
|
|
|
- permissionScope: "dashboard",
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
type: "expansive",
|
|
type: "expansive",
|
|
|
title: "Financeiro",
|
|
title: "Financeiro",
|
|
@@ -117,6 +90,33 @@ export const navigationStore = defineStore("navigation", () => {
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ type: "single",
|
|
|
|
|
+ title: "Suporte",
|
|
|
|
|
+ name: "SupportPage",
|
|
|
|
|
+ icon: "mdi-headset",
|
|
|
|
|
+ disable: false,
|
|
|
|
|
+ permission: false,
|
|
|
|
|
+ permissionScope: "dashboard",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ type: "single",
|
|
|
|
|
+ title: "Atividades",
|
|
|
|
|
+ name: "KanbanPage",
|
|
|
|
|
+ icon: "mdi-clipboard-list-outline",
|
|
|
|
|
+ disable: false,
|
|
|
|
|
+ permission: false,
|
|
|
|
|
+ permissionScope: "dashboard",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ type: "single",
|
|
|
|
|
+ title: "Cadastros",
|
|
|
|
|
+ name: "CadastrosPage",
|
|
|
|
|
+ icon: "mdi-account-multiple-outline",
|
|
|
|
|
+ disable: false,
|
|
|
|
|
+ permission: false,
|
|
|
|
|
+ permissionScope: "dashboard",
|
|
|
|
|
+ },
|
|
|
]);
|
|
]);
|
|
|
|
|
|
|
|
const getNavigationAccess = () => {
|
|
const getNavigationAccess = () => {
|