From 997d6c4afaa84af7d6d6620e6d7ceaba8fd353f8 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:20:36 +0700 Subject: [PATCH] chore: clean --- src/components/05_quotation/ProductItem.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 597107ce..5276ff60 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -57,7 +57,6 @@ const currentBtnOpen = ref<{ title: string; opened: boolean[] }[]>([ ]); function calcPrice(c: (typeof rows.value)[number]) { - console.log(c); const originalPrice = c.pricePerUnit; const finalPriceWithVat = precisionRound( originalPrice + originalPrice * (config.value?.vat || 0.07),