ค้นหาข้อมูลทะเบียนประวัติผู้พ้นจากราชการ

This commit is contained in:
setthawutttty 2025-03-31 10:52:48 +07:00
parent e61eb15d66
commit 6c107a7e08
4 changed files with 979 additions and 98 deletions

View file

@ -1,6 +1,8 @@
// ค้นหาข้อมูลทะเบียนประวัติ
const listPage = () => import("@/modules/04_registryPerson/views/listView.vue");
const listPageRetire = () => import('@/modules/04_registryPerson/views/listRetire.vue')
// ทะเบียนประวัติ
const detailPage = () =>
import("@/modules/04_registryPerson/views/detailView.vue");
@ -34,6 +36,26 @@ export default [
Role: "STAFF",
},
},
{
path: "/registry-retire-officer",
name: "registryRetireOfficer",
component: listPageRetire,
meta: {
Auth: true,
Key: "SYS_REGISTRY_RETIRE_OFFICER",
Role: "STAFF",
},
},
{
path: "/registry-retire-employee",
name: "registryRetireEmployee",
component: listPageRetire,
meta: {
Auth: true,
Key: "SYS_REGISTRY_RETIRE_EMP",
Role: "STAFF",
},
},
{
path: "/registry-officer/:id",
name: "registryNewByid",