copy ออกคำสั่ง => /resign-order
This commit is contained in:
parent
59cdff8851
commit
cf7a653160
2 changed files with 803 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ const probationWorkAdd = () =>
|
|||
import("@/modules/05_placement/components/probation/MainDetail.vue");
|
||||
const probationWorkAdd2 = () =>
|
||||
import("@/modules/05_placement/components/probation/AddWork.vue");
|
||||
const resignOrder = () =>
|
||||
import("@/modules/05_placement/components/OrderPlacement/ResignOrder.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/placement",
|
||||
|
|
@ -153,5 +155,15 @@ export default [
|
|||
Key: [6.3],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/placement/resign-order",
|
||||
name: "ResignOrderplacement",
|
||||
component: resignOrder,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.2],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue