feat: add waitlist view, quick edit payment dialog, and catering fee in class views

This commit is contained in:
2026-08-23 23:00:23 +03:30
parent 39921b548e
commit 6d64c2931d
13 changed files with 1598 additions and 7 deletions
+8
View File
@@ -115,6 +115,14 @@ export const routes = [
component: () => import('@/views/classes/ClassDetailView.vue')
},
// Waitlist
{
path: 'waitlist',
name: 'Waitlist',
component: () => import('@/views/waitlist/WaitlistListView.vue'),
meta: { title: 'لیست انتظار', permission: 'waitlist:read' }
},
// Sessions
{
path: 'sessions',