Working site
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user