fix: system cannot see some report
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Methapon2001 2025-03-05 17:33:26 +07:00
parent 0ba89577fc
commit c8a6434e4c

View file

@ -64,7 +64,7 @@ onMounted(async () => {
const isExecutive = computed(() => {
const roles = userRoles.value;
return roles.includes('executive');
return roles.includes('executive') || roles.includes('system');
});
const filteredTabs = computed(() => {