diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 40d7f367..d56376aa 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1599,7 +1599,34 @@ watch([inputSearch, currentStatus], async () => { v-if="listCustomer.length !== 0" class="row justify-between q-pt-md" > -
+
+
+
{{ $t('showing') }}
+
+ + + + + {{ v }} + + + + +
+
+
+ +
{{ $t('recordsPage', { resultcurrentPage: listCustomer.length, @@ -1607,16 +1634,18 @@ watch([inputSearch, currentStatus], async () => { }) }}
- +
+ +