เพิ่มเมนูย่อยเงินเดือน

This commit is contained in:
Warunee Tamkoo 2024-02-21 16:24:27 +07:00
parent 3fc169cd28
commit 0fd75e09f9
6 changed files with 56 additions and 0 deletions

View file

@ -627,6 +627,18 @@ const menuList = readonly<any[]>([
path: "salaryChart",
role: "salary",
},
{
key: 12.2,
label: "รอบการขึ้นเงินเดือน",
path: "salaryRound",
role: "salary",
},
{
key: 12.3,
label: "รายการเงินเดือน",
path: "salaryLists",
role: "salary",
},
],
},
{