diff --git a/app/views/operacoes_dashboard/_painel.html.erb b/app/views/operacoes_dashboard/_painel.html.erb index 6c9a3d6..138a425 100644 --- a/app/views/operacoes_dashboard/_painel.html.erb +++ b/app/views/operacoes_dashboard/_painel.html.erb @@ -20,25 +20,34 @@
<%# Coluna esquerda — 4 cards de status EMPILHADOS na vertical (orientação da img 13). %> -
-
+
+

Total de Entregas

-

<%= metricas.total %>

+

<%= metricas.total %>

+
-
+

Total de Sucesso

-

<%= metricas.sucesso %>

-

<%= pct_total.(metricas.sucesso) %>% do total

+

<%= metricas.sucesso %>

+
-
+

Total de Recusas

-

<%= metricas.recusas %>

-

<%= pct_total.(metricas.recusas) %>% do total

+

<%= metricas.recusas %>

+
-
+

Entregas Pendentes

-

<%= metricas.pendentes %>

-

<%= pct_total.(metricas.pendentes) %>% do total

+

<%= metricas.pendentes %>

+