หน้ารายการ exit interview
This commit is contained in:
parent
20e8780d70
commit
5ee5b30d21
4 changed files with 579 additions and 1 deletions
|
|
@ -31,6 +31,9 @@ const expulsionMain = () =>
|
|||
const expulsionDetails = () =>
|
||||
import("@/modules/06_retirement/components/Expulsion/expulsionRegistry.vue");
|
||||
|
||||
const ExitInterviewMain = () =>
|
||||
import("@/modules/06_retirement/components/ExitInterview/exitMain.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/retirement",
|
||||
|
|
@ -42,6 +45,16 @@ export default [
|
|||
Role: "retirement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/exit-Interview",
|
||||
name: "exit-Interview",
|
||||
component: ExitInterviewMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.3],
|
||||
Role: "ExitInterviewMain",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/:retirementId",
|
||||
name: "retirementid",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue