refactor: bind form crud
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
Thanaphon Frappet 2025-03-11 09:57:27 +07:00
parent aecfc4ec57
commit 1268f6e35f
5 changed files with 177 additions and 39 deletions

View file

@ -120,7 +120,15 @@ onMounted(async () => {
),
},
{ label: 'workflow', route: '/workflow' },
{ label: 'property', route: '/property' },
{
label: 'property',
route: '/property',
hidden: !(
role.value.includes('admin') ||
role.value.includes('head_of_admin') ||
role.value.includes('system')
),
},
{ label: 'productService', route: '/product-service' },
{ label: 'customer', route: '/customer-management' },
{ label: 'agencies', route: '/agencies-management' },