From e93722e3eae432af2e84b57b67468dd17d814011 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 20 Aug 2024 17:11:45 +0700 Subject: [PATCH] updated name of log system --- src/modules/03_logs/views/lists.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/modules/03_logs/views/lists.vue b/src/modules/03_logs/views/lists.vue index 6dcda90b..bf627309 100644 --- a/src/modules/03_logs/views/lists.vue +++ b/src/modules/03_logs/views/lists.vue @@ -25,7 +25,7 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-file-account-outline", label: "ระบบทะเบียนประวัติ", - path: "/lists?system=register", + path: "/lists?system=registry", }, { icon: "mdi-account-group", @@ -35,12 +35,12 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-calendar", label: "ระบบบันทึกเวลาปฏิบัติงานและการลา", - path: "/lists?system=timekeeping", + path: "/lists?system=leave", }, { icon: "mdi-magnify", label: "ระบบการสรรหาบุคคล", - path: "/lists?system=search", + path: "/lists?system=recruiting", }, { icon: "mdi-account-check-outline", @@ -50,7 +50,7 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-account-cancel-outline", label: "ระบบพ้นจากราชการ", - path: "/lists?system=recruit", + path: "/lists?system=retirement", }, { icon: "mdi-cash", @@ -60,7 +60,7 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-account-check-outline", label: "ระบบการบรรจุ แต่งตั้ง ย้าย โอน", - path: "/lists?system=transfer", + path: "/lists?system=placement", }, { icon: "mdi-account-star", @@ -75,17 +75,17 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([ { icon: "mdi-medal-outline", label: "ระบบงานเครื่องราชอิสริยาภรณ์", - path: "/lists?system=machine", - }, - { - icon: "mdi-monitor-dashboard", - label: "ระบบการรายงานและ Dashboard", - path: "/lists?system=report", + path: "/lists?system=insignia", }, + // { + // icon: "mdi-monitor-dashboard", + // label: "ระบบการรายงานและ Dashboard", + // path: "/lists?system=report", + // }, { icon: "mdi-scale-balance", label: "ระบบดำเนินการทางวินัย", - path: "/lists?system=cybersecurity", + path: "/lists?system=discipline", }, // { // icon: "mdi-briefcase-account",