diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue
index 4018f4ef7..167926698 100644
--- a/src/pages/Customer/Card/CustomerSummary.vue
+++ b/src/pages/Customer/Card/CustomerSummary.vue
@@ -3,13 +3,7 @@ import { computed, ref } from 'vue';
import { useRoute } from 'vue-router';
import { useI18n } from 'vue-i18n';
-import {
- toCurrency,
- toPercentage,
- toDate,
- dashOrCurrency,
- dashIfEmpty,
-} from 'src/filters';
+import { toCurrency, toPercentage, toDate, dashOrCurrency } from 'src/filters';
import CardSummary from 'components/ui/CardSummary.vue';
import VnLv from 'src/components/ui/VnLv.vue';
import VnLinkPhone from 'src/components/ui/VnLinkPhone.vue';
@@ -90,29 +84,31 @@ const sumRisk = ({ clientRisks }) => {
-
-
- {{ t('customer.extendedList.tableVisibleColumns.phone') }}
+
+
-
-
- {{ t('customer.summary.mobile') }}
-
+
+
-
- {{ t('globals.params.email') }}
-
+
+
+
+
+
@@ -293,14 +289,10 @@ const sumRisk = ({ clientRisks }) => {
-
- {{ toCurrency(entity.creditInsurance) }}({{
- dashIfEmpty(entity.classifications[0]?.insurances[0]?.grade)
- }})
-
+ />
+