|
@@ -31,13 +31,13 @@ const organizationRoutes = {
|
|
path: 'add',
|
|
path: 'add',
|
|
name: 'AuditAdd',
|
|
name: 'AuditAdd',
|
|
component: () => import('@/views/jobsManagement/add.vue'),
|
|
component: () => import('@/views/jobsManagement/add.vue'),
|
|
- meta: { title: '新增岗位' }
|
|
|
|
|
|
+ meta: { title: '新增职务' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'edit',
|
|
path: 'edit',
|
|
name: 'AuditEdit',
|
|
name: 'AuditEdit',
|
|
component: () => import('@/views/jobsManagement/edit.vue'),
|
|
component: () => import('@/views/jobsManagement/edit.vue'),
|
|
- meta: { title: '编辑岗位' }
|
|
|
|
|
|
+ meta: { title: '编辑职务' }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|