feat(SPG-823): add item access control
parent
63152ec90e
commit
b36e35ea00
|
@ -136,6 +136,12 @@ export const PrivilegeAdminConstant = [
|
||||||
actions: [PrivilegeAction.CREATE],
|
actions: [PrivilegeAction.CREATE],
|
||||||
index: 13,
|
index: 13,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
menu: 'DOWNLOAD_POS_APP',
|
||||||
|
menu_label: 'Download POS App',
|
||||||
|
actions: [PrivilegeAction.CREATE],
|
||||||
|
index: 20,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const PrivilegePOSConstant = [
|
export const PrivilegePOSConstant = [
|
||||||
|
|
Loading…
Reference in New Issue