fix bug build
This commit is contained in:
parent
d8f11d41c7
commit
f81d520cec
10 changed files with 21 additions and 2489 deletions
|
|
@ -41,11 +41,6 @@ const FormEvaluateScoreAdd = () =>
|
|||
);
|
||||
const FormSaveResultAddCommander = () => import("./components/probation/FormEvaluation/FormSaveResultAddCommander.vue")
|
||||
|
||||
// คำสั่งช่วยราชการ/ส่งตัวกลับ
|
||||
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")
|
||||
|
|
@ -221,26 +216,6 @@ export default [
|
|||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/repatriation-order",
|
||||
name: "repatriation-order",
|
||||
component: RepatriationOrder,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.6],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/repatriation-order/add",
|
||||
name: "repatriation-order-add",
|
||||
component: RepatriationOrderAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.6],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/receive",
|
||||
name: "receive",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue