- risolto Ordinamento Bestseller (a 6 mesi ora)
- EditOn anche per gli Editori
This commit is contained in:
@@ -191,6 +191,9 @@ export default defineComponent({
|
||||
function isManager() {
|
||||
return userStore.isManager
|
||||
}
|
||||
function isEditor() {
|
||||
return userStore.isEditor
|
||||
}
|
||||
|
||||
const isSocio = computed(() => userStore.my.profile.socio)
|
||||
|
||||
@@ -630,6 +633,7 @@ export default defineComponent({
|
||||
products,
|
||||
userStore,
|
||||
clickMenu3Orizz,
|
||||
isEditor,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user