หน้า ui รายการส่งตัวกลับ
This commit is contained in:
parent
42e6b26198
commit
8710baa643
6 changed files with 1549 additions and 268 deletions
|
|
@ -33,7 +33,10 @@ const RepatriationOrder = () =>
|
|||
import("@/modules/05_placement/components/RepatriationOrder/List.vue");
|
||||
const RepatriationOrderAdd = () =>
|
||||
import("@/modules/05_placement/components/RepatriationOrder/AddOrder.vue");
|
||||
|
||||
const helpgovernment = () => import("@/modules/05_placement/components/helpgovernment/mainHelp.vue")
|
||||
const helpgovernmentbyId = () => import("@/modules/05_placement/components/helpgovernment/governmentDetail.vue")
|
||||
const repatriate = () => import("@/modules/05_placement/components/Repatriate/RepatriateMain.vue")
|
||||
const repatriatebyId = () => import("@/modules/05_placement/components/Repatriate/RepatriatebyId.vue")
|
||||
//รับโอน
|
||||
const receiveMain = () =>
|
||||
import("@/modules/05_placement/components/Receive/receiveMain.vue");
|
||||
|
|
@ -42,8 +45,7 @@ const receiveMain = () =>
|
|||
import("@/modules/05_placement/components/Receive/receiveDetail.vue");
|
||||
const ReceiveAdd = () =>
|
||||
import("@/modules/05_placement/components/Receive/FormAdd.vue");
|
||||
const helpgovernment = () => import("@/modules/05_placement/components/helpgovernment/mainHelp.vue")
|
||||
const helpgovernmentbyId = () => import("@/modules/05_placement/components/helpgovernment/governmentDetail.vue")
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/placement",
|
||||
|
|
@ -225,4 +227,24 @@ export default [
|
|||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/repatriate",
|
||||
name: "repatriate",
|
||||
component: repatriate,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.7],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/repatriate/detail/:id",
|
||||
name: "repatriatebyId",
|
||||
component: repatriatebyId,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.7],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue