From a6448e8e31e4320ebb4146a1c0214a1cb9874d20 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 17 Jun 2024 04:00:43 +0000 Subject: [PATCH] fix: employee handle select --- .../BasicInformation.vue | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/components/03_customer-management/BasicInformation.vue b/src/components/03_customer-management/BasicInformation.vue index c0b5ad12..205641d5 100644 --- a/src/components/03_customer-management/BasicInformation.vue +++ b/src/components/03_customer-management/BasicInformation.vue @@ -91,7 +91,7 @@ onMounted(async () => {});
{});
- - {{ $t('customerBranchName') }}: - {{ - $i18n.locale === 'en-US' - ? scope.opt.customer.customerNameEN - : scope.opt.customer.customerName - }} - + {{ $t('customerBranchName') }}: + {{ + $i18n.locale === 'en-US' + ? scope.opt.customer.customerNameEN + : scope.opt.customer.customerName + }}
{{ $t('address') }} @@ -171,6 +169,7 @@ onMounted(async () => {}); ? scope.opt.province.nameEN : scope.opt.province.name }} + {{ scope.opt.zipCode }}
@@ -179,17 +178,16 @@ onMounted(async () => {});