correção de bugs
This commit is contained in:
@@ -134,8 +134,14 @@
|
||||
<p class="text-3xl lg:text-4xl font-black text-white mb-1 break-words">
|
||||
<%= moeda(@valor_estimado) %>
|
||||
</p>
|
||||
<%# "Atendidas" = concluídas + falhadas (motorista foi ao local e fechou
|
||||
a visita). É a mesma base que a consolidação paga, por isso o rótulo
|
||||
NÃO pode voltar a dizer "concluídas": o valor acima inclui as falhas. %>
|
||||
<p class="text-orange-200 text-sm">
|
||||
<%= @entregas_pagas %> entregas concluídas
|
||||
<%= @entregas_atendidas %> entregas atendidas
|
||||
</p>
|
||||
<p class="text-orange-200/80 text-xs">
|
||||
<%= @entregas_pagas %> concluídas · <%= @entregas_falhadas %> falhadas
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user