ui หน้าฟอร์มมอบหมายงาน

This commit is contained in:
setthawutttty 2023-07-21 14:42:18 +07:00
parent 1b8396e68d
commit f41c0ba653
2 changed files with 1239 additions and 890 deletions

File diff suppressed because it is too large Load diff

View file

@ -31,6 +31,8 @@ const probationForm = () =>
const probationWorkAdd = () =>
import("@/modules/05_placement/components/probation/MainDetail.vue");
const probationWorkAdd2 = () =>
import("@/modules/05_placement/components/probation/AddWork.vue");
export default [
{
path: "/placement",
@ -142,4 +144,14 @@ export default [
Role: "placement",
},
},
{
path: "/probation/add",
name: "probationWorkAdd",
component: probationWorkAdd2,
meta: {
Auth: true,
Key: [6.3],
Role: "placement",
},
},
];