ทะเบียนประวัติลูกจ้าง

This commit is contained in:
AnandaTon 2023-07-03 17:16:37 +07:00
parent ec257e0ddf
commit c8f682fb38
4 changed files with 121 additions and 0 deletions

View file

@ -211,6 +211,14 @@ const menuList = readonly<any[]>([
path: "insignia",
role: "insignia",
},
{
key: 9,
icon: "mdi-medal-outline",
activeIcon: "mdi-medal",
label: "ทะเบียนประวัติลูกจ้าง",
path: "registryEmployee",
role: "registryEmployee",
},
]);
const tabList = readonly<tabType[]>([