แก้ไข ค้นหา
This commit is contained in:
parent
d31ef0d1b9
commit
449713b3b5
12 changed files with 997 additions and 15 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue