Restructure manager navigation and views
This commit is contained in:
@@ -19,8 +19,8 @@ const centerCapsule = computed<NavItem[]>(() => {
|
||||
|
||||
if (meQuery.result.value?.me?.role === 'MANAGER') {
|
||||
items.push(
|
||||
{ to: '/clients', label: 'Клиенты' },
|
||||
{ to: '/client-orders', label: 'Заказы клиентов' },
|
||||
{ to: '/clients', label: 'Пользователи' },
|
||||
{ to: '/client-orders', label: 'Заказы' },
|
||||
{ to: '/bonus-system', label: 'Бонусы' },
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user