fix: system cannot see some report
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
0ba89577fc
commit
c8a6434e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
const isExecutive = computed(() => {
|
const isExecutive = computed(() => {
|
||||||
const roles = userRoles.value;
|
const roles = userRoles.value;
|
||||||
return roles.includes('executive');
|
return roles.includes('executive') || roles.includes('system');
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredTabs = computed(() => {
|
const filteredTabs = computed(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue