diff --git a/public/option/option.json b/public/option/option.json index 2b720eff..200a3a69 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -38,7 +38,7 @@ }, { "label": "Nationality Verification Group", - "value": "ืืnvg" + "value": "nvg" }, { "label": "Border Pass Group", @@ -1111,10 +1111,10 @@ }, { "label": "กลุ่ม พิสูจน์สัญชาติ", - "value": "ืืnvg" + "value": "nvg" }, { - "label": "กลุ่ม Border pass ", + "label": "กลุ่ม Border pass", "value": "bp" } ], diff --git a/src/components/03_customer-management/FormEmployeePassport.vue b/src/components/03_customer-management/FormEmployeePassport.vue index 090c80dd..8a2830a4 100644 --- a/src/components/03_customer-management/FormEmployeePassport.vue +++ b/src/components/03_customer-management/FormEmployeePassport.vue @@ -423,7 +423,7 @@ watch( class="col-12" :label="$t('customer.table.fullnameEN')" :disable="!readonly" - :model-value="`${(prefixNameOptions.find((v) => v.value === namePrefix) || {}).value || ''} ${firstName || ''} ${lastName || ''}`" + :model-value="`${(prefixNameOptions.find((v) => v.value === namePrefix) || {}).value || ''} ${firstNameEN || ''} ${lastNameEN || ''}`" /> (); defineEmits<{ @@ -52,13 +60,14 @@ const rand = Math.random();