เอาเมนูทะเบียนประวัติลูกจ้างกลับมา
This commit is contained in:
parent
f565dafb0a
commit
955c2d402f
1 changed files with 8 additions and 8 deletions
|
|
@ -154,6 +154,14 @@ const menuList = readonly<any[]>([
|
|||
path: "registryNew",
|
||||
role: "organization",
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
icon: "o_contact_page",
|
||||
activeIcon: "registry_employee_page",
|
||||
label: "ทะเบียนประวัติลูกจ้าง",
|
||||
path: "registry-employee",
|
||||
role: "registryEmployee",
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
icon: "verified",
|
||||
|
|
@ -665,14 +673,6 @@ const menuList = readonly<any[]>([
|
|||
path: "registry",
|
||||
role: "registry",
|
||||
},
|
||||
{
|
||||
key: 13.0,
|
||||
icon: "o_contact_page",
|
||||
activeIcon: "registry_employee_page",
|
||||
label: "ทะเบียนประวัติลูกจ้าง",
|
||||
path: "registry-employee",
|
||||
role: "registryEmployee",
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue