|
|
@@ -328,7 +328,8 @@ const fullDateLabel = computed(() => {
|
|
|
return d.toLocaleDateString('pt-BR', { day: '2-digit', month: 'long', year: 'numeric' })
|
|
|
})
|
|
|
|
|
|
-const SERVICE_FEE_RATE = 0.06
|
|
|
+const SERVICE_FEE_RATE = 0.10
|
|
|
+
|
|
|
const serviceFee = computed(() => {
|
|
|
const total = parseFloat(props.solicitation.total_amount) || 0
|
|
|
return parseFloat((total * SERVICE_FEE_RATE).toFixed(2))
|