Add New Tab about placement2Detail

This commit is contained in:
watcharanondh 2023-06-19 10:18:11 +07:00
parent 290fb639cd
commit ea7cf898b0
3 changed files with 139 additions and 8 deletions

View file

@ -277,5 +277,38 @@ const tabList = readonly<tabType[]>([
},
]);
export { menuList, tabList };
const tabList_placement = readonly<tabType[]>([
{
key: 1,
label: "ข้อมูลทั่วไป",
tag: "information",
},
{
key: 2,
label: "ประวัติการศึกษา",
tag: "education",
},
{
key: 3,
label: "ใบอนุญาตประกอบอาชีพ",
tag: "certicate",
},
{
key: 4,
label: "เครื่องราชอิสริยาภรณ์",
tag: "insignia",
},
{
key: 5,
label: "ผลการสอบ",
tag: "examresult",
},
{
key: 6,
label: "การคัดกรองคุณสมบัติ",
tag: "qualification",
},
]);
export { menuList, tabList ,tabList_placement };
export type { ScrollType, tabType, menuType, notiType, optionType };