diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index f24c6b3b..3ec63b43 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1266,15 +1266,19 @@ const emptyCreateDialog = ref(false); class="ellipsis" > {{ - props.row.branch[0].businessType[ - $i18n.locale === 'eng' ? 'nameEN' : 'name' - ] + props.row.branch[0].businessType + ? props.row.branch[0].businessType[ + $i18n.locale === 'eng' ? 'nameEN' : 'name' + ] + : '-' }} {{ - props.row.branch[0].businessType[ - $i18n.locale === 'eng' ? 'nameEN' : 'name' - ] + props.row.branch[0].businessType + ? props.row.branch[0].businessType[ + $i18n.locale === 'eng' ? 'nameEN' : 'name' + ] + : '-' }}