diff --git a/src/components/04_product-service/FormServiceWork.vue b/src/components/04_product-service/FormServiceWork.vue index fed24d7b..e470ceb7 100644 --- a/src/components/04_product-service/FormServiceWork.vue +++ b/src/components/04_product-service/FormServiceWork.vue @@ -28,7 +28,7 @@ function addWork() { workItems.value.push({ id: '', name: '', - attributes: { additional: [] }, + attributes: { additional: [], showTotalPrice: false }, product: [], }); } diff --git a/src/components/04_product-service/WorkManagementComponent.vue b/src/components/04_product-service/WorkManagementComponent.vue index 738d5df4..40f52442 100644 --- a/src/components/04_product-service/WorkManagementComponent.vue +++ b/src/components/04_product-service/WorkManagementComponent.vue @@ -209,7 +209,18 @@ defineEmits<{ class="q-py-xs text-weight-medium row justify-between items-center q-px-md" style="background-color: hsla(var(--info-bg) / 0.1)" > - {{ $t('productInWork') }} {{ workIndex + 1 }} + + {{ $t('productInWork') }} {{ workIndex + 1 }} + + +