add menu template salary
This commit is contained in:
parent
935c85aba0
commit
f1d1542b90
4 changed files with 387 additions and 4 deletions
|
|
@ -132,12 +132,23 @@ const menuList = readonly<any[]>([
|
|||
role: ["SUPER_ADMIN", "ADMIN"],
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
key: 2,
|
||||
icon: "mdi-file-document-outline",
|
||||
activeIcon: "mdi-file-document-outline",
|
||||
label: "รายการคำสั่งและ Template",
|
||||
path: "commandTemplate",
|
||||
label: "คำสั่งและ Template",
|
||||
role: ["SUPER_ADMIN", "ADMIN"],
|
||||
children: [
|
||||
{
|
||||
key: 2.0,
|
||||
label: "รายการคำสั่ง",
|
||||
path: "commandTemplate",
|
||||
},
|
||||
{
|
||||
key: 2.0,
|
||||
label: "Template สำหรับลงในตำแหน่ง/เงินเดือน",
|
||||
path: "salaryTemplate",
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue