hide menu
This commit is contained in:
parent
1b84ae5237
commit
4506d64a1c
1 changed files with 81 additions and 81 deletions
|
|
@ -602,87 +602,87 @@ const menuList = readonly<any[]>([
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
key: 13,
|
// key: 13,
|
||||||
icon: "o_note",
|
// icon: "o_note",
|
||||||
label: "ระบบเดิม",
|
// label: "ระบบเดิม",
|
||||||
path: "registry",
|
// path: "registry",
|
||||||
role: "organization",
|
// role: "organization",
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
key: 13.0,
|
// key: 13.0,
|
||||||
icon: "o_person",
|
// icon: "o_person",
|
||||||
label: "ข้อมูลหลัก",
|
// label: "ข้อมูลหลัก",
|
||||||
path: "metadata",
|
// path: "metadata",
|
||||||
role: "metadata",
|
// role: "metadata",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 13.1,
|
// key: 13.1,
|
||||||
icon: "o_groups",
|
// icon: "o_groups",
|
||||||
label: "โครงสร้างอัตรากำลัง",
|
// label: "โครงสร้างอัตรากำลัง",
|
||||||
path: "organizational",
|
// path: "organizational",
|
||||||
role: "organization",
|
// role: "organization",
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
key: 3.1,
|
// key: 3.1,
|
||||||
label: "จัดการตำแหน่ง",
|
// label: "จัดการตำแหน่ง",
|
||||||
path: "organizationalMapping",
|
// path: "organizationalMapping",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 3.2,
|
// key: 3.2,
|
||||||
label: "แผนภูมิโครงสร้าง",
|
// label: "แผนภูมิโครงสร้าง",
|
||||||
path: "organizationalStructChart",
|
// path: "organizationalStructChart",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 3.3,
|
// key: 3.3,
|
||||||
label: "แผนภูมิองค์กร",
|
// label: "แผนภูมิองค์กร",
|
||||||
path: "organizationalOrgChart",
|
// path: "organizationalOrgChart",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 3.4,
|
// key: 3.4,
|
||||||
label: "ผังโครงสร้าง",
|
// label: "ผังโครงสร้าง",
|
||||||
path: "organizationalTree",
|
// path: "organizationalTree",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 3.5,
|
// key: 3.5,
|
||||||
label: "ผังโครงสร้างลูกจ้าง",
|
// label: "ผังโครงสร้างลูกจ้าง",
|
||||||
path: "organizationalEmployee",
|
// path: "organizationalEmployee",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 3.6,
|
// key: 3.6,
|
||||||
label: "จัดการบัญชี 2",
|
// label: "จัดการบัญชี 2",
|
||||||
path: "manageReport2",
|
// path: "manageReport2",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 3.7,
|
// key: 3.7,
|
||||||
label: "รายงานบัญชี",
|
// label: "รายงานบัญชี",
|
||||||
path: "organizationalReport",
|
// path: "organizationalReport",
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 13.0,
|
// key: 13.0,
|
||||||
icon: "o_contact_page",
|
// icon: "o_contact_page",
|
||||||
label: "ทะเบียนประวัติ",
|
// label: "ทะเบียนประวัติ",
|
||||||
path: "registry",
|
// path: "registry",
|
||||||
role: "registry",
|
// role: "registry",
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 4,
|
// key: 4,
|
||||||
icon: "o_contact_page",
|
// icon: "o_contact_page",
|
||||||
label: "ทะเบียนประวัติ",
|
// label: "ทะเบียนประวัติ",
|
||||||
path: "registry",
|
// path: "registry",
|
||||||
role: "registry",
|
// role: "registry",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 4,
|
// key: 4,
|
||||||
icon: "verified",
|
// icon: "verified",
|
||||||
label: "รายการรอตรวจสอบ",
|
// label: "รายการรอตรวจสอบ",
|
||||||
path: "verified",
|
// path: "verified",
|
||||||
role: "registryverify",
|
// role: "registryverify",
|
||||||
},
|
// },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const tabList = readonly<tabType[]>([
|
const tabList = readonly<tabType[]>([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue