- Iscrizione Conacreis

- Ordini
- Carrello
This commit is contained in:
Paolo Arena
2021-04-30 01:32:44 +02:00
parent 30dbd9bb57
commit 0a0ed62e27
69 changed files with 1702 additions and 1243 deletions

View File

@@ -67,9 +67,9 @@ export const shared_consts = {
icon: 'fas fa-user-tie',
color: 'fuchsia'
},
Traduttrici: {
Editor: {
value: 16,
label: 'dashboard.traduttrici',
label: 'dashboard.Editor',
icon: 'fas fa-user-tie',
color: 'orange'
},
@@ -163,6 +163,14 @@ export const shared_consts = {
CANCELED: 10
},
OrderStatusView: [
2,
3,
4,
6,
10
],
OrderStatusStr: [
{
label: 'Nessuno',
@@ -173,7 +181,7 @@ export const shared_consts = {
value: 1
},
{
label: 'Ordine Inviato',
label: 'Ordine in Lavorazione',
value: 2
},
{