no message
This commit is contained in:
parent
fa245db14d
commit
a16a479ef5
1 changed files with 193 additions and 18 deletions
|
|
@ -472,54 +472,229 @@ const tabList = readonly<any[]>([
|
|||
{
|
||||
no: 1,
|
||||
label: "การเข้าสู่ระบบ",
|
||||
path: "/manual",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 1.1,
|
||||
label: "การเข้าสู่ระบบโดยใช้ User name และ Password",
|
||||
path: "/login/log",
|
||||
label: "การเข้าสู่หน้าระบบ",
|
||||
path: "/manual",
|
||||
},
|
||||
{
|
||||
no: 1.2,
|
||||
label: "การเข้าสู่ระบบโดยใช้ User name และ Password",
|
||||
path: "/login/log",
|
||||
},
|
||||
{
|
||||
no: 1.3,
|
||||
label: "การเปลี่ยนรหัสผ่านผู้ใช้งาน",
|
||||
path: "/login/password",
|
||||
},
|
||||
{
|
||||
no: 1.4,
|
||||
label: "การลงทะเบียนผู้ใช้งานใหม่",
|
||||
path: "/login/newuser",
|
||||
},
|
||||
{
|
||||
no: 1.5,
|
||||
label: "การออกจากระบบ",
|
||||
path: "/login/logout",
|
||||
},
|
||||
{
|
||||
no: 1.6,
|
||||
label: "การแสดงแจ้งเตือน",
|
||||
path: "/login/noti",
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
no: 2,
|
||||
label: "ระบบข้อมูลหลัก",
|
||||
path: "/datamain",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 2.1,
|
||||
label: "การเข้าสู่ระบบโดยใช้ User name และ Password",
|
||||
path: "/login/log",
|
||||
label: "การเข้าสู่ระบบข้อมูลหลัก",
|
||||
path: "/Datamain",
|
||||
},
|
||||
{
|
||||
no: 2.2,
|
||||
label: "ข้อมูลเกี่ยวกับบุคคล",
|
||||
path: "/Data/about",
|
||||
},
|
||||
{
|
||||
no: 2.3,
|
||||
label: "ข้อมูลโครงสร้างหน่วยงาน",
|
||||
path: "/Data/gov",
|
||||
},
|
||||
{
|
||||
no: 2.4,
|
||||
label: "ข้อมูลตำแหน่งของข้าราชการ",
|
||||
path: "/Data/officer",
|
||||
},
|
||||
{
|
||||
no: 2.5,
|
||||
label: "ข้อมูลตำแหน่งของลูกจ้าง",
|
||||
path: "/Data/employee",
|
||||
},
|
||||
{
|
||||
no: 2.6,
|
||||
label: "ข้อมูลปฏิทินวันหยุด",
|
||||
path: "/Data/calendar",
|
||||
},
|
||||
{
|
||||
no: 2.7,
|
||||
label: "ข้อมูลเครื่องราชอิสริยาภรณ์",
|
||||
path: "/Data/insignia",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
no: 3,
|
||||
label: "ระบบโครงสร้างอัตรากำลัง",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 3.1,
|
||||
label: "การเข้าสู่ระบบโครงสร้างอัตรากำลัง",
|
||||
path: "/Structuremain",
|
||||
},
|
||||
{
|
||||
no: 3.2,
|
||||
label: "จัดการตำแหน่ง",
|
||||
path: "/Structure/Position",
|
||||
},
|
||||
{
|
||||
no: 3.3,
|
||||
label: "แผนภูมิโครงสร้าง",
|
||||
path: "/Structure/Structure",
|
||||
},
|
||||
{
|
||||
no: 3.4,
|
||||
label: "แผนภูมิองค์กร",
|
||||
path: "/Structure/Organchart",
|
||||
},
|
||||
{
|
||||
no: 3.5,
|
||||
label: "ผังโครงสร้าง",
|
||||
path: "/Structure/Chartstru",
|
||||
},
|
||||
{
|
||||
no: 3.6,
|
||||
label: "จัดการบัญชี 2",
|
||||
path: "/Structure/Account2",
|
||||
},
|
||||
{
|
||||
no: 3.7,
|
||||
label: "รายงานบัญชี",
|
||||
path: "/Structure/Report",
|
||||
},
|
||||
{
|
||||
no: 3.8,
|
||||
label: "ผังโครงสร้างลูกจ้าง",
|
||||
path: "/Structure/Chartemploy",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
no: 4,
|
||||
label: "ระบบทะเบียนประวัติ",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 4.1,
|
||||
label: "การเข้าสู่หน้าระบบทะเบียนประวัติ",
|
||||
path: "/Registrationmain",
|
||||
},
|
||||
{
|
||||
no: 4.2,
|
||||
label: "การค้นหาข้อมูลทะเบียนประวัติ",
|
||||
path: "/Registration/find",
|
||||
},
|
||||
{
|
||||
no: 4.3,
|
||||
label: "การดูรายละเอียดข้อมูลทะเบียน",
|
||||
path: "/Registration/detail",
|
||||
},
|
||||
{
|
||||
no: 4.4,
|
||||
label: "การเพิ่ม แก้ไข ดูประวัติแก้ไขข้อมูล",
|
||||
path: "/Registration/edit",
|
||||
},
|
||||
{
|
||||
no: 4.5,
|
||||
label: "การค้นหาข้อมูลส่วนตัว การเลือกคอลัมน์แสดงผลข้อมูล",
|
||||
path: "/Registration/select",
|
||||
},
|
||||
{
|
||||
no: 4.6,
|
||||
label: "การปรับหน้าต่างแสดงผลหน้าข้อมูลส่วนตัว",
|
||||
path: "/Registration/window",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
no: 5,
|
||||
label: "yyyy",
|
||||
path: "/yyyy",
|
||||
label: "หน้าจัดการระบบสรรหา",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 5.1,
|
||||
label: "การเข้าสู่ระบบโดยใช้ User name และ Password",
|
||||
path: "/login/log",
|
||||
label: "การเข้าสู่หน้าระบบสรรหา",
|
||||
path: "/Recruitmain",
|
||||
},
|
||||
{
|
||||
no: 5.2,
|
||||
label: "การตั้งค่าเว็บไซต์ระบบสรรหา",
|
||||
path: "/Recruit/setting",
|
||||
},
|
||||
{
|
||||
no: 5.3,
|
||||
label: "สอบแข่งขัน",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 5.11,
|
||||
label: "การเข้าสู่ระบบโดยใช้ User name และ Password",
|
||||
path: "/login/log",
|
||||
|
||||
no: 5.31,
|
||||
label: "จัดการรอบสอบการแข่งขัน",
|
||||
path: "/Recruit/managecompet",
|
||||
},
|
||||
{
|
||||
no: 5.32,
|
||||
label: "สถิติสมัครสอบแข่งขัน",
|
||||
path: "/Recruit/staticompet",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
no: 5.2,
|
||||
label: "การเข้าสู่ระบบโดยใช้ User name และ Password",
|
||||
path: "/login/log",
|
||||
no: 5.4,
|
||||
label: "คัดเลือก",
|
||||
path: "",
|
||||
childern: [
|
||||
{
|
||||
no: 5.41,
|
||||
label: "จัดการรอบคัดเลือก",
|
||||
path: "/Recruit/qualifiers",
|
||||
},
|
||||
{
|
||||
no: 5.42,
|
||||
label: "จัดการรอบคัดเลือกคนพิการ",
|
||||
path: "/Recruit/disabilities",
|
||||
},
|
||||
{
|
||||
no: 5.43,
|
||||
label: "จัดการรายชื่อคัดเลือก",
|
||||
path: "/Recruit/selection",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue