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