Correções de acentuação.
davinTI/app-dono-modulos/pipeline/head This commit looks good

This commit is contained in:
2026-05-07 15:08:58 -03:00
parent ff1aa145cc
commit bbd48ea2f7
+6 -6
View File
@@ -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",
}, },