diff --git a/docs/.vitepress/theme/components/price-estimator/LabModal.vue b/docs/.vitepress/theme/components/price-estimator/LabModal.vue index 73e45c28d2..55acf39eda 100644 --- a/docs/.vitepress/theme/components/price-estimator/LabModal.vue +++ b/docs/.vitepress/theme/components/price-estimator/LabModal.vue @@ -45,7 +45,7 @@ const save = () => { machineSubscription: formData.value.machineSubscription, archive: Number(formData.value.archive), work: Number(formData.value.work), - scratch: Number(formData.value.scratch), + scratch: formData.value.scratch, isDefault: true, }) emit("close") @@ -85,15 +85,15 @@ onMounted(() => { - + - + - + diff --git a/docs/.vitepress/theme/components/price-estimator/StorageModal.vue b/docs/.vitepress/theme/components/price-estimator/StorageModal.vue index 9cc896a030..2e0aa9e8fe 100644 --- a/docs/.vitepress/theme/components/price-estimator/StorageModal.vue +++ b/docs/.vitepress/theme/components/price-estimator/StorageModal.vue @@ -80,19 +80,7 @@ onMounted(() => { - +