diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 53e6c1786..7437487af 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -684,9 +684,34 @@ const menuList = readonly([ key: 14, icon: "mdi-briefcase-account", activeIcon: "mdi-briefcase-account", - label: "พัฒนาบุคลากร/การศึกษาต่อ", + label: "พัฒนาบุคลากร", role: "development", - path: "developmentMain", + children: [ + { + key: 14.1, + label: "โครงการ/หลักสูตรการฝึกอบรม", + path: "developmentMain", + role: "development", + }, + { + key: 14.2, + label: "ประวัติฝึกอบรม/ดูงาน ขรก.", + path: "developmentHistory", + role: "development", + }, + { + key: 14.3, + label: "ประวัติฝึกอบรม/ดูงานลูกจ้าง", + path: "developmentEmployeeHistory", + role: "development", + }, + { + key: 14.4, + label: "ทุนการศึกษา/ฝึกอบรม", + path: "developmentScholarship", + role: "development", + }, + ], }, // { // key: 99, diff --git a/src/modules/04_registry/components/TableProfile.vue b/src/modules/04_registry/components/TableProfile.vue index f4a9f1e66..63904c425 100644 --- a/src/modules/04_registry/components/TableProfile.vue +++ b/src/modules/04_registry/components/TableProfile.vue @@ -458,7 +458,7 @@ import PopupADdEmployee from "@/components/DialogAddEmployee.vue"; const currentPage = ref(1); const maxPage = ref(1); const page = ref(1); -const rowsPerPage = ref(20); +const rowsPerPage = ref(50); const attrs = ref(useAttrs()); diff --git a/src/modules/04_registry/views/Main.vue b/src/modules/04_registry/views/Main.vue index a61a3c70f..84eb30de2 100644 --- a/src/modules/04_registry/views/Main.vue +++ b/src/modules/04_registry/views/Main.vue @@ -87,7 +87,7 @@ :page="page" :maxPage="maxPage" @update:pagination="updatePagingProp" - :rows-per-page-options="[20, 50, 100, 200]" + :rows-per-page-options="[50, 100, 200, 500]" >