ทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
ec257e0ddf
commit
c8f682fb38
4 changed files with 121 additions and 0 deletions
|
|
@ -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[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue