- aggiornamento con proj RISO. postcss, pwa.
This commit is contained in:
@@ -329,10 +329,10 @@ export const shared_consts = {
|
||||
TABFILTRI_UTENTE: 'filtriutente',
|
||||
|
||||
RECFILTRI_UTENTE: [
|
||||
/*{
|
||||
{
|
||||
label: '[Tutti]',
|
||||
value: -100,
|
||||
},*/
|
||||
},
|
||||
// {
|
||||
// label: 'Online almeno da 6 mesi',
|
||||
// value: 268435456, // FILTER_USER_ONLINE_6_MESI: 268435456,
|
||||
@@ -1246,6 +1246,12 @@ export const shared_consts = {
|
||||
},
|
||||
],
|
||||
|
||||
ShowCode: {
|
||||
ALL: 1,
|
||||
CODE: 2,
|
||||
INTERNAL_CODE: 3,
|
||||
},
|
||||
|
||||
OrderStatus: {
|
||||
NONE: 0,
|
||||
IN_CART: 1,
|
||||
@@ -1261,6 +1267,11 @@ export const shared_consts = {
|
||||
DELETE_REALLY: 20,
|
||||
},
|
||||
|
||||
OrderPages: {
|
||||
LISTA_TOTALI: { label: 'Lista Totali', value: 1, icon: 'fas fa-chart-bar', color: 'text-green' },
|
||||
ORDINI: { label: 'Ordini', value: 2, icon: 'fas fa-tasks', color: 'text-blue' },
|
||||
},
|
||||
|
||||
OrderStat: {
|
||||
// IN_CART: { label: 'In Carrello', value: 1 }, //IN_CART
|
||||
IN_CORSO: { label: 'In Corso', value: 2, icon: 'fas fa-tasks', color: 'text-black' }, //CHECKOUT_SENT
|
||||
|
||||
Reference in New Issue
Block a user