-
+
{{ addressTitle || $t('formDialogTitleAddressPure') }}
@@ -358,7 +358,7 @@ watch(districtId, fetchSubDistrict);
-
+
{{ addressTitleEN || $t('formDialogTitleAddressPureEN') }}
diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue
index e262d354..d5d8102e 100644
--- a/src/pages/01_branch-management/MainPage.vue
+++ b/src/pages/01_branch-management/MainPage.vue
@@ -85,12 +85,12 @@ const currentStatus = ref('All');
const expandedTree = ref([]);
const formMenuIcon = ref<{ icon: string; color: string; bgColor: string }[]>([
{
- icon: 'mdi-phone',
+ icon: 'mdi-phone-outline',
color: 'hsl(var(--info-bg))',
bgColor: 'var(--surface-1)',
},
{
- icon: 'mdi-map-marker-radius',
+ icon: 'mdi-map-marker-radius-outline',
color: 'hsl(var(--info-bg))',
bgColor: 'var(--surface-1)',
},