From 7c446532822f109e84c0aef12838d08f2062f355 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 20 Aug 2024 16:24:44 +0700 Subject: [PATCH] change name system log --- src/modules/03_logs/views/lists.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",