ui / api exitinterview detail
This commit is contained in:
parent
955e651dae
commit
a948ad280d
2 changed files with 402 additions and 267 deletions
|
|
@ -31,8 +31,10 @@ const expulsionMain = () =>
|
|||
const expulsionDetails = () =>
|
||||
import("@/modules/06_retirement/components/Expulsion/expulsionRegistry.vue");
|
||||
|
||||
const ExitInterviewMain = () =>
|
||||
const exitInterviewMain = () =>
|
||||
import("@/modules/06_retirement/components/ExitInterview/exitMain.vue");
|
||||
const exitInterviewDetails = () =>
|
||||
import("@/modules/06_retirement/components/ExitInterview/exitRegistry.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -48,7 +50,17 @@ export default [
|
|||
{
|
||||
path: "/exit-Interview",
|
||||
name: "exit-Interview",
|
||||
component: ExitInterviewMain,
|
||||
component: exitInterviewMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.3],
|
||||
Role: "retirement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/exit-Interview/questionnair/:id",
|
||||
name: "exit-Interview-details",
|
||||
component: exitInterviewDetails,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.3],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue