VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/html/libs/absol-acomp/demo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/libs/absol-acomp/demo/treechart.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>OrgTree</title>
    <script src="../dist/absol-acomp.js?<?php  echo stat('../dist/absol-acomp.js')['mtime'];?>"></script>
    <link rel="stylesheet" href="https://absol.cf/vendor/materialdesignicons/materialdesignicons.css">
</head>
<body>
<style>
    :root {
        font-size: 14px;
    }

    body {
        --menu-background-color: red;
    }

    .template-ctn {
        display: none;
    }

    .tree-block, .tree-block * {
        box-sizing: border-box;
    }

    .tree-block {
        display: inline-block;
        vertical-align: top;
        position: relative;
        background: white;
    }

    .tree-child-ctn > .tree-block:not(:first-child) {
        margin-left: 10px;
    }

    .tree-name-ctn {
        text-align: center;
        padding-bottom: 9px;
        position: relative;
    }

    .tree-name {
        display: inline-block;
        padding: 5px;
        border: 1px solid #210d0f;
        position: relative;
        white-space: normal;
        max-width: 140px;
        border-radius: 3px;
        background-color: #aa3d40;
        color: white;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    .tree-block.has-child > .tree-name-ctn .tree-name::before {
        content: "";
        position: absolute;
        height: 10px;
        left: 50%;
        top: 100%;
        border-left: 1px solid #333;
    }

    .tree-block.has-child.has-1-child > .tree-name-ctn .tree-name::before {
        height: 20px;
    }

    .tree-child-ctn {
        padding-top: 10px;

    }

    .tree-block:not(.has-1-child) > .tree-child-ctn {
        border-top: 1px solid #333;
    }

    .tree-block:not(.has-child) > .tree-child-ctn {
        display: none;
    }

    .tree-child-ctn > .tree-block::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        bottom: 100%;
        height: 10px;
        border-left: 1px solid black;
    }

    .tree-block.has-1-child > .tree-child-ctn > .tree-block::before,
    .tree-block.has-1-child > .tree-child-ctn > .tree-block::after {
        display: none;
    }


    .tree-child-ctn > .tree-block:last-child::before {
        left: unset;
        right: 50%;
    }


    .tree-child-ctn > .tree-block:first-child::after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 50%;
        left: 0;
        bottom: 100%;
        height: 11px;
        background-color: white;
    }

    .tree-child-ctn > .tree-block:last-child::after {
        content: "";
        position: absolute;
        z-index: 2;
        left: 50%;
        right: 0;
        bottom: 100%;
        height: 11px;
        background-color: white;
    }

    .tree-child-ctn > .tree-block:first-child:last-child::after {
        display: none;
    }

    .tree-block.has-child[data-level="2"] > .tree-name-ctn > .tree-name {
        display: block;
        max-width: unset;
        text-align: center;
    }

    .tree-block[data-level="2"] .tree-child-ctn,
    .tree-block[data-level="2"] .tree-name-ctn {
        text-align: left;
    }


    .tree-block[data-level="2"] .tree-block {
        display: block;
    }

    .tree-block[data-level="2"] .tree-child-ctn > .tree-block::before {
        left: 10px;
    }

    .tree-block[data-level="2"].has-child .tree-name-ctn .tree-name::before {
        left: 9px;
    }


    .tree-block[data-level="2"] .tree-child-ctn {
        border-top: none;

    }

    .tree-block[data-level="2"] .tree-child-ctn > .tree-block:not(:first-child) {
        margin-left: 0;
    }

    .tree-block[data-level="2"] .tree-child-ctn {
        padding-top: 0;
    }

    .tree-block[data-level="2"] .tree-block {
        padding-left: 20px;
    }

    .tree-block[data-level="2"] .tree-child-ctn > .tree-block::before {
        top: -10px;
        bottom: 0;
        height: auto;
    }


    .tree-block[data-level="2"] .tree-child-ctn > .tree-block:last-child::before {
        top: -10px;
        height: 25px;
    }

    .tree-block[data-level="2"] .tree-child-ctn > .tree-block:first-child::after,
    .tree-block[data-level="2"] .tree-child-ctn > .tree-block:last-child::after {
        display: none;
    }

    .tree-block[data-level="2"] .tree-child-ctn .tree-name-ctn::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 15px;
        border-top: 1px solid black;
        width: 10px;
    }


