diff --git a/src/modules/03_logs/views/lists.vue b/src/modules/03_logs/views/lists.vue index ab1593ba..6dcda90b 100644 --- a/src/modules/03_logs/views/lists.vue +++ b/src/modules/03_logs/views/lists.vue @@ -55,7 +55,7 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-cash", label: "ระบบการเลื่อนเงินเดือน/ค่าจ้าง", - path: "/lists?system=payroll", + path: "/lists?system=salary", }, { icon: "mdi-account-check-outline", @@ -65,7 +65,7 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-account-star", label: "ระบบการประเมินผลการปฏิบัติราชการระดับบุคคล", - path: "/lists?system=assessment", + path: "/lists?system=KPI", }, { icon: "mdi-briefcase-account",