Add sync dashboard and date filters
This commit is contained in:
10
app/app.vue
10
app/app.vue
@@ -86,11 +86,19 @@ const managerPageTabs = computed(() => {
|
||||
{
|
||||
key: 'messages',
|
||||
label: 'Сообщения',
|
||||
active: true,
|
||||
active: route.path === '/admin/settings/messages',
|
||||
to: {
|
||||
path: '/admin/settings/messages',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'sync',
|
||||
label: '1С',
|
||||
active: route.path === '/admin/settings/sync',
|
||||
to: {
|
||||
path: '/admin/settings/sync',
|
||||
},
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user