</style>
<div class="template-ctn">
    <div class="tree-block">
        <div class="tree-name-ctn">
            <div class="tree-name"></div>
        </div>
        <div class="tree-child-ctn"></div>
    </div>
    <script>
        var _ = absol._;
        var $ = absol.$;

        var treeBlockTemplate = $(".template-ctn .tree-block");


        var data = {
            name: "Adminstrator",
            items: [
                {
                    name: "About",
                    items: [
                        {
                            name: "Our board",
                            items: [
                                {
                                    name: "Cynthia Tolken",
                                    items: [
                                        {
                                            name: " consectetur adipiscing elit",
                                            items: [{ name: "sed do eiusmod tempor" }, { name: "ncididunt ut labore" }, { name: "et dolore magna aliqua" }, { name: "adipiscing commodo elit at" }]
                                        },
                                        {
                                            name: "odio aenean sed adipiscing",
                                            items: [{ name: "pellentesque pulvinar" }, { name: " sapien eget mi proin sed" }, { name: "K" }, { name: "H" }]
                                        }, {
                                            name: "C",
                                            items: [{ name: "M" }, { name: "M" }, { name: "K" }, { name: "H" }]
                                        }, { name: "F" }]
                                },
                                {
                                    name: "Bobby Founderson"
                                }
                            ]
                        }
                    ]
                },
                {
                    name: "Our products",
                    items: [
                        {
                            name: "The Widget 2000TM"
                        },
                        {
                            name: "Th McGuffin V2",
                            items: [
                                {
                                    name: "Brad Whiteman"
                                },
                                {
                                    name: "Bobby Founderson",
                                    items: [
                                        {
                                            name: " consectetur adipiscing elit",
                                            items: [{ name: "sed do eiusmod tempor" }, { name: "ncididunt ut labore" }, { name: "et dolore magna aliqua" }, { name: "adipiscing commodo elit at" }]
                                        },
                                        {
                                            name: "odio aenean sed adipiscing",
                                            items: [{ name: "pellentesque pulvinar" }, { name: " sapien eget mi proin sed" }, { name: "K" }, { name: "H" }]
                                        }, {
                                            name: "C",
                                            items: [{ name: "M" }, { name: "M" }, { name: "K" }, { name: "H" }]
                                        }, { name: "F" }]
                                }
                            ]
                        }
                    ]
                },
                {
                    name: "Contact us"
                }
            ]
        };

        data = {
            text: "Root",
            items: [
                {
                    value: 28,
                    text: "Tiền Phong Nam",
                    icon: {
                        tag: "span",
                        class: [
                            "mdi",
                            "mdi-home-variant"
                        ]
                    },
                    items: [
                        {
                            value: 29,
                            text: "Ban lãnh đạo",
                            icon: {
                                tag: "span",
                                class: [
                                    "mdi",
                                    "mdi-folder-account"
                                ]
                            },
                            items: [
                                {
                                    value: -101026,
                                    text: "Hồ Phi Hải",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "ho phi hai",
                                    noSelect: undefined,
                                    isLeaf: true
                                },
                                {
                                    value: -100699,
                                    text: "Liêu Minh Tuấn",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "lieu minh tuan",
                                    noSelect: undefined,
                                    isLeaf: true
                                },
                                {
                                    value: -100698,
                                    text: "Nguyễn Ngọc Tâm",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "nguyen ngoc tam",
                                    noSelect: undefined,
                                    isLeaf: true
                                },
                                {
                                    value: -100960,
                                    text: "Phạm Đức Đạt",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "pham duc dat",
                                    noSelect: undefined,
                                    isLeaf: true
                                },
                                {
                                    value: -100626,
                                    text: "Trần Đỗ Khoa",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "tran do khoa",
                                    noSelect: undefined,
                                    isLeaf: true
                                },
                                {
                                    value: -100679,
                                    text: "Vũ Thành Vinh",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "vu thanh vinh",
                                    noSelect: undefined,
                                    isLeaf: true
                                },
                                {
                                    value: 82,
                                    text: "Ban ISO",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -100676,
                                            text: "Huỳnh Thị Thương",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "huynh thi thuong",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100675,
                                            text: "Phạm Hoàng Bảo",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "pham hoang bao",
                                            noSelect: undefined,
                                            isLeaf: true
                                        }
                                    ],
                                    sortText: "ban iso",
                                    noSelect: undefined
                                },
                                {
                                    value: 31,
                                    text: "Khối kinh doanh",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -101111,
                                            text: "Huỳnh Minh Hiếu",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "huynh minh hieu",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100958,
                                            text: "Lê Văn Thu",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "le van thu",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100959,
                                            text: "Nguyễn Thành Chiến",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "nguyen thanh chien",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: 38,
                                            text: "Bộ phận Marketing",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100647,
                                                    text: "Hứa Thái Trung",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "hua thai trung",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100648,
                                                    text: "Ngô Thị Hồng Ngọc",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "ngo thi hong ngoc",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100649,
                                                    text: "Nguyễn Hương Huyền",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "nguyen huong huyen",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100654,
                                                    text: "Nguyễn Khoa Nam",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "nguyen khoa nam",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100898,
                                                    text: "Nguyễn Phan Minh Đức",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "nguyen phan minh duc",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100650,
                                                    text: "Nguyễn Thị Tâm",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "nguyen thi tam",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                }
                                            ],
                                            sortText: "bo phan marketing",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 150,
                                            text: "Lãnh đạo khối",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [],
                                            sortText: "lanh dao khoi",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 32,
                                            text: "Phòng CSKH",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100893,
                                                    text: "Mai Thị Thanh Mai",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "mai thi thanh mai",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100894,
                                                    text: "Phạm Lương Anh Minh",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "pham luong anh minh",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 39,
                                                    text: "BP Dịch vụ khách hàng",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: 42,
                                                            text: "DVKH Bình Dương",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100655,
                                                                    text: "Bùi Quang Bảo",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui quang bao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100656,
                                                                    text: "Kim Hoàng Anh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "kim hoang anh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100657,
                                                                    text: "Nguyễn Hữu Khanh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen huu khanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100658,
                                                                    text: "Nguyễn Thị Thùy Dương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thi thuy duong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100659,
                                                                    text: "Trầm Thị Ngọc Bình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tram thi ngoc binh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100660,
                                                                    text: "Võ Thị Ánh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo thi anh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "dvkh binh duong",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 43,
                                                            text: "DVKH HCM",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100672,
                                                                    text: "Bành Thị Hạnh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "banh thi hanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100661,
                                                                    text: "Đặng Thị Thương Hiền",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dang thi thuong hien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100662,
                                                                    text: "Lê Hoàng Phúc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le hoang phuc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100663,
                                                                    text: "Lê Thị Vân Anh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le thi van anh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100664,
                                                                    text: "Lê Tú Anh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le tu anh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100665,
                                                                    text: "Nguyễn Thị Diệp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thi diep",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100666,
                                                                    text: "Nguyễn Thị Thái Thanh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thi thai thanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100667,
                                                                    text: "Nguyễn Thị Thủy",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thi thuy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100678,
                                                                    text: "Trần Hạnh Nguyên",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran hanh nguyen",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100668,
                                                                    text: "Trần Hồng Loan",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran hong loan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100669,
                                                                    text: "Vũ Việt Đức",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vu viet duc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "dvkh hcm",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "bp dich vu khach hang",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 40,
                                                    text: "BP Dịch vụ kỹ thuật",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100651,
                                                            text: "Đỗ Tất Việt",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "do tat viet",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100652,
                                                            text: "Lê Thanh Liêm",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le thanh liem",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100670,
                                                            text: "Phạm Hồng Thạch",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "pham hong thach",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100697,
                                                            text: "Phan Thành Tài",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "phan thanh tai",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100653,
                                                            text: "Trần Quang Tuân",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran quang tuan",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "bp dich vu ky thuat",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 41,
                                                    text: "Kho thành phẩm",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100710,
                                                            text: "Nguyễn Hoài Vũ",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen hoai vu",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100709,
                                                            text: "Trần Ngọc Lan Trinh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran ngoc lan trinh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 45,
                                                            text: "Kho ống",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101097,
                                                                    text: "Chau Chươne",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "chau chuone",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101095,
                                                                    text: "Châu Thanh Bé",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "chau thanh be",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100750,
                                                                    text: "Hoàng Văn Chức",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "hoang van chuc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100772,
                                                                    text: "Hoàng Văn Mạnh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "hoang van manh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100764,
                                                                    text: "Huỳnh Hoàng Lam",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh hoang lam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101027,
                                                                    text: "Lê Hồng Đương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le hong duong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100767,
                                                                    text: "Nguyễn Anh Điệp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen anh diep",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100757,
                                                                    text: "Nguyễn Chúc Giang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen chuc giang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100708,
                                                                    text: "Nguyễn Duy Bình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen duy binh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100759,
                                                                    text: "Nguyễn Khoa Nam",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen khoa nam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100895,
                                                                    text: "Nguyễn Quốc Huy",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen quoc huy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100773,
                                                                    text: "Nguyễn Thành Long",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh long",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100771,
                                                                    text: "Nguyễn Thanh Sang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh sang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100763,
                                                                    text: "Nguyễn Thanh Tùng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh tung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100758,
                                                                    text: "Nông Văn Trình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nong van trinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101067,
                                                                    text: "Phạm Ngọc Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham ngoc tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100751,
                                                                    text: "Phạm Văn Trí",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham van tri",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100754,
                                                                    text: "Quách Bình Triệu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "quach binh trieu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100770,
                                                                    text: "Trần Danh Linh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran danh linh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100774,
                                                                    text: "Trần Danh Nhật",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran danh nhat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100769,
                                                                    text: "Trần Hoàng Giang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran hoang giang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100752,
                                                                    text: "Trần Tuấn Vũ",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran tuan vu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100756,
                                                                    text: "Trần Văn Hài Nhi",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran van hai nhi",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100762,
                                                                    text: "Trần Văn Huyện",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran van huyen",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100768,
                                                                    text: "Trương Thanh Minh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "truong thanh minh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100761,
                                                                    text: "Trương Văn Phương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "truong van phuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100760,
                                                                    text: "Văn Anh Hoàng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "van anh hoang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100896,
                                                                    text: "Võ Huỳnh Công Hiếu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo huynh cong hieu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100766,
                                                                    text: "Võ Minh Quân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo minh quan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "kho ong",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 44,
                                                            text: "Kho phụ kiện",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100711,
                                                                    text: "Bùi Ngọc Nhân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui ngoc nhan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100739,
                                                                    text: "Bùi Văn Huấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui van huan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100712,
                                                                    text: "Đặng Công Minh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dang cong minh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100742,
                                                                    text: "Dương Minh Tiến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "duong minh tien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100740,
                                                                    text: "Hồ Tiến Dũng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho tien dung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100745,
                                                                    text: "Hoàng Văn Ngọc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "hoang van ngoc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100741,
                                                                    text: "Huỳnh Tấn Hiệp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh tan hiep",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100748,
                                                                    text: "Lương Văn Hùng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "luong van hung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100746,
                                                                    text: "Lý Khải Nghiêm",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ly khai nghiem",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101028,
                                                                    text: "Nguyễn Thế Dương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen the duong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100749,
                                                                    text: "Nguyễn Trường Giang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen truong giang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100744,
                                                                    text: "Phan Đăng Sơn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "phan dang son",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100743,
                                                                    text: "Thái Tấn Huyện",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "thai tan huyen",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100747,
                                                                    text: "Vũ Văn Hợp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vu van hop",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "kho phu kien",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "kho thanh pham",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong cskh",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 33,
                                            text: "Phòng kinh doanh 1",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -101060,
                                                    text: "Lê Thế Nhân",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "le the nhan",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 48,
                                                    text: "HCM2 (TÂY & NAM)",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100900,
                                                            text: "Đào Ngọc Khang",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "dao ngoc khang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100901,
                                                            text: "Hà Ngọc Viễn",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "ha ngoc vien",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100902,
                                                            text: "Nguyễn Chí Cường",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen chi cuong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101050,
                                                            text: "Nguyễn Tấn Phát",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen tan phat",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "hcm2 (tay & nam)",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 49,
                                                    text: "HCM3 (TRUNG TÂM)",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101109,
                                                            text: "Nguyễn Tiến Dũng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen tien dung",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101110,
                                                            text: "Nguyễn Tuấn Hùng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen tuan hung",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100907,
                                                            text: "Phí Văn Huân",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "phi van huan",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "hcm3 (trung tam)",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 47,
                                                    text: "HCM4 (ĐÔNG)",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100909,
                                                            text: "Hồ Hùng Việt",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "ho hung viet",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100910,
                                                            text: "Nguyễn Hoàng Duy",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen hoang duy",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100911,
                                                            text: "Nguyễn Quyết Thắng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen quyet thang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "hcm4 (dong)",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 65,
                                                    text: "HCM5 (BẮC)",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101112,
                                                            text: "Bùi Văn Cường",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "bui van cuong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101062,
                                                            text: "Nguyễn Văn Bảo",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen van bao",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101063,
                                                            text: "Trần Tường",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran tuong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "hcm5 (bac)",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong kinh doanh 1",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 34,
                                            text: "Phòng kinh doanh 2",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100914,
                                                    text: "Phạm Văn Uyên",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "pham van uyen",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 50,
                                                    text: "Mekong 1",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100913,
                                                            text: "Nguyễn Nhựt Năng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen nhut nang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 141,
                                                            text: "Bến Tre",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [],
                                                            sortText: "ben tre",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 140,
                                                            text: "Đồng Tháp",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100916,
                                                                    text: "Nguyễn Hoài Phúc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen hoai phuc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "dong thap",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 136,
                                                            text: "Long An",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100917,
                                                                    text: "Sơn Hoàng Danh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "son hoang danh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "long an",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 139,
                                                            text: "Tiền Giang",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100918,
                                                                    text: "Phạm Hoàng Tiến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham hoang tien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "tien giang",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 138,
                                                            text: "Trà Vinh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100919,
                                                                    text: "Nguyễn Văn Mẫn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van man",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "tra vinh",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 137,
                                                            text: "Vĩnh Long",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100920,
                                                                    text: "Đinh Trung Hiếu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dinh trung hieu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "vinh long",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mekong 1",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 51,
                                                    text: "Mekong 2",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100921,
                                                            text: "Nguyễn Phước Hậu",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen phuoc hau",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 142,
                                                            text: "An Giang",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100922,
                                                                    text: "Trần Quốc Dũng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran quoc dung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "an giang",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 144,
                                                            text: "Bạc Liêu",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [],
                                                            sortText: "bac lieu",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 143,
                                                            text: "Cà Mau",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100923,
                                                                    text: "Trần Thanh Văn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran thanh van",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "ca mau",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 148,
                                                            text: "Cần Thơ",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100967,
                                                                    text: "Đỗ Tấn Lộc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "do tan loc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "can tho",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 145,
                                                            text: "Hậu Giang",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100924,
                                                                    text: "Trương Thành Tựu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "truong thanh tuu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "hau giang",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 146,
                                                            text: "Kiên Giang",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100966,
                                                                    text: "Nguyễn Duy Minh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen duy minh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "kien giang",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 147,
                                                            text: "Sóc Trăng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100925,
                                                                    text: "Nguyễn Chí Tín",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen chi tin",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "soc trang",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mekong 2",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong kinh doanh 2",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 35,
                                            text: "Phòng kinh doanh 3",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100926,
                                                    text: "Trần Ngọc Minh",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "tran ngoc minh",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 52,
                                                    text: "Miền Đông 1",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100927,
                                                            text: "Giáp Văn Lợi",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "giap van loi",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 135,
                                                            text: "Bà Rịa - Vũng Tàu",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100928,
                                                                    text: "Nguyễn Thanh Vũ",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh vu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101087,
                                                                    text: "Vũ Đình Nam",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vu dinh nam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "ba ria - vung tau",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 134,
                                                            text: "Đồng Nai",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100932,
                                                                    text: "Đỗ Xuân Hanh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "do xuan hanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100933,
                                                                    text: "Huỳnh Văn Phú",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh van phu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100974,
                                                                    text: "Nguyễn Văn Tâm",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van tam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "dong nai",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mien dong 1",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 155,
                                                    text: "Miền Đông 2",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101113,
                                                            text: "Nguyễn Hoài Thương",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen hoai thuong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 132,
                                                            text: "Bình Dương",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100930,
                                                                    text: "Nguyễn Quốc Luân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen quoc luan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101044,
                                                                    text: "Nguyễn Văn Khởi",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van khoi",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100931,
                                                                    text: "Trần Duy Khánh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran duy khanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "binh duong",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 149,
                                                            text: "Bình Phước",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100624,
                                                                    text: "Lê Trọng Nhân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le trong nhan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101045,
                                                                    text: "Lương Khắc Trí",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "luong khac tri",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "binh phuoc",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 133,
                                                            text: "Tây Ninh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [],
                                                            sortText: "tay ninh",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mien dong 2",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong kinh doanh 3",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 36,
                                            text: "Phòng Kinh doanh 4",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -101043,
                                                    text: "Trần Lĩnh Trường",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "tran linh truong",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 152,
                                                    text: "Miền Trung 1",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101114,
                                                            text: "Đặng Văn Trung",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "dang van trung",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 120,
                                                            text: "Huế",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101086,
                                                                    text: "Đào Tấn Tài",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dao tan tai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "hue",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 153,
                                                            text: "Quảng Bình",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101049,
                                                                    text: "Dương Văn Nghĩa",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "duong van nghia",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "quang binh",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 154,
                                                            text: "Quảng Trị",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101048,
                                                                    text: "Hồ Quốc Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho quoc tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "quang tri",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mien trung 1",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 53,
                                                    text: "Miền Trung 2",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101115,
                                                            text: "Bùi Thanh Chung",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "bui thanh chung",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 121,
                                                            text: "Đà Nẵng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101108,
                                                                    text: "Phạm Thanh Tâm",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham thanh tam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101051,
                                                                    text: "Trần Văn Quý",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran van quy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "da nang",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 122,
                                                            text: "Quảng Nam",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101052,
                                                                    text: "Lê Đinh Thuận",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le dinh thuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101053,
                                                                    text: "Trần Văn Nhựt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran van nhut",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "quang nam",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 123,
                                                            text: "Quảng Ngãi",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100944,
                                                                    text: "Trần Đình Duy",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran dinh duy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "quang ngai",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mien trung 2",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 54,
                                                    text: "Miền Trung 3",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101116,
                                                            text: "Huỳnh Trương Gia Trí",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "huynh truong gia tri",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 116,
                                                            text: "Bình Định",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100935,
                                                                    text: "Nguyễn Đình Quang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen dinh quang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101041,
                                                                    text: "Nguyễn Thế Anh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen the anh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "binh dinh",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 119,
                                                            text: "Gia Lai",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100975,
                                                                    text: "Bùi Trọng Thắng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui trong thang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100937,
                                                                    text: "Lâm Đức Hoàn Hải",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "lam duc hoan hai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "gia lai",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 118,
                                                            text: "Kon Tum",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100976,
                                                                    text: "Nguyễn Hàn Quốc Chung",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen han quoc chung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "kon tum",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 117,
                                                            text: "Phú Yên",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [],
                                                            sortText: "phu yen",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mien trung 3",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong kinh doanh 4",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 37,
                                            text: "Phòng kinh doanh 5",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: 55,
                                                    text: "Cao Nguyên",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100945,
                                                            text: "Lê Hoài Tú",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le hoai tu",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 124,
                                                            text: "Đắk Lắk",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100947,
                                                                    text: "Võ Ngọc Khánh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo ngoc khanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "dak lak",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 125,
                                                            text: "Đắk Nông",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100948,
                                                                    text: "Đinh Văn Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dinh van tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100949,
                                                                    text: "Nguyễn Triều",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen trieu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "dak nong",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 126,
                                                            text: "Lâm Đồng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100950,
                                                                    text: "Bùi Thị Ngọc Tín",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui thi ngoc tin",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100977,
                                                                    text: "Nguyễn Đình Thành",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen dinh thanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100951,
                                                                    text: "Trần Thị Thu Ngân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran thi thu ngan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "lam dong",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "cao nguyen",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 56,
                                                    text: "Miền Trung 5",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100952,
                                                            text: "Nguyễn Quang Trung",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen quang trung",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 129,
                                                            text: "Bình Thuận",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100953,
                                                                    text: "Ngô Thành Lưu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ngo thanh luu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100954,
                                                                    text: "Phạm Hoài Chung",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham hoai chung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100589,
                                                                    text: "Phạm Ngọc Nhã",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham ngoc nha",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "binh thuan",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 127,
                                                            text: "Khánh Hòa",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100955,
                                                                    text: "Hồ Bảo Chánh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho bao chanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100956,
                                                                    text: "Mai Đức Linh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "mai duc linh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100957,
                                                                    text: "Trần Công Thành",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran cong thanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "khanh hoa",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 128,
                                                            text: "Ninh Thuận",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100970,
                                                                    text: "Hầu Gia Thành",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "hau gia thanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "ninh thuan",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "mien trung 5",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong kinh doanh 5",
                                            noSelect: undefined
                                        }
                                    ],
                                    sortText: "khoi kinh doanh",
                                    noSelect: undefined
                                },
                                {
                                    value: 64,
                                    text: "Khối kỹ thuật",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: 77,
                                            text: "Nhà máy sản xuất",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100701,
                                                    text: "Hoàng Trọng Kim",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "hoang trong kim",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 99,
                                                    text: "Giám sát",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101088,
                                                            text: "Lê Minh Quân",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le minh quan",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "giam sat",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 100,
                                                    text: "Kho nguyên liệu",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100715,
                                                            text: "Bùi Kim Tuyên",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "bui kim tuyen",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100714,
                                                            text: "Bùi Văn Thừa",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "bui van thua",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100716,
                                                            text: "Đỗ Đức Thành",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "do duc thanh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100713,
                                                            text: "Huỳnh Văn Đang",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "huynh van dang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100704,
                                                            text: "Lê Văn Minh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le van minh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100717,
                                                            text: "Lưu Bền",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "luu ben",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101042,
                                                            text: "Nguyễn Trường Hải",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen truong hai",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "kho nguyen lieu",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 93,
                                                    text: "Phân xưởng 1",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100719,
                                                            text: "Lê Minh Vương",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le minh vuong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100718,
                                                            text: "Trần Thiện Thanh Lý",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran thien thanh ly",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 101,
                                                            text: "Ca sản xuất PX1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100775,
                                                                    text: "Hồ Văn Phương Bình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho van phuong binh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100777,
                                                                    text: "Trầm Quốc Bảo",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tram quoc bao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "ca san xuat px1",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 102,
                                                            text: "Thống kê PX1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100778,
                                                                    text: "Mai Đức Lộc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "mai duc loc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100892,
                                                                    text: "Nguyễn  Thị Ngọc Yến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen  thi ngoc yen",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "thong ke px1",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 103,
                                                            text: "Tổ khuôn máy PX1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100780,
                                                                    text: "Nguyễn Tấn Lực",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen tan luc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100965,
                                                                    text: "Trần Hoàng Vĩ",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran hoang vi",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100779,
                                                                    text: "Trịnh Minh Lợi",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "trinh minh loi",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to khuon may px1",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 104,
                                                            text: "Tổ nguyên liệu PX1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100797,
                                                                    text: "Bùi Thanh Bình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui thanh binh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100791,
                                                                    text: "Danh Bạc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh bac",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100792,
                                                                    text: "Danh Bảnh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh banh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100783,
                                                                    text: "Danh Đời",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh doi",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100963,
                                                                    text: "Danh Minh Trí",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh minh tri",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100795,
                                                                    text: "Danh Nhựa",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh nhua",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100793,
                                                                    text: "Danh Sóc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh soc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100788,
                                                                    text: "Danh Văn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh van",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100790,
                                                                    text: "Danh Vũ",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh vu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100786,
                                                                    text: "Dư Thanh Hồng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "du thanh hong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100784,
                                                                    text: "Huỳnh Văn Đồng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh van dong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100796,
                                                                    text: "Lê Thanh Lộc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le thanh loc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100785,
                                                                    text: "Lưu Thanh Giàu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "luu thanh giau",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100787,
                                                                    text: "Nguyễn Văn Thạch",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van thach",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100789,
                                                                    text: "Phan Thanh Minh Vương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "phan thanh minh vuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101083,
                                                                    text: "Thái Trọng An",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "thai trong an",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100794,
                                                                    text: "Trà Văn Mãi",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tra van mai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to nguyen lieu px1",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 105,
                                                            text: "Tổ nhập kho PX1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100803,
                                                                    text: "Châu Minh Tính",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "chau minh tinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100802,
                                                                    text: "Châu Minh Trung",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "chau minh trung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100799,
                                                                    text: "Lê Quang Trung",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le quang trung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100798,
                                                                    text: "Nguyễn Hồ Dương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen ho duong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100800,
                                                                    text: "Nìm Kim Bảo",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nim kim bao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100801,
                                                                    text: "Tô Văn Thắng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "to van thang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to nhap kho px1",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 131,
                                                            text: "Vận hành máy PX1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100877,
                                                                    text: "Bùi Hải Dương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui hai duong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100857,
                                                                    text: "Đặng Trần Hoàn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dang tran hoan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100866,
                                                                    text: "Danh Nhơn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh nhon",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100873,
                                                                    text: "Đỗ Đức Đạt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "do duc dat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101032,
                                                                    text: "Hồ Quốc Việt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho quoc viet",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100856,
                                                                    text: "Huỳnh Anh Dũng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh anh dung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100853,
                                                                    text: "Huỳnh Trần Quốc Hưng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh tran quoc hung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100632,
                                                                    text: "Kiên Văn Lọt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "kien van lot",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100863,
                                                                    text: "Lê Hoàng Thảo",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le hoang thao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100639,
                                                                    text: "Lê Huỳnh Đức",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le huynh duc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100858,
                                                                    text: "Lê Trọng Hữu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le trong huu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100631,
                                                                    text: "Lê Văn Thảo",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le van thao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100865,
                                                                    text: "Lê Văn Toàn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le van toan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100861,
                                                                    text: "Lường Viết Tuấn ",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "luong viet tuan ",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100855,
                                                                    text: "Lý Văn An",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ly van an",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100872,
                                                                    text: "Nguyễn Chí Vững",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen chi vung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100641,
                                                                    text: "Nguyễn Chiến Thắng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen chien thang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100971,
                                                                    text: "Nguyễn Đại Đồng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen dai dong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100862,
                                                                    text: "Nguyễn Minh Tâm",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen minh tam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100864,
                                                                    text: "Nguyễn Minh Thuận",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen minh thuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100867,
                                                                    text: "Nguyễn Ngọc Dũng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen ngoc dung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100874,
                                                                    text: "Nguyễn Ngọc Phú",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen ngoc phu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100868,
                                                                    text: "Nguyễn Thanh Hải",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh hai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100630,
                                                                    text: "Nguyễn Thành Lâm",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh lam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100854,
                                                                    text: "Nguyễn Thanh Tâm",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh tam",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100629,
                                                                    text: "Nguyễn Thanh Thiên",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh thien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100859,
                                                                    text: "Nguyễn Văn Lan",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van lan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100628,
                                                                    text: "Nguyễn Văn Quốc Thái",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van quoc thai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100878,
                                                                    text: "Nguyễn Văn Toại",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van toai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100871,
                                                                    text: "Nguyễn Xuân Vui",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen xuan vui",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100869,
                                                                    text: "Trần Phú Tính",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran phu tinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101084,
                                                                    text: "Trần Thanh Tình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran thanh tinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100964,
                                                                    text: "Trịnh Công Chiến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "trinh cong chien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100875,
                                                                    text: "Võ Duy Thuần",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo duy thuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100627,
                                                                    text: "Võ Kim Hoàng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo kim hoang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100870,
                                                                    text: "Võ Minh Tiến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vo minh tien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "van hanh may px1",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "phan xuong 1",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 94,
                                                    text: "Phân xưởng 2",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100720,
                                                            text: "Trần Thanh Tú",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran thanh tu",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 106,
                                                            text: "Ca sản xuất PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100805,
                                                                    text: "Đào Văn Tốt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dao van tot",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100804,
                                                                    text: "Hồ Văn Hải",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho van hai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100806,
                                                                    text: "Lò Văn Toàn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "lo van toan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "ca san xuat px2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 107,
                                                            text: "Thống kê PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100807,
                                                                    text: "Huỳnh Thị Thanh Trang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh thi thanh trang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "thong ke px2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 108,
                                                            text: "Tổ khuôn máy PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100808,
                                                                    text: "Nguyễn Trọng Tình",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen trong tinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100809,
                                                                    text: "Văn Kim Hoàng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "van kim hoang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to khuon may px2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 109,
                                                            text: "Tổ nhập kho PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100811,
                                                                    text: "Nguyễn Công Tuyến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen cong tuyen",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100812,
                                                                    text: "Nguyễn Duy Khánh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen duy khanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to nhap kho px2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 110,
                                                            text: "Tổ phụ kiện PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100813,
                                                                    text: "Trần Châu Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran chau tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to phu kien px2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 111,
                                                            text: "Tổ xử lý phế PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100899,
                                                                    text: "Lý Vĩ Khang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ly vi khang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100968,
                                                                    text: "Nguyễn Tấn Phát",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen tan phat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100814,
                                                                    text: "Phạm Minh Phương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham minh phuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to xu ly phe px2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 130,
                                                            text: "Vận hành máy PX2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100883,
                                                                    text: "Danh Dịch",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh dich",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100634,
                                                                    text: "Điểu Líp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dieu lip",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100887,
                                                                    text: "Hồ Anh Quốc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho anh quoc",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101031,
                                                                    text: "Lăng Thành Tuân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "lang thanh tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100890,
                                                                    text: "Lê Đức Hiệp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le duc hiep",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100884,
                                                                    text: "Lưu Hoàn Nhân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "luu hoan nhan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100882,
                                                                    text: "Lý Cọp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ly cop",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100889,
                                                                    text: "Mông Đình Khánh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "mong dinh khanh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100881,
                                                                    text: "Ngô Kim Giáo",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ngo kim giao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100880,
                                                                    text: "Nguyễn Văn Dinh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van dinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100888,
                                                                    text: "Phạm Văn Sơn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham van son",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100886,
                                                                    text: "Thái Minh Phương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "thai minh phuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100885,
                                                                    text: "Thái Văn Tiếp",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "thai van tiep",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101030,
                                                                    text: "Trần Đình Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran dinh tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101029,
                                                                    text: "Trương Văn Hiễn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "truong van hien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100633,
                                                                    text: "Y IN",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "y in",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "van hanh may px2",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "phan xuong 2",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 95,
                                                    text: "Phân xưởng 3",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100722,
                                                            text: "Biện Tấn Bình",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "bien tan binh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100721,
                                                            text: "Nguyễn Chí Thái",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen chi thai",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 112,
                                                            text: "Thống kê PX3",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100815,
                                                                    text: "Nguyễn Thị Lựu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thi luu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "thong ke px3",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 113,
                                                            text: "Tổ khuôn máy PX3",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100817,
                                                                    text: "Đinh Hữu Quang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dinh huu quang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100816,
                                                                    text: "Nguyễn Thanh Duy",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh duy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100818,
                                                                    text: "Trần Thanh Toại",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran thanh toai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to khuon may px3",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 114,
                                                            text: "Tổ nhập kho PX3",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100819,
                                                                    text: "Huỳnh Vũ Phương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh vu phuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100644,
                                                                    text: "Nguyễn Thái Dũng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thai dung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100820,
                                                                    text: "Nguyễn Văn Toán",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van toan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to nhap kho px3",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 115,
                                                            text: "Vận hành máy PX3",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100821,
                                                                    text: "Danh Tín",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh tin",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100826,
                                                                    text: "Huỳnh Thanh Hùng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "huynh thanh hung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101069,
                                                                    text: "Lê Quang Quý",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le quang quy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100825,
                                                                    text: "Nguyễn Văn Phép",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van phep",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100823,
                                                                    text: "Thái Quốc Hoàng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "thai quoc hoang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100822,
                                                                    text: "Trần Hoàng Hiếu",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran hoang hieu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100824,
                                                                    text: "Trần Mậu Trung",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran mau trung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100585,
                                                                    text: "Trương Gia Phú",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "truong gia phu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "van hanh may px3",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "phan xuong 3",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 156,
                                                    text: "Phân xưởng 5",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101054,
                                                            text: "Nguyễn Đức Thuận",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen duc thuan",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 157,
                                                            text: "Ca sản xuất PX5",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101055,
                                                                    text: "Đỗ Tấn Đại",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "do tan dai",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101057,
                                                                    text: "Trần Quốc Đạt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran quoc dat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101090,
                                                                    text: "Vũ Văn Bắc",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vu van bac",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: 162,
                                                                    text: "Nhập kho PX5",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-folder-account"
                                                                        ]
                                                                    },
                                                                    items: [],
                                                                    sortText: "nhap kho px5",
                                                                    noSelect: undefined
                                                                },
                                                                {
                                                                    value: 160,
                                                                    text: "Vận hành máy PX5",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-folder-account"
                                                                        ]
                                                                    },
                                                                    items: [
                                                                        {
                                                                            value: -101081,
                                                                            text: "Đặng Bá Quốc",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "dang ba quoc",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101077,
                                                                            text: "Đặng Quốc Đại",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "dang quoc dai",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101080,
                                                                            text: "Danh Dược",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "danh duoc",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101100,
                                                                            text: "Danh Hoàng Giang",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "danh hoang giang",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101099,
                                                                            text: "Danh Thanh Nhàn",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "danh thanh nhan",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101076,
                                                                            text: "Dương Tấn Tài",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "duong tan tai",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101106,
                                                                            text: "Kha Văn Thải Lý",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "kha van thai ly",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101079,
                                                                            text: "La O Mỹ",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "la o my",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101078,
                                                                            text: "Lê Minh Quân",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "le minh quan",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101082,
                                                                            text: "Ngô Văn Nghĩa",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "ngo van nghia",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -100827,
                                                                            text: "Nguyễn Khánh Vi",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "nguyen khanh vi",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        }
                                                                    ],
                                                                    sortText: "van hanh may px5",
                                                                    noSelect: undefined
                                                                },
                                                                {
                                                                    value: 161,
                                                                    text: "Xử lý phế PX5",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-folder-account"
                                                                        ]
                                                                    },
                                                                    items: [
                                                                        {
                                                                            value: -101073,
                                                                            text: "Huỳnh Thành Luân",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "huynh thanh luan",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101072,
                                                                            text: "Ngô Minh Khuyên",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "ngo minh khuyen",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        },
                                                                        {
                                                                            value: -101074,
                                                                            text: "Trần Thanh Nhã",
                                                                            icon: {
                                                                                tag: "span",
                                                                                class: [
                                                                                    "mdi",
                                                                                    "mdi-account"
                                                                                ]
                                                                            },
                                                                            sortText: "tran thanh nha",
                                                                            noSelect: undefined,
                                                                            isLeaf: true
                                                                        }
                                                                    ],
                                                                    sortText: "xu ly phe px5",
                                                                    noSelect: undefined
                                                                }
                                                            ],
                                                            sortText: "ca san xuat px5",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 159,
                                                            text: "Thống kê PX5",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [],
                                                            sortText: "thong ke px5",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 158,
                                                            text: "Tổ khuôn máy PX5",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101058,
                                                                    text: "Lê Đức Chiến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le duc chien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to khuon may px5",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "phan xuong 5",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "nha may san xuat",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 79,
                                            text: "Phòng Kỹ thuật",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100703,
                                                    text: "Đặng Thị Hồng Phương",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "dang thi hong phuong",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100973,
                                                    text: "Huỳnh Minh Tiến",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "huynh minh tien",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100706,
                                                    text: "Lê Văn Tình",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "le van tinh",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100702,
                                                    text: "Ngô Hữu Ly",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "ngo huu ly",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -101091,
                                                    text: "Nguyễn Tấn Phát",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "nguyen tan phat",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100705,
                                                    text: "Vũ Bá Hoàn",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "vu ba hoan",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 87,
                                                    text: "Bộ phận Bảo trì",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100723,
                                                            text: "Phan Quốc Phú",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "phan quoc phu",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 89,
                                                            text: "Tổ gia công lắp ráp",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100829,
                                                                    text: "Hồ Sỹ Toàn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho sy toan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100831,
                                                                    text: "Nguyễn Cảnh Phượng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen canh phuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100830,
                                                                    text: "Nguyễn Văn Dũng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van dung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100828,
                                                                    text: "Nguyễn Văn Sáng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van sang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to gia cong lap rap",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 90,
                                                            text: "Tổ sửa chữa hàn dán máy ép phun",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101107,
                                                                    text: "Lê Văn Tuân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le van tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101092,
                                                                    text: "Nguyễn Minh Thuận",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen minh thuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100832,
                                                                    text: "Trịnh Anh Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "trinh anh tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to sua chua han dan may ep phun",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 91,
                                                            text: "Tổ sửa chữa máy đùn HDPE/PPR",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100834,
                                                                    text: "Lê Trọng Hùng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le trong hung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100836,
                                                                    text: "Nguyễn Thanh Xuân",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh xuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100838,
                                                                    text: "Nguyễn Văn Toàn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van toan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100835,
                                                                    text: "Trần Anh Tuấn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran anh tuan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100837,
                                                                    text: "Vương Quyết Thắng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "vuong quyet thang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to sua chua may dun hdpe/ppr",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 92,
                                                            text: "Tổ sửa chữa máy đùn UPVC",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101089,
                                                                    text: "Danh Minh Trí",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh minh tri",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100839,
                                                                    text: "Lâm Quốc Long",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "lam quoc long",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100843,
                                                                    text: "Lê Minh Nhật",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le minh nhat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101064,
                                                                    text: "Nguyễn Ngọc Thành Đạt",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen ngoc thanh dat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101093,
                                                                    text: "Nguyễn Thanh Danh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh danh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101071,
                                                                    text: "Nguyễn Việt Anh",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen viet anh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100972,
                                                                    text: "Phạm Minh Thư",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham minh thu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100844,
                                                                    text: "Trần Văn Tính",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran van tinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100842,
                                                                    text: "Trương Ngọc Hoàn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "truong ngoc hoan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to sua chua may dun upvc",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 165,
                                                            text: "Tổ sửa chữa máy WPC",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101101,
                                                                    text: "Hồ Thanh Tũy",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ho thanh tuy",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100840,
                                                                    text: "Nguyễn Bá Quang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen ba quang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101102,
                                                                    text: "Nguyễn Văn Duẩn",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van duan",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to sua chua may wpc",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "bo phan bao tri",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 88,
                                                    text: "Tổ công nghệ",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100727,
                                                            text: "Đỗ Hoài Nam",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "do hoai nam",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100725,
                                                            text: "Hàn Quốc Thặng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "han quoc thang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100724,
                                                            text: "Nguyễn Hoàng Long",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen hoang long",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101094,
                                                            text: "Phạm Hữu Anh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "pham huu anh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100728,
                                                            text: "Phạm Thanh Liêm",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "pham thanh liem",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100726,
                                                            text: "Trịnh Công Thắng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "trinh cong thang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "to cong nghe",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong ky thuat",
                                            noSelect: undefined
                                        },
                                        {
                                            value: 78,
                                            text: "Phòng QLCL",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100707,
                                                    text: "Trương Quỳnh",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "truong quynh",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 83,
                                                    text: "Bộ phận QA",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100730,
                                                            text: "Cấn Nguyễn Thảo Nguyên",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "can nguyen thao nguyen",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100729,
                                                            text: "Cao Văn Tình",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "cao van tinh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "bo phan qa",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 84,
                                                    text: "Bộ phận QLCL ca",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100731,
                                                            text: "Nguyễn Anh Thắng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen anh thang",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: 96,
                                                            text: "Tổ QLCL Ca 1",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100846,
                                                                    text: "Đồng Văn Tiến",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "dong van tien",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100847,
                                                                    text: "Lê Thành Phát",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le thanh phat",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100845,
                                                                    text: "Phạm Thanh Vi",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "pham thanh vi",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to qlcl ca 1",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 97,
                                                            text: "Tổ QLCL Ca 2",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100849,
                                                                    text: "Bùi Thanh Tùng",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "bui thanh tung",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100636,
                                                                    text: "Hà Hoàng Phol",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "ha hoang phol",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100848,
                                                                    text: "Nguyễn Thanh Hào",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen thanh hao",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to qlcl ca 2",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 98,
                                                            text: "Tổ QLCL ca 3",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -100852,
                                                                    text: "Nguyễn Trường Giang",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen truong giang",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -100850,
                                                                    text: "Nguyễn Văn Thương",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "nguyen van thuong",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101066,
                                                                    text: "Trần Hoàng Tính",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "tran hoang tinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to qlcl ca 3",
                                                            noSelect: undefined
                                                        },
                                                        {
                                                            value: 164,
                                                            text: "Tổ QLCL Ca 4",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-folder-account"
                                                                ]
                                                            },
                                                            items: [
                                                                {
                                                                    value: -101096,
                                                                    text: "Danh Định",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "danh dinh",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                },
                                                                {
                                                                    value: -101104,
                                                                    text: "Lê Văn Vũ",
                                                                    icon: {
                                                                        tag: "span",
                                                                        class: [
                                                                            "mdi",
                                                                            "mdi-account"
                                                                        ]
                                                                    },
                                                                    sortText: "le van vu",
                                                                    noSelect: undefined,
                                                                    isLeaf: true
                                                                }
                                                            ],
                                                            sortText: "to qlcl ca 4",
                                                            noSelect: undefined
                                                        }
                                                    ],
                                                    sortText: "bo phan qlcl ca",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 163,
                                                    text: "Bộ phận WPC",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -101103,
                                                            text: "Nguyễn Văn Khá Lớn",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen van kha lon",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101105,
                                                            text: "Thái Thanh Thái",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "thai thanh thai",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "bo phan wpc",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 86,
                                                    text: "Phòng thử nghiệm",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100735,
                                                            text: "Đặng Tấn Truyền",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "dang tan truyen",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100732,
                                                            text: "Đinh Hữu Phúc",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "dinh huu phuc",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100897,
                                                            text: "Hồ Nguyên Lâm",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "ho nguyen lam",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100734,
                                                            text: "Trần Trọng Bình",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran trong binh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100733,
                                                            text: "Vũ Thị Phượng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "vu thi phuong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "phong thu nghiem",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 85,
                                                    text: "Tổ QLCL Hành chính",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100736,
                                                            text: "Dương Đức Minh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "duong duc minh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100737,
                                                            text: "Huỳnh Thanh Luân",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "huynh thanh luan",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100738,
                                                            text: "Lê Thành An",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le thanh an",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "to qlcl hanh chinh",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong qlcl",
                                            noSelect: undefined
                                        }
                                    ],
                                    sortText: "khoi ky thuat",
                                    noSelect: undefined
                                },
                                {
                                    value: 62,
                                    text: "Khối nội chính",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: 63,
                                            text: "Phòng HCNS",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-folder-account"
                                                ]
                                            },
                                            items: [
                                                {
                                                    value: -100673,
                                                    text: "Văn Kim Thanh",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "van kim thanh",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: -100671,
                                                    text: "Võ Thị Thanh Nhã",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-account"
                                                        ]
                                                    },
                                                    sortText: "vo thi thanh nha",
                                                    noSelect: undefined,
                                                    isLeaf: true
                                                },
                                                {
                                                    value: 73,
                                                    text: "BP An ninh an toàn",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100693,
                                                            text: "Hoàng Thế Yên",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "hoang the yen",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100694,
                                                            text: "Huỳnh Châu Long",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "huynh chau long",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101040,
                                                            text: "Lê Quốc Bảo",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le quoc bao",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100695,
                                                            text: "Lê Tấn Lộc",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le tan loc",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100692,
                                                            text: "Lê Trung Chánh",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le trung chanh",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100696,
                                                            text: "Lê Văn Thiện",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le van thien",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101036,
                                                            text: "Mai Văn Ty",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "mai van ty",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101037,
                                                            text: "Nguyễn Anh Tuấn",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen anh tuan",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100674,
                                                            text: "Nguyễn Duy Công",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen duy cong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101068,
                                                            text: "Nguyễn Giang Sơn",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "nguyen giang son",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101034,
                                                            text: "Phạm Minh Chí",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "pham minh chi",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101038,
                                                            text: "Thái Minh Đức",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "thai minh duc",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100677,
                                                            text: "Thái Minh Trọng",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "thai minh trong",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101035,
                                                            text: "Trần Thanh Đức",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran thanh duc",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -101039,
                                                            text: "Trần Y Khoa",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran y khoa",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100691,
                                                            text: "Trịnh Công Chiến",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "trinh cong chien",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "bp an ninh an toan",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 74,
                                                    text: "BP CNTT - Tạp vụ",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100688,
                                                            text: "Lê Hoài Nam",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "le hoai nam",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "bp cntt - tap vu",
                                                    noSelect: undefined
                                                },
                                                {
                                                    value: 75,
                                                    text: "BP Nhân sự Tiền lương",
                                                    icon: {
                                                        tag: "span",
                                                        class: [
                                                            "mdi",
                                                            "mdi-folder-account"
                                                        ]
                                                    },
                                                    items: [
                                                        {
                                                            value: -100685,
                                                            text: "Đặng Ngọc Tươi",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "dang ngoc tuoi",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100687,
                                                            text: "Trần Thị Ngọc Điểm",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "tran thi ngoc diem",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        },
                                                        {
                                                            value: -100686,
                                                            text: "Trịnh Thị Thùy Dung",
                                                            icon: {
                                                                tag: "span",
                                                                class: [
                                                                    "mdi",
                                                                    "mdi-account"
                                                                ]
                                                            },
                                                            sortText: "trinh thi thuy dung",
                                                            noSelect: undefined,
                                                            isLeaf: true
                                                        }
                                                    ],
                                                    sortText: "bp nhan su tien luong",
                                                    noSelect: undefined
                                                }
                                            ],
                                            sortText: "phong hcns",
                                            noSelect: undefined
                                        }
                                    ],
                                    sortText: "khoi noi chinh",
                                    noSelect: undefined
                                },
                                {
                                    value: 80,
                                    text: "Phòng Kế toán",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -100682,
                                            text: "Hồ Sĩ Nhân",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "ho si nhan",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100690,
                                            text: "Nguyễn Hà Ngân",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "nguyen ha ngan",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100689,
                                            text: "Nguyễn Thị Tuyết Sương",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "nguyen thi tuyet suong",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100684,
                                            text: "Võ Thị Kiều Trâm",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "vo thi kieu tram",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100683,
                                            text: "Võ Thị Mai Trân",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "vo thi mai tran",
                                            noSelect: undefined,
                                            isLeaf: true
                                        }
                                    ],
                                    sortText: "phong ke toan",
                                    noSelect: undefined
                                },
                                {
                                    value: 81,
                                    text: "Phòng mua hàng",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -100680,
                                            text: "Nguyễn Minh Vũ",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "nguyen minh vu",
                                            noSelect: undefined,
                                            isLeaf: true
                                        },
                                        {
                                            value: -100700,
                                            text: "Nguyễn Thị Phương Thảo",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "nguyen thi phuong thao",
                                            noSelect: undefined,
                                            isLeaf: true
                                        }
                                    ],
                                    sortText: "phong mua hang",
                                    noSelect: undefined
                                }
                            ],
                            sortText: "ban lanh dao",
                            noSelect: undefined
                        },
                        {
                            value: 30,
                            text: "Bộ phận Test",
                            icon: {
                                tag: "span",
                                class: [
                                    "mdi",
                                    "mdi-folder-account"
                                ]
                            },
                            items: [
                                {
                                    value: -100165,
                                    text: "Hieu Tester",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-account"
                                        ]
                                    },
                                    sortText: "hieu tester",
                                    noSelect: undefined,
                                    isLeaf: true
                                }
                            ],
                            sortText: "bo phan test",
                            noSelect: undefined
                        }
                    ],
                    sortText: "tien phong nam",
                    noSelect: undefined
                },
                {
                    value: 66,
                    text: "TTPP - NPP",
                    icon: {
                        tag: "span",
                        class: [
                            "mdi",
                            "mdi-home-variant"
                        ]
                    },
                    items: [
                        {
                            value: 70,
                            text: "KD3",
                            icon: {
                                tag: "span",
                                class: [
                                    "mdi",
                                    "mdi-folder-account"
                                ]
                            },
                            items: [
                                {
                                    value: 72,
                                    text: "TTPP DTC",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [],
                                    sortText: "ttpp dtc",
                                    noSelect: undefined
                                },
                                {
                                    value: 71,
                                    text: "TTPP Nhất Tâm Đại Tín",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [],
                                    sortText: "ttpp nhat tam dai tin",
                                    noSelect: undefined
                                }
                            ],
                            sortText: "kd3",
                            noSelect: undefined
                        },
                        {
                            value: 67,
                            text: "KD4",
                            icon: {
                                tag: "span",
                                class: [
                                    "mdi",
                                    "mdi-folder-account"
                                ]
                            },
                            items: [
                                {
                                    value: 69,
                                    text: "NPP HIGG Tây Nguyên",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -100151,
                                            text: "NPP HIGG Tây Nguyên",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "npp higg tay nguyen",
                                            noSelect: undefined,
                                            isLeaf: true
                                        }
                                    ],
                                    sortText: "npp higg tay nguyen",
                                    noSelect: undefined
                                },
                                {
                                    value: 151,
                                    text: "NPP Phượng Hoàng",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -100646,
                                            text: "NPP Phượng Hoàng - Bình Định",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "npp phuong hoang - binh dinh",
                                            noSelect: undefined,
                                            isLeaf: true
                                        }
                                    ],
                                    sortText: "npp phuong hoang",
                                    noSelect: undefined
                                },
                                {
                                    value: 68,
                                    text: "TTPP Nguyên Hải - Gia Lai",
                                    icon: {
                                        tag: "span",
                                        class: [
                                            "mdi",
                                            "mdi-folder-account"
                                        ]
                                    },
                                    items: [
                                        {
                                            value: -100149,
                                            text: "NPP Nguyên Hải - Gia Lai",
                                            icon: {
                                                tag: "span",
                                                class: [
                                                    "mdi",
                                                    "mdi-account"
                                                ]
                                            },
                                            sortText: "npp nguyen hai - gia lai",
                                            noSelect: undefined,
                                            isLeaf: true
                                        }
                                    ],
                                    sortText: "ttpp nguyen hai - gia lai",
                                    noSelect: undefined
                                }
                            ],
                            sortText: "kd4",
                            noSelect: undefined
                        }
                    ],
                    sortText: "ttpp - npp",
                    noSelect: undefined
                }
            ]
        };

        _({
            child: ['<label>HozLevel(0..n) </label>', {
                tag: 'numberinput',
                props: {
                    value: 3,
                    min: 0,
                    step: 1
                },
                on: {
                    change: function () {
                        chart.maxHorizonLevel = this.value;
                    }
                }
            }]
        }).addTo(document.body);
        var chart = _({
            tag: 'treechart',
            props: {
                data: data,
                maxHorizonLevel: 3
            }
        }).addTo(document.body);

    </script>
</div>
</body>
</html>

VaKeR 2022