Working site

This commit is contained in:
2026-01-05 08:44:20 -05:00
parent 623cbf8c4c
commit 65cfd0c463
3 changed files with 263 additions and 4 deletions

View File

@@ -98,6 +98,8 @@
</div>
</div>
<TankEstimation :customer-id="customer.id" />
<CustomerComments :comments="comments" @add-comment="onSubmitSocial" @delete-comment="deleteCustomerSocial" />
<CustomerStats :stats="customer_stats" :last_delivery="customer_last_delivery" />
<TankInfo :customer_id="customer.id" :tank="customer_tank" :description="customer_description" />
@@ -264,6 +266,7 @@ import EquipmentParts from './profile/EquipmentParts.vue';
import CreditCards from './profile/CreditCards.vue';
import CustomerComments from './profile/CustomerComments.vue';
import HistoryTabs from './profile/HistoryTabs.vue';
import TankEstimation from './TankEstimation.vue';
L.Icon.Default.mergeOptions({
@@ -352,6 +355,7 @@ export default defineComponent({
CreditCards,
CustomerComments,
HistoryTabs,
TankEstimation,
},
data() {
return {