เพิ่ม icon
This commit is contained in:
parent
72a0aa58d4
commit
9ff3eea0ff
1 changed files with 8 additions and 8 deletions
|
|
@ -16,17 +16,17 @@ const route = useRoute();
|
|||
|
||||
const menuList = ref<{ icon: string; label: string; path: string }[]>([
|
||||
{
|
||||
icon: "list",
|
||||
icon: "mdi-file-account-outline",
|
||||
label: "ระบบทะเบียนประวัติ",
|
||||
path: "lists?system=register",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
icon: "mdi-account-group",
|
||||
label: "ระบบโครงสร้างหน่วยงานและกรอบอัตรากำลัง",
|
||||
path: "lists?system=organization",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
icon: "mdi-calendar",
|
||||
label: "ระบบบันทึกเวลาปฏิบัติงานและการลา",
|
||||
path: "lists?system=timekeeping",
|
||||
},
|
||||
|
|
@ -36,27 +36,27 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([
|
|||
path: "lists?system=search",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
icon: "mdi-account-check-outline",
|
||||
label: "ระบบการประเมินบุคคล",
|
||||
path: "lists?system=evaluation",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
icon: "mdi-account-cancel-outline",
|
||||
label: "ระบบพ้นจากราชการ",
|
||||
path: "lists?system=recruit",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
icon: "mdi-cash",
|
||||
label: "ระบบการเลื่อนเงินเดือน/ค่าจ้าง",
|
||||
path: "lists?system=payroll",
|
||||
},
|
||||
{
|
||||
icon: "mdi-mdi-account-edit-outline",
|
||||
icon: "mdi-account-check-outline",
|
||||
label: "ระบบการบรรจุ แต่งตั้ง ย้าย โอน",
|
||||
path: "lists?system=transfer",
|
||||
},
|
||||
{
|
||||
icon: "mdi-account-star ",
|
||||
icon: "mdi-account-star",
|
||||
label: "ระบบการประเมินผลการปฏิบัติราชการระดับบุคคล",
|
||||
path: "lists?system=assessment",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue