แก้ไข ค้นหา

This commit is contained in:
kanyarat2001 2023-12-20 18:59:16 +07:00
parent d31ef0d1b9
commit 449713b3b5
12 changed files with 997 additions and 15 deletions

View file

@ -83,6 +83,17 @@ const menuList = readonly<any[]>([
label: "ระบบการสรรหาบุคคล",
path: "/recruitmain",
},
{
key: 2.6,
label: "ระบบทะเบียนประวัติลูกจ้าง",
path: "/Employeehistorymain",
},
{
key: 2.7,
label: "ระบบออกคำสั่ง",
path: "commandsmain",
},
],
},
])
@ -507,5 +518,7 @@ const tabList = readonly<any[]>([
},
])
export { menuList, tabList, tabListLogin, tabListDatamain, tabStructuremain, tabRegistration, tabRecruit }
export type { ScrollType, tabType, menuType, notiType, optionType }