diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index 77499e9c..96927cb0 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -22,38 +22,37 @@ const registerDate = defineModel('registerDate');
• {{ $t(`about`) }}
-
- - - -
+ + + + = index) { - tab.value = tab.value - 1; - } - - if (customerBranch.value.length > 1) { - customerBranch.value.splice(index, 1); + if (tab.value !== 0) { + tab.value = tab.value - 1; + } } + customerBranch.value.splice(index, 1); }