{{
slotProps.item.raw[header.key] == null
? (slotProps.item.raw[header.key] = "-")
: moment(slotProps.item.raw[header.key]).isValid()
? moment(slotProps.item.raw[header.key])
.utc()
.format("DD/MM/YYYY")
: (slotProps.item.raw[header.key] = "-")
}}
{{
slotProps.item.raw[header.key] == null
? (slotProps.item.raw[header.key] = "-")
: moment(slotProps.item.raw[header.key]).isValid()
? moment(slotProps.item.raw[header.key])
.utc()
.format("DD/MM/YYYY HH:mm")
: (slotProps.item.raw[header.key] = "-")
}}
{{
(Math.round(slotProps.item.raw[header.key] * 100) / 100) | currency
}}
{{
(Math.round(slotProps.item.raw[header.key] * 100) / 100)
| currency_usd
}}
{{ slotProps.item.raw[header.key] | decimal(getFormatConfig(header)) }}
{{
!!slotProps.item.raw[header.key]
? `${Math.round(slotProps.item.raw[header.key] * 10000) / 100}%`
: "-"
}}
{{ slotProps.item.raw[header.key] ? "Sim" : "Não" }}
{{ cnpjMask(slotProps.item.raw[header.key]) }}
mdi-check-bold
mdi-close-thick
{{ slotProps.item.raw[header.key] ? "Ativo" : "Inativo" }}
{{ slotProps.item.raw[header.key] }}