feat: job creation

This commit is contained in:
Jannat Patel
2024-03-18 16:55:36 +05:30
parent 63bcbb6506
commit cc07dd849c
8 changed files with 345 additions and 15 deletions

View File

@@ -89,7 +89,7 @@ const routes = [
props: true,
},
{
path: '/batches/:batchName/edit',
path: '/job-opening/:jobName/edit',
name: 'JobCreation',
component: () => import('@/pages/JobCreation.vue'),
props: true,