add แก้ไขทะเบียนประวัติ ตำแหน่ง/เงินเดือน
This commit is contained in:
parent
a68c077454
commit
98acdd66bf
2 changed files with 59 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue