diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index d56376aa..5dd3695d 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1601,7 +1601,9 @@ watch([inputSearch, currentStatus], async () => { >
-
{{ $t('showing') }}
+
+ {{ $t('showing') }} +
@@ -1696,8 +1698,37 @@ watch([inputSearch, currentStatus], async () => { @toggle-status="(id, status) => toggleStatusEmployee(id, status)" /> -
-
+
+
+
+
+ {{ $t('showing') }} +
+
+ + + + + {{ v }} + + + + +
+
+
+ +
{{ $t('recordsPage', { resultcurrentPage: listEmployee.length, @@ -1705,16 +1736,18 @@ watch([inputSearch, currentStatus], async () => { }) }}
- +
+ +