add แก้ไขทะเบียนประวัติ ตำแหน่ง/เงินเดือน

This commit is contained in:
Warunee Tamkoo 2025-03-19 12:10:31 +07:00
parent a68c077454
commit 98acdd66bf
2 changed files with 59 additions and 0 deletions

View file

@ -17,6 +17,10 @@ const Page01_Detail = () =>
"@/modules/04_registryPerson/components/requestEdit/Page01_Detail.vue"
);
// edit
const EditListPage = () =>
import("@/modules/04_registryPerson/views/edit/list.vue");
export default [
{
path: "/registry-officer",
@ -120,4 +124,15 @@ export default [
Role: "STAFF",
},
},
// edit registry
{
path: "/registry/edit/list",
name: "registryEdit",
component: EditListPage,
meta: {
Auth: true,
Key: "SYS_REGISTRY_EDIT",
Role: "STAFF",
},
},
];