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,
|
||||
icon: "o_note",
|
||||
label: "ระบบเดิม",
|
||||
path: "registry",
|
||||
role: "organization",
|
||||
children: [
|
||||
{
|
||||
key: 13.0,
|
||||
icon: "o_person",
|
||||
label: "ข้อมูลหลัก",
|
||||
path: "metadata",
|
||||
role: "metadata",
|
||||
},
|
||||
{
|
||||
key: 13.1,
|
||||
icon: "o_groups",
|
||||
label: "โครงสร้างอัตรากำลัง",
|
||||
path: "organizational",
|
||||
role: "organization",
|
||||
children: [
|
||||
{
|
||||
key: 3.1,
|
||||
label: "จัดการตำแหน่ง",
|
||||
path: "organizationalMapping",
|
||||
},
|
||||
{
|
||||
key: 3.2,
|
||||
label: "แผนภูมิโครงสร้าง",
|
||||
path: "organizationalStructChart",
|
||||
},
|
||||
{
|
||||
key: 3.3,
|
||||
label: "แผนภูมิองค์กร",
|
||||
path: "organizationalOrgChart",
|
||||
},
|
||||
{
|
||||
key: 3.4,
|
||||
label: "ผังโครงสร้าง",
|
||||
path: "organizationalTree",
|
||||
},
|
||||
{
|
||||
key: 3.5,
|
||||
label: "ผังโครงสร้างลูกจ้าง",
|
||||
path: "organizationalEmployee",
|
||||
},
|
||||
{
|
||||
key: 3.6,
|
||||
label: "จัดการบัญชี 2",
|
||||
path: "manageReport2",
|
||||
},
|
||||
{
|
||||
key: 3.7,
|
||||
label: "รายงานบัญชี",
|
||||
path: "organizationalReport",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 13.0,
|
||||
icon: "o_contact_page",
|
||||
label: "ทะเบียนประวัติ",
|
||||
path: "registry",
|
||||
role: "registry",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
icon: "o_contact_page",
|
||||
label: "ทะเบียนประวัติ",
|
||||
path: "registry",
|
||||
role: "registry",
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
icon: "verified",
|
||||
label: "รายการรอตรวจสอบ",
|
||||
path: "verified",
|
||||
role: "registryverify",
|
||||
},
|
||||
// {
|
||||
// key: 13,
|
||||
// icon: "o_note",
|
||||
// label: "ระบบเดิม",
|
||||
// path: "registry",
|
||||
// role: "organization",
|
||||
// children: [
|
||||
// {
|
||||
// key: 13.0,
|
||||
// icon: "o_person",
|
||||
// label: "ข้อมูลหลัก",
|
||||
// path: "metadata",
|
||||
// role: "metadata",
|
||||
// },
|
||||
// {
|
||||
// key: 13.1,
|
||||
// icon: "o_groups",
|
||||
// label: "โครงสร้างอัตรากำลัง",
|
||||
// path: "organizational",
|
||||
// role: "organization",
|
||||
// children: [
|
||||
// {
|
||||
// key: 3.1,
|
||||
// label: "จัดการตำแหน่ง",
|
||||
// path: "organizationalMapping",
|
||||
// },
|
||||
// {
|
||||
// key: 3.2,
|
||||
// label: "แผนภูมิโครงสร้าง",
|
||||
// path: "organizationalStructChart",
|
||||
// },
|
||||
// {
|
||||
// key: 3.3,
|
||||
// label: "แผนภูมิองค์กร",
|
||||
// path: "organizationalOrgChart",
|
||||
// },
|
||||
// {
|
||||
// key: 3.4,
|
||||
// label: "ผังโครงสร้าง",
|
||||
// path: "organizationalTree",
|
||||
// },
|
||||
// {
|
||||
// key: 3.5,
|
||||
// label: "ผังโครงสร้างลูกจ้าง",
|
||||
// path: "organizationalEmployee",
|
||||
// },
|
||||
// {
|
||||
// key: 3.6,
|
||||
// label: "จัดการบัญชี 2",
|
||||
// path: "manageReport2",
|
||||
// },
|
||||
// {
|
||||
// key: 3.7,
|
||||
// label: "รายงานบัญชี",
|
||||
// path: "organizationalReport",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// key: 13.0,
|
||||
// icon: "o_contact_page",
|
||||
// label: "ทะเบียนประวัติ",
|
||||
// path: "registry",
|
||||
// role: "registry",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// key: 4,
|
||||
// icon: "o_contact_page",
|
||||
// label: "ทะเบียนประวัติ",
|
||||
// path: "registry",
|
||||
// role: "registry",
|
||||
// },
|
||||
// {
|
||||
// key: 4,
|
||||
// icon: "verified",
|
||||
// label: "รายการรอตรวจสอบ",
|
||||
// path: "verified",
|
||||
// role: "registryverify",
|
||||
// },
|
||||
]);
|
||||
|
||||
const tabList = readonly<tabType[]>([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue