diff --git a/src/pages/03_customer-management/BranchPage.vue b/src/pages/03_customer-management/BranchPage.vue
index 12e06993..1e514dca 100644
--- a/src/pages/03_customer-management/BranchPage.vue
+++ b/src/pages/03_customer-management/BranchPage.vue
@@ -395,7 +395,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
{{ $t(v.label) }}
@@ -455,7 +455,7 @@ watch([customerId, inputSearch, currentStatus], async () => {
{{
$i18n.locale === 'eng'
@@ -465,13 +465,13 @@ watch([customerId, inputSearch, currentStatus], async () => {
{{ props.row.telephoneNo || '-' }}
{{ useOptionStore().mapOption(props.row.bussinessType) || '-' }}
@@ -482,21 +482,6 @@ watch([customerId, inputSearch, currentStatus], async () => {
{{ props.row._count?.employee }}
- {
- customerBranchFormStore.initForm('info', props.row.id);
- customerBranchFormState.dialogModal = true;
- }
- "
- />
-
{
/>
+ {
+ customerBranchFormStore.initForm('info', props.row.id);
+ customerBranchFormState.dialogModal = true;
+ }
+ "
+ />