This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-12 15:43:51 +07:00
parent 0f86f97d91
commit 483155dc18
32 changed files with 10140 additions and 9400 deletions

View file

@ -606,6 +606,89 @@ const tabStructuremain = readonly<any[]>([
tag: "chartemploy",
}
])
const tabRegistration = readonly<any[]>([
{
no: 1,
label: "การเข้าสู่หน้าระบบทะเบียนประวัติ",
tag: "registrationmain",
},
{
no: 2,
label: "การค้นหาข้อมูลทะเบียนประวัติ",
tag: "registrationFind",
},
{
no: 3,
label: "การดูรายละเอียดข้อมูลทะเบียน",
tag: "registrationDetail",
},
{
no: 4,
label: "การเพิ่ม แก้ไข ดูประวัติแก้ไขข้อมูล",
tag: "registrationEdit",
},
{
no: 5,
label: "การค้นหาข้อมูลส่วนตัว การเลือกคอลัมน์แสดงผลข้อมูล",
tag: "registrationSelect",
},
{
no: 6,
label: "การปรับหน้าต่างแสดงผลหน้าข้อมูลส่วนตัว",
tag: "registrationWindow",
}
])
const tabRecruit = readonly<any[]>([
{
no: 1,
label: "การเข้าสู่หน้าระบบสรรหา",
tag: "recruitmain",
},
{
no: 2,
label: "การตั้งค่าเว็บไซต์ระบบสรรหา",
tag: "recruitSetting",
},
{
no: 3,
label: "สอบแข่งขัน",
tag: "recruitManagemain",
childern: [
{
no: 3.1,
label: "จัดการรอบสอบการแข่งขัน",
tag: "recruitManage",
},
{
no: 3.2,
label: "สถิติสมัครสอบแข่งขัน",
tag: "recruitstati",
},
]
},
{
no: 4,
label: "คัดเลือก",
tag: "recruitQualifiersmain",
childern: [
{
no: 4.1,
label: "จัดการรอบคัดเลือก",
tag: "recruitQualifiers",
},
{
no: 4.2,
label: "จัดการรอบคัดเลือกคนพิการ",
tag: "recruitDisabilities",
},
{
no: 4.3,
label: "จัดการรายชื่อคัดเลือก",
tag: "recruitSelection",
}
]
}
])
const tabList = readonly<any[]>([
{
@ -839,5 +922,5 @@ const tabList = readonly<any[]>([
]);
export { menuList, tabList, tabListLogin, tabListDatamain, tabStructuremain };
export { menuList, tabList, tabListLogin, tabListDatamain, tabStructuremain, tabRegistration, tabRecruit };
export type { ScrollType, tabType, menuType, notiType, optionType };