diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 2a157437..06749592 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -1252,7 +1252,13 @@ watch(currentHq, () => {
-
{{ props.row.name }}
+
+ {{ + $i18n.locale === 'eng' + ? props.row.nameEN + : props.row.name + }} +
{{ props.row.code }}