feat: add privilege configuration report tenant
parent
5f3e05a9e3
commit
ce6343dfa2
|
@ -128,14 +128,24 @@ export const PrivilegeAdminConstant = [
|
||||||
{
|
{
|
||||||
menu: 'LAPORAN',
|
menu: 'LAPORAN',
|
||||||
menu_label: 'Laporan',
|
menu_label: 'Laporan',
|
||||||
|
sub_menu: 'LAPORAN',
|
||||||
|
sub_menu_label: 'Laporan',
|
||||||
actions: [PrivilegeAction.VIEW],
|
actions: [PrivilegeAction.VIEW],
|
||||||
index: 12,
|
index: 12,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
menu: 'LAPORAN',
|
||||||
|
menu_label: 'Laporan',
|
||||||
|
sub_menu: 'LAPORAN_TENANT',
|
||||||
|
sub_menu_label: 'Laporan Tenant',
|
||||||
|
actions: [PrivilegeAction.VIEW],
|
||||||
|
index: 13,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
menu: 'DISKON_CODE',
|
menu: 'DISKON_CODE',
|
||||||
menu_label: 'Generate Diskon Kode',
|
menu_label: 'Generate Diskon Kode',
|
||||||
actions: [PrivilegeAction.CREATE],
|
actions: [PrivilegeAction.CREATE],
|
||||||
index: 13,
|
index: 14,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue