no message
This commit is contained in:
parent
bd8cd47601
commit
b1b4959523
3 changed files with 201 additions and 14 deletions
|
|
@ -37,6 +37,8 @@ const probationWorkAdd = () =>
|
|||
import("@/modules/05_placement/components/probation/FormAssign.vue");
|
||||
const transfer = () =>
|
||||
import("@/modules/05_placement/components/Transfer/transferMain.vue");
|
||||
const transferbyId = () =>
|
||||
import("@/modules/05_placement/components/Transfer/transferRegistry.vue");
|
||||
|
||||
|
||||
// คำสั่งช่วยราชการ/ส่งตัวกลับ
|
||||
|
|
@ -176,6 +178,16 @@ const probationWorkAdd = () =>
|
|||
Role: "placement",
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/transfer/:id",
|
||||
name: "transfer-id",
|
||||
component: transferbyId,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.4],
|
||||
Role: "placement",
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/repatriation-order",
|
||||
name: "repatriation-order",
|
||||
|
|
@ -183,7 +195,7 @@ const probationWorkAdd = () =>
|
|||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.6],
|
||||
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue