diff --git a/src/app/pages/faturamento/faturamento.html b/src/app/pages/faturamento/faturamento.html index 637b502..38c97f3 100644 --- a/src/app/pages/faturamento/faturamento.html +++ b/src/app/pages/faturamento/faturamento.html @@ -238,12 +238,12 @@
|
- ITEM {{ sortBy==='item' && sortDir==='desc' ? '▼' : '▲' }}
+ |
+ ITEM
|
- QTD LINHAS {{ sortBy==='qtdlinhas' && sortDir==='desc' ? '▼' : '▲' }}
+ QTD LINHAS
|
VIVO | @@ -254,19 +254,19 @@|
|---|---|---|---|---|
|
- FRANQUIA {{ sortBy==='franquiavivo' && sortDir==='desc' ? '▼' : '▲' }}
+ FRANQUIA
|
- VALOR (R$) {{ sortBy==='valorcontratovivo' && sortDir==='desc' ? '▼' : '▲' }}
+ VALOR (R$)
|
- FRANQUIA {{ sortBy==='franquialine' && sortDir==='desc' ? '▼' : '▲' }}
+ FRANQUIA
|
- VALOR (R$) {{ sortBy==='valorcontratoline' && sortDir==='desc' ? '▼' : '▲' }}
+ VALOR (R$)
|
|