diff --git a/src/components/03_customer-management/employee/BasicInformation.vue b/src/components/03_customer-management/employee/BasicInformation.vue
index c5420ba7..6c62dfd7 100644
--- a/src/components/03_customer-management/employee/BasicInformation.vue
+++ b/src/components/03_customer-management/employee/BasicInformation.vue
@@ -153,12 +153,13 @@ defineEmits<{
- {{ scope.opt.code }}
- {{
- scope.opt.customer.customerType === 'CORP'
- ? $t('customer.form.registerName')
- : $t('customer.form.ownerName')
- }}:
+
+ {{
+ scope.opt.customer.customerType === 'CORP'
+ ? $t('customer.form.registerName')
+ : $t('customer.form.ownerName')
+ }}:
+
{{
scope.opt.customer.customerType === 'CORP'
? scope.opt.customerName
@@ -167,6 +168,7 @@ defineEmits<{
'-'
: `${scope.opt.firstName} ${scope.opt.lastName}` || '-'
}}
+ ({{ scope.opt.code }})
@@ -206,12 +208,13 @@ defineEmits<{
style="width: 1px"
>
- {{ scope.opt.code }}
- {{
- scope.opt.customer.customerType === 'CORP'
- ? $t('customer.form.registerName')
- : $t('customer.form.ownerName')
- }}:
+
+ {{
+ scope.opt.customer.customerType === 'CORP'
+ ? $t('customer.form.registerName')
+ : $t('customer.form.ownerName')
+ }}:
+
{{
scope.opt.customer.customerType === 'CORP'
? scope.opt.customerName
@@ -219,6 +222,7 @@ defineEmits<{
? `${scope.opt.firstNameEN} ${scope.opt.lastNameEN}` || '-'
: `${scope.opt.firstName} ${scope.opt.lastName}` || '-'
}}
+ ({{ scope.opt.code }})