diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue
index 2d561348..cf63b0b5 100644
--- a/src/components/05_quotation/TableQuotation.vue
+++ b/src/components/05_quotation/TableQuotation.vue
@@ -2,6 +2,7 @@
import { QTableProps } from 'quasar';
import { dateFormat } from 'src/utils/datetime';
+import { formatNumberDecimal, commaInput } from 'stores/utils';
import BadgeComponent from 'components/BadgeComponent.vue';
import KebabAction from 'components/shared/KebabAction.vue';
@@ -105,7 +106,7 @@ defineEmits<{
- {{ props.row.finalPrice }}
+ {{ formatNumberDecimal(props.row.finalPrice, 2) }}