diff --git a/src/components/03_customer-management/BranchCardCustomer.vue b/src/components/03_customer-management/BranchCardCustomer.vue index b4464b88..3f5926ae 100644 --- a/src/components/03_customer-management/BranchCardCustomer.vue +++ b/src/components/03_customer-management/BranchCardCustomer.vue @@ -1,23 +1,13 @@ @@ -26,7 +16,7 @@ withDefaults(
-
{{ $t('customerBranchFormTab') }} {{ data.branchCode }}
+
{{ $t('customerBranchFormTab') }} {{ data.branchNo }}
{{ $t('branchName') }}
-
{{ data.branchName }}
+
{{ data.name }}
{{ $t('address') }}
@@ -47,17 +37,17 @@ withDefaults(
{{ $t('telephone') }}
-
{{ data.tel }}
+
{{ data.telephoneNo }}
{{ $t('businessTypePure') }}
-
{{ data.typeCop }}
+
{{ data.bussinessType }}
{{ $t('status') }}
@@ -75,7 +65,7 @@ withDefaults(
{{ $t('allEmployee') }}
-
{{ data.number }}
+
-