แยกจัดทำคำขอ และบันทึกผลของเครื่องราช ของ ขรก. และลูกจ้าง
This commit is contained in:
parent
2ae10162ae
commit
2a9c0d44d7
12 changed files with 2176 additions and 167 deletions
|
|
@ -33,6 +33,8 @@ const ReclaimMain = () =>
|
|||
// รายชื่อลูกจ้างประจำ ที่มีสิทธิ์ยื่นขอพระราชทานเครื่องราชอิสริยาภรณ์
|
||||
const ManageEmpMain = () =>
|
||||
import("@/modules/07_insignia/views/08_ManageEmpMain.vue");
|
||||
const RecordInsigniaEmp = () =>
|
||||
import("@/modules/07_insignia/views/09_ResultMainEmp.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -128,7 +130,6 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/insignia/manage-emp/list-manage",
|
||||
name: "insigniaManageEmp",
|
||||
|
|
@ -139,4 +140,14 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/record-emp",
|
||||
name: "insigniaRecordEmp",
|
||||
component: RecordInsigniaEmp,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_INSIGNIA_RECORD_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue