This commit is contained in:
@@ -94,12 +94,12 @@ export default moduleFactory
|
|||||||
},
|
},
|
||||||
rows: [
|
rows: [
|
||||||
{
|
{
|
||||||
label: "Meta Mês",
|
label: "Meta Mês",
|
||||||
column: "meta_mes",
|
column: "meta_mes",
|
||||||
format: "currency_short",
|
format: "currency_short",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Mês Atual",
|
label: "Mês Atual",
|
||||||
column: "mes_atual",
|
column: "mes_atual",
|
||||||
format: "currency_short",
|
format: "currency_short",
|
||||||
},
|
},
|
||||||
@@ -109,12 +109,12 @@ export default moduleFactory
|
|||||||
format: "currency_short",
|
format: "currency_short",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "% Variação",
|
label: "% Variação",
|
||||||
column: "variacao_atual",
|
column: "variacao_atual",
|
||||||
format: "percentage",
|
format: "percentage",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Mês Anterior",
|
label: "Mês Anterior",
|
||||||
column: "mes_anterior",
|
column: "mes_anterior",
|
||||||
format: "currency_short",
|
format: "currency_short",
|
||||||
},
|
},
|
||||||
@@ -124,7 +124,7 @@ export default moduleFactory
|
|||||||
format: "currency_short",
|
format: "currency_short",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "% Variação",
|
label: "% Variação",
|
||||||
column: "variacao_mes_anterior",
|
column: "variacao_mes_anterior",
|
||||||
format: "percentage",
|
format: "percentage",
|
||||||
},
|
},
|
||||||
@@ -139,7 +139,7 @@ export default moduleFactory
|
|||||||
format: "currency_short",
|
format: "currency_short",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "% Variação",
|
label: "% Variação",
|
||||||
column: "variacao_ano_anterior",
|
column: "variacao_ano_anterior",
|
||||||
format: "percentage",
|
format: "percentage",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user