From ce282e07835a305eeabc27afba3e6fba0446325b Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:07:05 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=8A?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=87customerName=20=E0=B9=82=E0=B8=94?= =?UTF-8?q?=E0=B8=99=E0=B8=9A=E0=B8=B5=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03_customer-management/AboutComponent.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index e79d68f5..0bfaccbb 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -37,6 +37,18 @@ const employerBranchCode = defineModel('employerBranchCode'); v-model="employerBranchCode" /> + +
('employerBranchCode'); :label="$t('customerEnglishName')" v-model="customerEnglishName" /> + ('employerBranchCode'); v-model="customerName" />
+