HTML Editor go on
This commit is contained in:
@@ -1204,6 +1204,10 @@ export const shared_consts = {
|
||||
value: 30,
|
||||
label: 'Immagine',
|
||||
},
|
||||
{
|
||||
value: 35,
|
||||
label: 'Immagine da Caricare',
|
||||
},
|
||||
{
|
||||
value: 40,
|
||||
label: 'Separatore',
|
||||
@@ -1262,6 +1266,7 @@ export const shared_consts = {
|
||||
TEXT: 10,
|
||||
HTML: 20,
|
||||
IMAGE: 30,
|
||||
IMAGEUPLOAD: 35,
|
||||
SEPARATOR: 40,
|
||||
VIDEO: 50,
|
||||
PAGE: 55,
|
||||
@@ -1283,6 +1288,7 @@ export const shared_consts = {
|
||||
RIGHT: 3,
|
||||
},
|
||||
|
||||
|
||||
getStatusStr(status: number) {
|
||||
const trovatorec = this.OrderStatusStr.find((rec) => rec.value === status)
|
||||
return (trovatorec) ? trovatorec.label : ''
|
||||
|
||||
Reference in New Issue
Block a user