updated name of log system
This commit is contained in:
parent
7c44653282
commit
e93722e3ea
1 changed files with 12 additions and 12 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue