รวมไฟล์แก้งานงวด2
This commit is contained in:
parent
79889c9464
commit
2249097b07
89 changed files with 11287 additions and 7048 deletions
|
|
@ -127,12 +127,12 @@ const menuList = readonly<any[]>([
|
|||
role: "recruit",
|
||||
children: [
|
||||
{
|
||||
label: "จัดการข้อมูลผู้สมัครสอบ" /* แข่งขัน */,
|
||||
label: "จัดการรอบสอบแข่งขัน" /* แข่งขัน */,
|
||||
path: "competePeriod",
|
||||
role: "recruit",
|
||||
},
|
||||
{
|
||||
label: "ข้อมูลสถิติการสมัครสอบ" /* แข่งขัน */,
|
||||
label: "สถิติสมัครสอบแข่งขัน" /* แข่งขัน */,
|
||||
path: "competePeriodStat",
|
||||
role: "recruit",
|
||||
},
|
||||
|
|
@ -233,6 +233,26 @@ const tabList = readonly<tabType[]>([
|
|||
label: "ข้อมูลทั่วไป",
|
||||
tag: "information",
|
||||
},
|
||||
{
|
||||
key: 19,
|
||||
label: "ประวัติการเปลี่ยนชื่อ",
|
||||
tag: "oldName",
|
||||
},
|
||||
{
|
||||
key: 16,
|
||||
label: "ข้อมูลราชการ",
|
||||
tag: "government",
|
||||
},
|
||||
{
|
||||
key: 17,
|
||||
label: "ข้อมูลที่อยู่",
|
||||
tag: "address",
|
||||
},
|
||||
{
|
||||
key: 18,
|
||||
label: "ข้อมูลครอบครัว",
|
||||
tag: "family",
|
||||
},
|
||||
{
|
||||
key: 15,
|
||||
label: "ใบอนุญาตประกอบอาชีพ",
|
||||
|
|
@ -265,7 +285,7 @@ const tabList = readonly<tabType[]>([
|
|||
},
|
||||
{
|
||||
key: 7,
|
||||
label: "ตำแหน่ง/เงินเดือน",
|
||||
label: "ตำแหน่ง/เงินเดือน/ค่าจ้าง",
|
||||
tag: "position",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ interface ResultHistoryObject {
|
|||
version: String;
|
||||
}
|
||||
|
||||
//ข้อมูล คำนำหน้า
|
||||
//ข้อมูล คำนำหน้าชื่อ
|
||||
interface RequestPrefixHistoryObject {
|
||||
createdAt?: Date;
|
||||
createdFullName: String;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue