ui หน้าฟอร์มมอบหมายงาน
This commit is contained in:
parent
1b8396e68d
commit
f41c0ba653
2 changed files with 1239 additions and 890 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -31,6 +31,8 @@ const probationForm = () =>
|
||||||
|
|
||||||
const probationWorkAdd = () =>
|
const probationWorkAdd = () =>
|
||||||
import("@/modules/05_placement/components/probation/MainDetail.vue");
|
import("@/modules/05_placement/components/probation/MainDetail.vue");
|
||||||
|
const probationWorkAdd2 = () =>
|
||||||
|
import("@/modules/05_placement/components/probation/AddWork.vue");
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
path: "/placement",
|
path: "/placement",
|
||||||
|
|
@ -142,4 +144,14 @@ export default [
|
||||||
Role: "placement",
|
Role: "placement",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/probation/add",
|
||||||
|
name: "probationWorkAdd",
|
||||||
|
component: probationWorkAdd2,
|
||||||
|
meta: {
|
||||||
|
Auth: true,
|
||||||
|
Key: [6.3],
|
||||||
|
Role: "placement",
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue