From 817d70a5938a5bfe4902aa4e326eb7c0a251e0e9 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:15:41 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20by=20=E0=B8=84=E0=B9=88=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BranchCardCustomer.vue | 30 +++++++------------ 1 file changed, 10 insertions(+), 20 deletions(-) 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 }}
+
-